Metadata-Version: 2.1
Name: usepy
Version: 0.1.39
Summary: usepy
Home-page: https://usepy.code05.com/
Author: miclon
Author-email: jcnd@163.com
Requires-Python: >=3.8,<4.0
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
Provides-Extra: logger
Provides-Extra: notify
Requires-Dist: usepy-plugin-logger (>=0.1.0,<0.2.0) ; extra == "logger"
Requires-Dist: usepy-plugin-notify (>=0.2.2,<0.3.0) ; extra == "notify"
Description-Content-Type: text/markdown

# UsePy

<a href="https://github.com/mic1on/usepy/actions/workflows/test.yml?query=event%3Apush+branch%3Amain" target="_blank">
    <img src="https://github.com/mic1on/usepy/workflows/test%20suite/badge.svg?branch=main&event=push" alt="Test">
</a>
<a href="https://pypi.org/project/usepy" target="_blank">
    <img src="https://img.shields.io/pypi/v/usepy.svg" alt="Package version">
</a>

<a href="https://pypi.org/project/usepy" target="_blank">
    <img src="https://img.shields.io/pypi/pyversions/usepy.svg" alt="Supported Python versions">
</a>

`usepy`是一个简单易用的Python工具库，包含了一些常用的工具函数。

### 安装

```bash
pip install usepy -U
```

### 示例及文档

[官方文档](https://usepy.code05.com/)
