Skip to content

emichael/PyREM

release
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

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).