mptools

Wrapper for multiprocessing that provides a bunch of boilerplate.

MIT License

Stars
78
Committers
2

=====================
Multiprocessing Tools

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

.. image:: https://img.shields.io/travis/PamelaM/mptools.svg :target: https://travis-ci.org/PamelaM/mptools

.. image:: https://readthedocs.org/projects/mptools/badge/?version=latest :target: https://mptools.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://pyup.io/repos/github/PamelaM/mptools/shield.svg :target: https://pyup.io/repos/github/PamelaM/mptools/ :alt: Updates

Mutliprocessing Tools provides wrappers to help you implement robust applications. This project began while working on a number of IoT projects and was fleshed out while I was writing up a talk proposal and blog post based on what I'd learned. (TODO: Url goes here)

Features

  • TODO

Examples

  • examples/mptools_example.py provides a fairly complete sketch of an IoT kind of app, though
    it doesn't do much.
  • examples/mptools_example_client.py is a simple script that exercises the socket
    interface of the example app.

Roadmap

  • Write up proper docs and get them up on Readthedocs

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