Metadata-Version: 2.1
Name: analysishelper
Version: 0.0.3b0
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

# 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   
   ```


### Features

#### Utils 
- Get date time in string [src\analysishelper\utils\customdatetime.py]
- File sys to copy files from source to destination [src\analysishelper\utils\filesys.py]
- Logging to file [src\analysishelper\utils\customlog.py]

#### Map 
- Period (date) mapping [src\analysishelper\map\periodmap.py]



