Metadata-Version: 2.4
Name: pyustc
Version: 1.2.1
Summary: A Python package that allows for quick use of USTC network services
Author: XeF2
Author-email: XeF2 <contact@xef2.top>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: httpx>=0.28.1,<0.29
Requires-Dist: pycryptodome>=3.23.0,<4
Requires-Dist: ua-generator>=2.1.4,<3
Requires-Python: >=3.11
Project-URL: Homepage, https://github.com/USTC-XeF2/pyustc
Project-URL: Issues, https://github.com/USTC-XeF2/pyustc/issues
Description-Content-Type: text/markdown

# PyUSTC

[![pypi](https://img.shields.io/pypi/v/pyustc.svg)](https://pypi.python.org/pypi/pyustc)
![code size](https://img.shields.io/github/languages/code-size/USTC-XeF2/pyustc)
![last commit](https://img.shields.io/github/last-commit/USTC-XeF2/pyustc)
[![commits since last release](https://img.shields.io/github/commits-since/USTC-XeF2/pyustc/latest.svg)](https://github.com/USTC-XeF2/pyustc/releases)

中国科学技术大学网络服务 Python 库。

## 功能特性

- **统一身份认证服务**：简化登录与会话管理。
- **教务系统**：课表、成绩及选课工具。
- **第二课堂平台**：管理第二课堂活动。
- **体育场馆​​预订**：浏览场馆、查询空闲状态及管理个人订单。

## 安装与使用

```bash
pip install pyustc
```

有关示例和详细文档，请参阅 [示例](https://github.com/USTC-XeF2/pyustc/tree/main/examples)。 

## 贡献

请通过 [GitHub](https://github.com/USTC-XeF2/pyustc) 提交 Issue、代码或建议。

## 许可证

[MIT](https://github.com/USTC-XeF2/pyustc/blob/main/LICENSE)
