Metadata-Version: 2.4
Name: pudu-ui
Version: 0.1.3
Summary: UI library for Python based in pyglet
Author: Jesus Henriquez
License-Expression: MIT
Project-URL: Homepage, https://github.com/sombra-studio/pudu-ui
Project-URL: Issues, https://github.com/sombra-studio/pudu-ui/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyglet
Dynamic: license-file

# pudu-ui

UI library for creating desktop apps with Python based in pyglet. It has 
different components available.

## Examples

There are many examples using the UI components that you can find in the 
_examples_ folder.

## Testing

To run them:

`python -m unittest -v tests`

This will run every test in the "_tests_" module, if you add new tests make sure to
import them into the "_\_\_init\_\_.py_" file of the "_tests_" folder.

## Dependencies

- pyglet

You can install the dependencies by running:

`python -m pip install -r requirements.txt`
