A framework that exposes a simple set of APIs enabling multi-process integration with the curses screen painting library
Project description
The mpcurses provides a framework that enables a function to be executed at scale and its execution to be visualized on screen at runtime. It consists of a simple set of APIs that provide an abstraction for multiprocessing and the curses screen painting library. The main features:
Execute a function across one or more concurrent processes
Queue execution to ensure a predefined number of processes are running
Visualize function execution using curses screen
Define a screen layout using a Python dict
Leverage built-in directives for dynamically updating the screen * Keep numeric counts * Update text values * Update text colors * Maintain visual indicators * Update progress bars * Display tables
The framework can be used on any ordinary Python function. The only requirement for enabling function scale and execution visualization is to ensure the function implements logging and a to provide a screen layout definition. The framework takes care of setting up the multiprocessing, configuring the curses screen and the maintaining the thread-safe queues required for communication.
Refer to [How It Works](https://github.com/soda480/mpcurses/wiki/How-It-Works) for additional detail.
Refer to [API Reference](https://github.com/soda480/mpcurses/wiki/API-Reference) for description of the API methods and the screen layout directives.
For samples checkout our home page: https://github.com/soda480/mpcurses
Project details
Release history Release notifications | RSS feed
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 mpcurses-0.1.2.tar.gz
.
File metadata
- Download URL: mpcurses-0.1.2.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91224f5481ca81f4279d128214cddd66bc582ec8ad16be7ef63efcfd24fa89f0 |
|
MD5 | af5d8037b8dbf59e997870b468a81dd1 |
|
BLAKE2b-256 | 64f0ff76cf95a3d817b678e08bdf9e1f926c2b4d2e26687f8d7d7297c026f53e |
Provenance
File details
Details for the file mpcurses-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: mpcurses-0.1.2-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84b976e6377d04b370cd9f7a2bfec08b18dfeac1acfc265168c9e8ecdbffa6ac |
|
MD5 | 0034ef00685b6ff4375924fdce018892 |
|
BLAKE2b-256 | 24863072b82a1b03ca28b5063520dfcbca9830411bcc244107d8b271f1e5ba4e |