Metadata-Version: 2.1
Name: plotneat
Version: 0.4
Summary: A simple library to make cleaner plots.
Home-page: https://gitlab.com/Pierre_VF/plotneat
Author: PVF
Author-email: pierrevf@live.fr
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: IPython
Requires-Dist: kaleido
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: setuptools
Provides-Extra: all
Requires-Dist: black ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: versioneer ; extra == 'all'
Requires-Dist: coverage ; extra == 'all'
Requires-Dist: build ; extra == 'all'
Requires-Dist: pre-commit ; extra == 'all'
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: versioneer ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: build ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'

# plotneat

This package is meant help with simple neat plotting in Python 3.

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

## Capabilities

None yet

## Installation

### Development versions
If you want to use the development version, then just keep on using the one in the [repository on Gitlab](https://gitlab.com/Pierre_VF/plotneat) by checking out the right branches:

To get the latest stable version, pull the master branch from Gitlab:
~~~ 
pip install git+https://gitlab.com/Pierre_VF/plotneat.git@master
~~~ 

To get the latest developments (can be unstable), pull the Development branch from Gitlab:
~~~ 
pip install git+https://gitlab.com/Pierre_VF/plotneat.git@Development
~~~ 


