Metadata-Version: 1.1
Name: PXL
Version: 0.0.2
Summary: Extra functions built on NumPy, SciPy, pandas, matplotlib, etc.
Home-page: https://github.com/petebachant/pxl.git
Author: Pete Bachant
Author-email: petebachant@gmail.com
License: GPL v3
Description: # PXL
        
        A collection of bits of Python code I've found useful for working with data,
        plotting, etc., which aren't (to my knowledge) part of NumPy, Scipy, pandas, or
        matplotlib.
        
        ## Installation
        
        Run
        
            pip install pxl
        
        or clone this directory and run
        
            python setup.py install
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
