Metadata-Version: 2.3
Name: PXL
Version: 0.0.10
Summary: Reproducibility simplified.
Project-URL: Homepage, https://github.com/petebachant/PXL
Project-URL: Issues, https://github.com/petebachant/PXL/issues
Author-email: Pete Bachant <petebachant@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: uncertainties
Description-Content-Type: text/markdown

# 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
