Metadata-Version: 2.1
Name: toolkit-cmm
Version: 0.0.1.8
Summary: Toolkit for personal use
Home-page: https://github.com/CroMarmot/pytoolkit
License: MIT
Keywords: toolkit
Author: cromarmot
Author-email: yexiaorain@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: brotli (>=1.1.0,<2.0.0)
Project-URL: Repository, https://github.com/CroMarmot/pytoolkit
Description-Content-Type: text/markdown

# python3.8+ Toolkit for personal use

## Install

```bash
pip install toolkit_cmm
```

## Quick Start

```py
from toolkit_cmm.helloworld import hello_world;
print(hello_world())
```

## Docs

<https://cromarmot.github.io/pytoolkit>

