Metadata-Version: 2.4
Name: skk
Version: 2025.4.14
Summary: 对 Python 开发中的常用功能的封装
Author-email: 许灿标 <lcctoor@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 开发中的常用功能的封装。

[源码](https://github.com/lcctoor/skk)

# 作者

作者: 许灿标

链接: [主页](https://lcctoor.com) \| [Github](https://github.com/lcctoor) \| [PyPi](https://pypi.org/user/lcctoor) \| [微信](https://lcctoor.com/cdn/WeChatQRC.jpg) \| [邮箱](mailto:lcctoor@outlook.com) \| [捐赠](https://lcctoor.com/cdn/DonationQRC-0rmb.jpg)

# 教程

## 安装

```
pip install skk
```

## 功能分类

### 数据库

* [MySQL](https://github.com/lcctoor/skk/tree/main/skk/mysql#readme)
* [MongoDB](https://github.com/lcctoor/skk/tree/main/skk/mongo#readme)
* [PostgreSQL](https://github.com/lcctoor/skk/tree/main/skk/postgre#readme)
* [ObjDB](https://github.com/lcctoor/skk/tree/main/skk/objdb#readme)

### AI

* [在 windows 平台上部署 deepseek 本地版，并用 python 调用](https://github.com/lcctoor/skk/tree/main/skk/ollama2#readme)
* [ChatGPT](https://github.com/lcctoor/skk/tree/main/skk/openai2#readme)

### GUI

* [开发跨平台 GUI 应用](https://github.com/lcctoor/skk/tree/main/skk/miumapp#readme)

### 其它

* [Base95 编码](https://github.com/lcctoor/skk/tree/main/skk/base95#readme)
* [Excel 处理](https://github.com/lcctoor/skk/tree/main/skk/excel#readme)
* [模块持久化](https://github.com/lcctoor/skk/tree/main/skk/moduledb#readme)

