Metadata-Version: 2.1
Name: dxp
Version: 0.1.1
Summary: Library for analyzing CSV data
Home-page: https://github.com/jmdaemon/dxp
Author: Joseph Diza
Author-email: josephm.diza@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/jmdaemon/dxp/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# DXP

Data analysis and exploration library.

## Usage

### Data Population

DXP provides a library of commonly used functions,
and an executable with sane defaults
that will read in a CSV file for input,
and output another CSV file populated with values
from your custom `pop.py` file.

### Plotting Data

DXP uses Matplotlib to create plots of linear regressions
from an input file. Refer to `dplt -h` for
more information about usage.


