Metadata-Version: 2.1
Name: analysishelper
Version: 0.0.4a0
Summary: The help you need in data analysis
Home-page: UNKNOWN
Author: codenamewei
Author-email: <codenamewei@email.com>
License: UNKNOWN
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
License-File: LICENSE
Requires-Dist: pandas (>=1.1.5)
Requires-Dist: numpy (>1.21)

# The need you help when doing data analysis 
<img alt="project status: active" src="https://img.shields.io/badge/Project%20Status-%F0%9F%94%A5Active-brightgreen">

### Build from source 
1. Clone this repository
2. Install dependencies
   ```
   pip3 install -r requirements.txt
   ```
3. Run setup from the repository root directory
   ```
   python setup.py install   
   ```


