Metadata-Version: 2.1
Name: very-plot
Version: 0.2.0
Summary: Python plotting tools for Very
Home-page: https://github.com/verypossible/very_plot
Author: Jeff McGehee
Author-email: jeff@verypossible.com
License: GNU General Public License v3
Keywords: very_plot
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click
Requires-Dist: seaborn (>=0.8.0)
Requires-Dist: scipy (>=1.0.0)
Requires-Dist: pandas (>=0.23.1)

# very_plot

Python plotting tools for Very

**Free software:** GNU General Public License v3


## Installation
`pip install very_plot`

## Development


### Publishing to PyPI
* `git tag X.X.X; git push origin X.X.X`
* This tag must match the version in `setup.py` or CI will fail.
* CI will automatically deploy to PyPI if the build passes.


## Credits

This package was created with
[Cookiecutter](https://github.com/audreyr/cookiecutter) and the
[audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage)
project template.


History
=======

0.1.0 (2018-05-25)
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--

-   First release on PyPI.


