Welcome to PyroMP’s documentation!

PyroMP provides a seamless transition from object oriented to service oriented programming. It is based on Pyro4 and multiprocessing. The former is used for object oriented RPCs and the latter for process generation.

PyroMP is distributed under the MIT open-source license.

Requirements:

  • Python 2.7 or higher
  • Pyro4 4.20 or higher

Note

PyroMP is developed and tested using Pyro4 4.22 and Python 2.7. But also tested with Pyro4 4.23 and Python 3.3.

Testing:

  • testfixtures

Note

The package is very well tested. If you are not sure to meet the requirements, run the tests and examples. If the tests pass and the examples work, it will be okay.

Table Of Contents

Next topic

Quickstart and Tutorial

This Page