Metadata-Version: 2.4
Name: kizuna
Version: 0.1.0
Summary: A game engine on top of Pyglet.
Author-email: "Daniel Pérez Porras \"Daikoderu\"" <daikoderu@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/daikoderu/kizuna
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: rich
Requires-Dist: pydantic
Requires-Dist: pyglet>=2.1
Requires-Dist: pyinstaller>=6.19
Dynamic: license-file

# Kizuna Project

Kizuna is a flexible game development framework for Python based on the
[Pyglet](https://pyglet.readthedocs.io/en/latest/index.html) library.

Check out the [documentation](https://kizuna.readthedocs.io/) for more information.
