Metadata-Version: 2.1
Name: chrisbase
Version: 0.5.5
Summary: Base library for python coding
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: tqdm
Requires-Dist: typer
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: httpx
Requires-Dist: pandas
Requires-Dist: pymongo
Requires-Dist: pydantic
Requires-Dist: openpyxl
Requires-Dist: tabulate
Requires-Dist: ipynbname
Requires-Dist: ipaddress
Requires-Dist: netifaces
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

# chrisbase

Base library for python coding

## Installation

* Install through pip
    ```bash
    pip install chrisbase
    ```

* Install through git
    ```bash
    rm -rf chrisbase*
    git clone git@github.com:chrisjihee/chrisbase.git
    pip install -U -e chrisbase*
    ```

## Reference

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