Metadata-Version: 2.4
Name: pygame-ui-utilities
Version: 0.1.0
Summary: A collection of useful Pygame UI components and utilities
Author-email: William Goosen <william.goosen@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/WilliamGoosen/pygame-utilities
Keywords: pygame,ui,buttons,game-development,gui
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: pygame
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame-ce>=2.0.0
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Dynamic: license-file

# pygame-utilities
Collection of reusable UI components for Pygame-CE - buttons, text rendering, with more components coming soon
