Threaded Model View Controller classes.
Project description
Threaded Model-View-Controller Design Pattern package for GUI & TUI programs.
Free software: BSD license
Documentation: https://threaded-mvc.readthedocs.io.
What is this repo or project?
This is a solution to a common problem with MVC architecture: How do we keep the View responsive when the model is i/o bound.
How does it work?
We do this by placing the model in its own thread, and using message queues between the Controller and Model.
As per the definition of the MVC design pattern:
The model knows nothing about the view or the controller.
The view knows nothing about the controller or the model.
The controller knows everything about both the model and the view.
Contoller - starts or attaches to view & model
model - signals events to controller which updates view
controller - sets model states when necessary.
Who will use this repo or project?
TODO
What is the goal of this project?
TODO
Features
TODO
How to install
TODO
How to use
TODO
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file threaded_mvc-0.0.4.tar.gz
.
File metadata
- Download URL: threaded_mvc-0.0.4.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba67c9119bc54035ac963bad471f0ec5e25a34584a0ce48838a977589b0b57e5 |
|
MD5 | 279ee25a55b305552111bb583883bf0f |
|
BLAKE2b-256 | c8b12e3ada8e67ef0f47f969b73485310a729e37927d7fe5bff0cfebbc6ad3f0 |
File details
Details for the file threaded_mvc-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: threaded_mvc-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fa113ab5f3a99d85791c9f06a4111589ec4afe85fc4b91c7cca4bf9bd87bb35 |
|
MD5 | 8f7ba8514b4ad1d78cc856518ccb431a |
|
BLAKE2b-256 | 15392369b5a5592db598746d70409c1818198a62664b7a6eca86dc10f3126c1e |