Metadata-Version: 2.1
Name: chrisbase
Version: 0.1.0
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
Provides-Extra: notebook
License-File: LICENSE

# chrisbase

Common functions for Python 3

## Installation

```bash
pip install chrisbase
```

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

## Reference

- https://pypi.org/project/chrisbase/
