Metadata-Version: 2.4
Name: miza_datahub
Version: 1.1.0
Summary: This package does amazing things.
Home-page: http://github.com/chanelcolgate/miza-datahub
Author: chanelcolgate
Author-email: "chanelcolgate" <github@chanelcolgate.com>
License: MIT
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: openpyxl
Dynamic: license-file

## Miza DataHub Library

[![codecov](https://codecov.io/gh/chanelcolgate/miza-datahub/branch/develop/graph/badge.svg)](https://codecov.io/gh/chanelcolgate/miza-datahub)
### How to install
- Cài pip
```bash
pip install --upgrade pip setuptools wheel
```
- Cách khác
```bash
python -m ensurepip --upgrade
```
- Cách cài đặt và chạy
```
pyproject-build
python -m pip install -e .
```
- Cách test
```
python -m pip install pytest
python -m pytest
python -m pip install mypy
python -m mypy
python -m pip install tox
tox -e typecheck 
tox -e lint
```
