Metadata-Version: 2.1
Name: hhpy
Version: 0.3.1
Summary: Convenient Data Science
Home-page: https://github.com/rhedak/hhpy
Author: Henrik Hanssen
Author-email: Henrik Hanssen <rhedak00@yahoo.de>
License: Apache 2.0
Project-URL: Homepage, https://github.com/rhedak/hhpy
Keywords: package development template
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: seaborn
Requires-Dist: colour
Requires-Dist: pytest
Requires-Dist: requests
Requires-Dist: IPython
Requires-Dist: docrep
Requires-Dist: h5py
Requires-Dist: openpyxl
Requires-Dist: xlrd

# hhpy - Data Science convenience project


Built with [Python Package Template Project](https://github.com/AlexIoannides/py-package-template/). 

My attempt at creating a convenient way to use different data science and machine learning operations and frameworks using one unified way.
The main idea is to store data in pandas DataFrames and start from there.

Also provides several extensions on pandas, matplotlib and seaborn for convenience.

## Installing

Install and update using [pip](https://pypi.org/project/hhpy/):

```bash
pip install hhpy
```

Or get the latest dev version from github

```bash
pip install git+https://github.com/rhedak/hhpy
```

## Documentation

Documentation is available at [https://hhpy.readthedocs.io/](https://hhpy.readthedocs.io/)
