Metadata-Version: 2.4
Name: cseslib4py
Version: 0.1.2
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml==6.0.3
Requires-Dist: pydantic==2.12.3
Provides-Extra: docs
Requires-Dist: alabaster==1.0.0; extra == "docs"
Requires-Dist: babel==2.17.0; extra == "docs"
Requires-Dist: colorama==0.4.6; extra == "docs"
Requires-Dist: docutils==0.21.2; extra == "docs"
Requires-Dist: furo==2025.9.25; extra == "docs"
Requires-Dist: imagesize==1.4.1; extra == "docs"
Requires-Dist: Jinja2==3.1.6; extra == "docs"
Requires-Dist: packaging==25.0; extra == "docs"
Requires-Dist: Pygments==2.19.2; extra == "docs"
Requires-Dist: recommonmark==0.7.1; extra == "docs"
Requires-Dist: requests==2.32.5; extra == "docs"
Requires-Dist: snowballstemmer==3.0.1; extra == "docs"
Requires-Dist: Sphinx==8.2.3; extra == "docs"
Requires-Dist: sphinx-autobuild==2025.8.25; extra == "docs"
Requires-Dist: sphinx-basic-ng==1.0.0b2; extra == "docs"
Requires-Dist: sphinx-markdown-tables==0.0.17; extra == "docs"
Requires-Dist: sphinxcontrib-applehelp==2.0.0; extra == "docs"
Requires-Dist: sphinxcontrib-devhelp==2.0.0; extra == "docs"
Requires-Dist: sphinxcontrib-htmlhelp==2.1.0; extra == "docs"
Requires-Dist: sphinxcontrib-jquery==4.1; extra == "docs"
Requires-Dist: sphinxcontrib-jsmath==1.0.1; extra == "docs"
Requires-Dist: sphinxcontrib-qthelp==2.0.0; extra == "docs"
Requires-Dist: sphinxcontrib-serializinghtml==2.0.0; extra == "docs"
Provides-Extra: tests
Requires-Dist: pytest==8.4.2; extra == "tests"
Requires-Dist: pytest-cov==7.0.0; extra == "tests"
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

## 简介

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

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