Metadata-Version: 2.1
Name: pyreaqtive
Version: 1.1.1
Summary: PyQt Reactive Framework
Home-page: https://github.com/polfeliu/pyreaqtive
Author: Pol Feliu Cuberes
Author-email: feliupol@gmail.com
License: Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0)
Keywords: pyqt5 framework reactive gui
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# pyreaqtive
![alt text](https://raw.githubusercontent.com/polfeliu/pyreaqtive/master/doc/source/_static/logo256.png)

pyreaqtive is a framework for developing applications in pyqt with reactive programming. It enables to write applications in a declarative form, that is focused on data and functionality and that does not bloat code with gui callbacks.

The library provides several models to hold data, and many prebuilt widgets and layouts to present the data from the models to the user, making the separation from data and visualization, and the adequate link between them, a simple task.

All reactive widgets and layouts use pyqt built-in widgets, which makes them fully compatible with pyqt without loosing functionality. Reactive and non-reactive parts can be mixed into an application, and non-reactive components can be turned to reactive ones without necessarily changing codebases.

## Documentation
https://pyreaqtive.readthedocs.io/en/latest/

