Metadata-Version: 2.4
Name: arts
Version: 2025.11.10
Summary: 一个封装了 Python 常用功能的工具库，帮助你更高效地开发应用。
Author-email: 许灿标 <canbiaoxu@outlook.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pymysql
Requires-Dist: aiomysql
Requires-Dist: pymongo
Requires-Dist: motor
Requires-Dist: tornado
Requires-Dist: openai
Requires-Dist: asyncpg

# 描述

一个封装了 Python 常用功能的工具库，帮助你更高效地开发应用。

# 安装

```bash
pip install arts
```

# 功能分类

## 数据库

* [mysql - 访问MySQL数据库](https://github.com/canbiaoxu/arts/tree/main/arts/mysql/)
* [mongo - 访问MongoDB数据库](https://github.com/canbiaoxu/arts/tree/main/arts/mongo/)
* [postgre - 访问PostgreSQL数据库](https://github.com/canbiaoxu/arts/tree/main/arts/postgre/)
* [objdb - 访问ObjDB数据库](https://github.com/canbiaoxu/arts/tree/main/arts/objdb/)

## AI

* [ollama2 - 在 windows 平台上部署 deepseek 本地版，并用 python 调用](https://github.com/canbiaoxu/arts/tree/main/arts/ollama2/)
* [openai2 - 访问ChatGPT](https://github.com/canbiaoxu/arts/tree/main/arts/openai2/)

## GUI

* [miumapp - 开发跨平台 GUI 应用](https://github.com/canbiaoxu/arts/tree/main/arts/miumapp/)

## 其它

* [base95 - Base95 编码](https://github.com/canbiaoxu/arts/tree/main/arts/base95/)

# 邀请贡献

欢迎提交 PR，一起改进这个项目。

每一个微小的贡献，都将帮助车轮保持完美旋转！

