Metadata-Version: 2.1
Name: fast-plotter
Version: 0.1.1
Summary: F.A.S.T. plotter package
Home-page: https://gitlab.cern.ch/fast-hep/public/fast_plotter
Author: Ben Krikler
Author-email: fast-hep@cern.ch
License: Apache Software License 2.0
Keywords: fast_plotter
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: matplotlib (<3)
Requires-Dist: pandas
Requires-Dist: numpy

fast-plotter
============
[![pypi package](https://img.shields.io/pypi/v/fast_plotter.svg)](https://pypi.python.org/pypi/fast_plotter)
[![pipeline status](https://gitlab.cern.ch/fast-hep/public/fast-plotter/badges/master/pipeline.svg)](https://gitlab.cern.ch/fast-hep/public/fast-plotter/commits/master)

To install
```bash
pip install fast-plotter
```

Or for development:
```bash
pip install -e git+https://gitlab.cern.ch/fast-hep/public/fast-plotter.git#egg=fast-plotter
```

* Free software: Apache Software License 2.0

Features
--------
* Functions to turn binned dataframes in the form produced from [fast-carpenter](https://gitlab.cern.ch/fast-hep/public/fast-carpenter)
* A simple command-line tool to produce plots with decent defaults


