Skip to main content

Threaded Model View Controller classes.

Project description

https://img.shields.io/pypi/v/threaded_mvc.svg https://img.shields.io/travis/Galen-dp/threaded_mvc.svg Documentation Status

Threaded Model-View-Controller Design Pattern package for GUI & TUI programs.

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:

  1. The model knows nothing about the view or the controller.

  2. The view knows nothing about the controller or the model.

  3. The controller knows everything about both the model and the view.

  4. Contoller - starts or attaches to view & model

  5. model - signals events to controller which updates view

  6. 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

threaded_mvc-0.0.4.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

threaded_mvc-0.0.4-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page