PyREM

Python Remote Experiment Runner


Keywords
remote, management, distributed, experiment
License
MIT
Install
pip install PyREM==0.2.0

Documentation

https://travis-ci.org/emichael/PyREM.svg?branch=develop https://coveralls.io/repos/emichael/PyREM/badge.svg?branch=develop&service=github https://readthedocs.org/projects/pyrem/badge/?version=latest Code Health

PyREM

Python Remote Experiment Manager

Python wrapper around common idioms for running processes on remote servers.

Installing

Either install from PyPI (pip install pyrem), manually download the package and install it with your favorite tool, or simply put the module in your path and install the dependencies (pip install -r requirements.txt).

Documentation

You can see the documentation for both the current development version and the latest release on Read the Docs.

Verifying Releases

You can verify the signature on my releases on PyPI using my public key on Keybase.

Contributing

File issues or send pull requests on GitHub. If you do send a pull request, please send it for the develop branch.

To build PyREM locally and run the tests, you will need to install the development dependencies (pip install -r requirements-dev.txt).