Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polfeliu/pyreaqtive
PyQt/PySide Reactive Framework
https://github.com/polfeliu/pyreaqtive
pyqt pyqt5 python qt qt5 reactive reactive-programming
Last synced: 4 months ago
JSON representation
PyQt/PySide Reactive Framework
- Host: GitHub
- URL: https://github.com/polfeliu/pyreaqtive
- Owner: polfeliu
- License: other
- Created: 2021-06-16T18:56:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T09:48:14.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T15:21:14.250Z (9 months ago)
- Topics: pyqt, pyqt5, python, qt, qt5, reactive, reactive-programming
- Language: Python
- Homepage: https://pypi.org/project/pyreaqtive/
- Size: 2.4 MB
- Stars: 21
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyreaqtive
[![Docs](https://readthedocs.org/projects/pyreaqtive/badge/?style=flat)](https://pyreaqtive.readthedocs.io/en/latest/)
[![PyPI](https://img.shields.io/pypi/v/pyreaqtive)](https://pypi.org/project/pyreaqtive/)
[![Pipeline](https://img.shields.io/github/workflow/status/polfeliu/pyreaqtive/Pipeline/master)](https://github.com/polfeliu/pyreaqtive/actions/workflows/push.yml)
[![Mypy](https://img.shields.io/badge/-mypy-brightgreen)](https://github.com/polfeliu/pyreaqtive/actions/workflows/push.yml)
[![License](https://img.shields.io/pypi/l/pyreaqtive)](https://raw.githubusercontent.com/polfeliu/pyreaqtive/master/LICENSE)
![Logo](https://raw.githubusercontent.com/polfeliu/pyreaqtive/master/doc/source/_static/logo256.png)pyreaqtive is a framework for developing applications in pyqt/pyside 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 qt built-in widgets, which makes them fully compatible with qt 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.
It was originally developed for PyQt5, but through the QtPy package it is also compatible with to PyQt6, PySide2 and PySide6.
## Documentation
https://pyreaqtive.readthedocs.io/en/latest/