Metadata-Version: 2.4
Name: cseslib4py
Version: 0.3.0
Summary: CSES access framework for Python, refactored by MacrosMeng.
Author-email: MacrosMeng <meng-yc@outlook.com>
License: MIT
Project-URL: Homepage, https://github.com/MacroMeng/cseslib4py
Project-URL: Bug Reports, https://github.com/MacroMeng/cseslib4py/issues
Project-URL: Source, https://github.com/MacroMeng/cseslib4py
Project-URL: Documentation, https://cseslib4py.readthedocs.io/
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml==6.0.3
Requires-Dist: pydantic==2.13.3
Dynamic: license-file

<a href="https://github.com/MacroMeng/cseslib4py"> <img align="left" alt="logo" height="72" src="https://github.com/MacroMeng/cseslib4py/blob/main/Logo.png?raw=true" width="72"/> </a>

# cseslib4py

适用于 Python 的 CSES API

> [!WARNING]
>
> [CSES](https://github.com/SmartTeachCN/CSES) 原仓库的 API 版本已经更新到 2。您现在正在支持版本 2 的分支上。

> [!IMPORTANT]
>
> `cseslib4py` 仍然是一个**测试版软件**，可能会做出破坏性变更。
>
> 请查阅我们的文档来了解详细信息。


> [!IMPORTANT]
>
> 即将对 `cseslib4py` 提供的 API 进行彻底的重构。参阅文档了解更多信息。

## 简介

**cseslib4py** 是一个 Python 库，提供对 [CSES](https://github.com/SmartTeachCN/CSES) 格式的访问，同时具有简单易用的设计。<br/>
此外，它由 [MacrosMeng](https://github.com/MacroMeng) 重构，以提供比原来的 [pycses](https://github.com/SmartTeachCN/pycses) **更好**和**具有更高易读性**的访问。

## 许可证
**cseslib4py** 采用 **MIT** 许可证。您可以在遵守许可证条款的前提下自由使用、修改和分发该库。
