Metadata-Version: 2.1
Name: usepy
Version: 0.4.1a1
Summary: usepy
Home-page: https://usepy.code05.com/
Author: miclon
Author-email: jcnd@163.com
Requires-Python: >=3.7,<4.0
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
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: typing-extensions (>=4.0.0,<5.0.0) ; python_version >= "3.6" and python_version < "3.7"
Requires-Dist: typing-extensions (>=4.5.0,<5.0.0) ; python_version >= "3.7"
Description-Content-Type: text/markdown

<div align=center>
<img src="logo-shadow.svg" width="100" alt="logo">

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

<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://pepy.tech/badge/usepy">
<img src="https://pepy.tech/badge/usepy" alt="Downloads"></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>
</div>

### 安装

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

<img src="./resources/overview.png"/>

更多参阅[官方文档](https://usepy.code05.com/)

## 贡献

欢迎提交PR，一起完善这个工具库。

