Socket
Socket
Sign inDemoInstall

threaded-mvc

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    threaded-mvc

Threaded Model View Controller classes.


Maintainers
1

Readme

============ threaded_mvc

.. image:: https://img.shields.io/pypi/v/threaded_mvc.svg :target: https://pypi.python.org/pypi/threaded_mvc

.. image:: https://img.shields.io/travis/Galen-dp/threaded_mvc.svg :target: https://travis-ci.com/Galen-dp/threaded_mvc

.. image:: https://readthedocs.org/projects/threaded-mvc/badge/?version=latest :target: https://threaded-mvc.readthedocs.io/en/latest/?version=latest :alt: 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.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc