Metadata-Version: 2.1
Name: chrisbase
Version: 0.5.2
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer[all]
Requires-Dist: tqdm
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: pymongo
Requires-Dist: openpyxl
Requires-Dist: tabulate
Requires-Dist: ipynbname
Requires-Dist: matplotlib
Requires-Dist: sqlalchemy
Requires-Dist: dataclasses
Requires-Dist: dataclasses-json
Requires-Dist: elasticsearch
Requires-Dist: more-itertools
Requires-Dist: scikit-learn
Requires-Dist: seqeval
Requires-Dist: httpx
Requires-Dist: ipaddress
Requires-Dist: netifaces

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