Metadata-Version: 2.1
Name: zipy
Version: 0.3.1
Summary: Zipy is a toolbox containing a set of convenient python function
Author: 冒险岛真好玩
Author-email: 17826800084g@gmail.com
Requires-Python: >=3.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown

# Developement
## Prerequisit
- install poetry

## Build dev environment
```
cd <path-to-project>

poetry install

poetry env use 3.10

pre-commit install
```
