You can install Osparc Control via pip from PyPI:
pip install osparc-control
Read docs at https://itisfoundation.github.io/osparc-control
Check out the examples
directory for more.
To run below examples either clone the repo or copy code from the snippets
below the commands
A first example where requester.py
asks for a random number and
replier.py
defines an interface to provide it.
- In a first terminal run:
python examples/1_simple/requester.py
- In a second terminal run:
python examples/1_simple/replier.py
A showcase of all the types of supported requests.
- In a first terminal run:
python examples/2_base_time_add/controller.py
- In a second terminal run:
python examples/2_base_time_add/solver.py
Contributions are very welcome. To learn more, see the Contributor Guide. Our Code of Conduct pledge.
Distributed under the terms of the MIT license, Osparc Control is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.