Metadata-Version: 2.4
Name: pyustc
Version: 1.1.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: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: fake-useragent>=2.2.0,<3
Requires-Dist: httpx>=0.28.1,<0.29
Requires-Dist: pycryptodome>=3.23.0,<4
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)

A Python package that allows for quick use of USTC network services.

## Features

- **Central Authentication Service**: Simplifies login and session management.
- **Educational Administration Management System**: Access course table, grades, and course planning tools.
- **Young Platform**: Manage Second Classes.

## Installation and Usage

Install PyUSTC via pip:

```bash
pip install pyustc
```

For examples and detailed documentation, see [Examples](https://github.com/USTC-XeF2/pyustc/tree/main/examples).

## Contributing

We welcome contributions of all types! Submit issues, code, or suggestions via [GitHub](https://github.com/USTC-XeF2/pyustc).

## License

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