Metadata-Version: 2.1
Name: physt
Version: 0.4.9
Summary: P(i/y)thon h(i/y)stograms.
Home-page: https://github.com/janpipek/physt
Author: Jan Pipek
Author-email: jan.pipek@gmail.com
License: MIT
Description: physt
        =====
        
        P(i/y)thon h(i/y)stograms. Inspired (and based on) numpy.histogram, but designed for humans(TM) on steroids(TM).
        
        The goal is to unify different concepts of histograms as occurring in numpy, pandas, matplotlib, ROOT, etc.
        and to create one representation that is easily manipulated with from the data point of view and at the same
        time provides nice integration into IPython notebook and various plotting options.
        
        In short, whatever you want to do with histograms, physt aims to be on your side.
        
        P.S. I am looking for anyone interested in using / developing physt. You can contribute by reporting errors,
        implementing missing features and suggest new one.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: ~=3.5
Provides-Extra: all
Provides-Extra: full
