Metadata-Version: 2.1
Name: chrisbase
Version: 0.3.5
Summary: A base tool for python programming.
Home-page: https://github.com/chrisjihee/chrisbase
Author: Jihee Ryu
Author-email: chrisjihee@naver.com
License: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer
Requires-Dist: tqdm
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: pymongo
Requires-Dist: tabulate
Requires-Dist: chrisdict
Requires-Dist: matplotlib
Requires-Dist: sqlalchemy
Requires-Dist: dataclasses
Requires-Dist: dataclasses-json

# chrisbase

A base tool for python programming

## Installation

```bash
pip install chrisbase
```

```bash
git clone https://github.com/chrisjihee/chrisbase
cd chrisbase
pip install .
```

## Reference

- https://pypi.org/project/chrisbase/
- https://github.com/chrisjihee/chrisbase/
