Metadata-Version: 2.4
Name: fantas
Version: 3.0.0
Summary: A 2D graphics program framework based on pygame-ce
License: MIT
License-File: LICENSE
Author: Fantastair
Author-email: Fantastair@qq.com
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Typing :: Typed
Project-URL: Documentation, https://fantas.fantastair.cn/docs
Project-URL: GitHub, https://github.com/Fantastair/FantasV3
Project-URL: Homepage, https://fantas.fantastair.cn
Project-URL: Repository, https://github.com/Fantastair/FantasV3
Project-URL: issue, https://github.com/Fantastair/FantasV3/issues
Description-Content-Type: text/x-rst

fantas
======

一个基于 pygame-ce 的图形开发框架，旨在提供更高效的开发体验和更丰富的功能支持。

|Docs| |License| |Python| |pygame| |Code style: black|

.. |Docs| image:: https://img.shields.io/badge/docs-online-green
   :target: #
.. |License| image:: https://img.shields.io/badge/License-MIT-lightgray
   :target: https://mit-license.org/
.. |Python| image:: https://img.shields.io/badge/python-3-blue?logo=python
   :target: https://www.python.org/
.. |pygame| image:: https://img.shields.io/badge/pygame_ce-2.5.7_for_fantas-blue
   :target: https://github.com/Fantastair/pygame-ce/tree/fantas
.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-black
   :target: https://github.com/psf/black

许可证（License）
-----------------

fantas 是基于 MIT 许可证分发的开源项目。您可以自由使用、修改和分发该软件，但必须保留原作者的版权声明和许可声明。请参阅 `LICENSE`_ 文件以获取更多详细信息。

fantas is an open-source project distributed under the MIT License. You are free to use, modify, and distribute this software, but you must retain the original copyright notice and license statement. Please refer to the `LICENSE`_ file for more details.

.. _LICENSE: LICENSE

依赖许可（Dependency Licensing）
--------------------------------

fantas 的核心依赖是 pygame-ce，这是一个基于 LGPL-2.1 许可证分发的库。我们对 pygame-ce 进行了特殊修改以修复一些问题并添加新功能。请参阅 `DEPENDENCIES.md`_ 文件以获取详细的依赖声明和许可说明。

The core dependency of fantas is pygame-ce, a library distributed under the LGPL-2.1 license. We have made specific modifications to pygame-ce to address certain issues and incorporate new features. Please refer to the `DEPENDENCIES.md`_ file for detailed dependency declarations and licensing information.

.. _DEPENDENCIES.md: DEPENDENCIES.md

