Metadata-Version: 2.1
Name: hhpy
Version: 0.1.9
Summary: hhpy - convenient data science
Home-page: https://github.com/rhedak/hhpy
Author: Henrik Hanssen
Author-email: henrik.hanssen@gmail.com
License: Apache 2.0
Description: # 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/)
Keywords: package development template
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6.*
Description-Content-Type: text/markdown
