Metadata-Version: 2.1
Name: datacorral
Version: 0.0.3
Summary: Toolkit for ETL and analysis processes
Home-page: https://github.com/sheplers/datacorral
Author: Justin Hanley
Project-URL: Bug Tracker, https://github.com/https://github.com/sheplers/datacorral/issues
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
License-File: LICENSE

# datacorral: Python data toolkit


## What is it?

**Data Corral** is a package that provides helper functions to assist in data extraction, loading, manipulation and analysis.


## Where to get it
The source code is currently hosted on GitHub at:
https://github.com/sheplers/datacorral

Binary installers for the latest released version are available at the [Python
Package Index (PyPI)](https://pypi.org/project/sheplers/datacorral)

```sh
# or PyPI
pip install data_corral
```

## Dependencies
- [Pandas - Adds support for multidimensional arrays and high-level mathematical functions](https://www.pandas.org)


## Documentation
The official documentation is hosted on
