Metadata-Version: 1.1
Name: fast-plotter
Version: 0.6.2
Summary: F.A.S.T. plotter package
Home-page: https://github.com/fast-hep/fast-plotter
Author: Ben Krikler
Author-email: fast-hep@cern.ch
License: Apache Software License 2.0
Description: 
        fast-plotter
        ============
        
        
        .. image:: https://img.shields.io/pypi/v/fast_plotter.svg
           :target: https://pypi.python.org/pypi/fast_plotter
           :alt: pypi package
        
        
        .. image:: https://travis-ci.com/FAST-HEP/fast-plotter.svg?branch=master
           :target: https://travis-ci.com/FAST-HEP/fast-plotter
           :alt: pipeline status
        
        
        .. image:: https://readthedocs.org/projects/fast-plotter/badge/
           :target: https://fast-plotter.readthedocs.io/
           :alt: Documentation Status
        
        .. image:: https://badges.gitter.im/FAST-HEP/community.svg
           :target: https://gitter.im/FAST-HEP/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
           :alt: Gitter
        
        To install:
        
        .. code-block:: bash
        
           pip install fast-plotter
        
        Or for development:
        
        .. code-block:: bash
        
           pip install -e git+https://github.com/FAST-HEP/fast-plotter.git#egg=fast-plotter
        
        (you may need the :code:`--user` flag)
        
        * 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
        
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
