Metadata-Version: 2.1
Name: Py-library
Version: 1.0.13
Summary: py 工具箱
Home-page: https://github.com/CLannadZSY/Tools
Author: CLannadZSY
Author-email: zsymidi@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Tools

### Installation 安装

```sh
pip install Py-library
```

### 使用前, 生成 `models.py`
```shell
sqlacodegen mysql+pymysql://user:password@localhost/dbname
```

### Usage example

### 异步 `mysql`, `redis` [使用示例](example.py):

## Contributing 贡献指南

有什么问题或建议, 可以在 [issues](https://github.com/CLannadZSY/Tools/issues) 中告诉我

## License 授权协议

这个项目 MIT 协议， 请点击 [LICENSE](LICENSE) 了解更多细节。
