Metadata-Version: 2.2
Name: pytincture
Version: 0.9.2
Summary: UI Builder
Author-email: Your Name <schapman1974@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/pytincture/pytincture
Description-Content-Type: text/markdown
Requires-Dist: aiofiles==24.1.0
Requires-Dist: fastapi==0.115.8
Requires-Dist: upstash-redis>=1.2.0
Requires-Dist: pyyaml==6.0.2
Requires-Dist: requests==2.32.3
Requires-Dist: uvicorn==0.34.0
Requires-Dist: wheel==0.45.1
Requires-Dist: js==1.0
Requires-Dist: pyodide-py==0.27.2
Requires-Dist: authlib==1.4.1
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: aioredis==2.0.1
Requires-Dist: pytest==8.3.4

# pyTincture

## Overview
`pyTincture` is a Python framework designed to leverage the capabilities of Pyodide, enabling developers to create sophisticated and user-friendly GUI libraries. This project aims to bridge the gap between Python's powerful backend and intuitive, interactive frontend interfaces.

## Features
- **Pyodide Integration**: Seamlessly integrates with Pyodide to bring Python to the web.
- **GUI Library Support**: Simplifies the process of creating and managing GUI components in Python.
- **Cross-Platform Compatibility**: Works across various platforms where Pyodide is supported.
- **Easy to Use**: User-friendly API that makes GUI development in Python more accessible.

## Requirements
- Python 3.x
- Pyodide

## Docker Quick Start Example built from https://github.com/pytincture/pytincture_example
Run the docker image directly from Dockerhub
~~~
docker run -p8070:8070 -i pytincture/pytincture:latest
~~~
Load url in browser
~~~
http://localhost:8070/py_ui
~~~


## License
`pyTincture` is licensed under the MIT License.


