Metadata-Version: 2.1
Name: shiny-multiprocessing
Version: 0.1.3
Summary: 
License: WTFPL
Author: Maximilian Töpfer
Author-email: maxtoepfer@mailbox.org
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pebble (>=5.0.3,<6.0.0)
Description-Content-Type: text/markdown

# shiny_multiprocessing

A small token piece of code meant to make multiprocessing a bit handier, when
it comes to executing functions, that need proper monitoring in terms of
idling, timing out or failing with errors.

It makes use of Pebble to reliably enforce timeouts on the individual processes
while also providing comfortable retry capabilities for a range of exceptions
of your selection.

More documentation to come. Maybe.

# Its home in Gitlab
[https://gitlab.com/SummaSineLaude/shiny_multiprocessing]
