Metadata-Version: 2.0
Name: PyREM
Version: 0.1.3
Summary: Python Remote Experiment Runner
Home-page: https://github.com/emichael/PyREM
Author: Ellis Michael
Author-email: ellis@ellismichael.com
License: MIT
Keywords: remote management,distributed,experiment
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Distributed Computing
Requires-Dist: decorator (>=4.0.2,<5)
Requires-Dist: enum34 (>=1.0.4,<2)

.. image:: https://travis-ci.org/emichael/PyREM.svg?branch=develop
    :target: https://travis-ci.org/emichael/PyREM
.. image:: https://coveralls.io/repos/emichael/PyREM/badge.svg?branch=develop&service=github
    :target: https://coveralls.io/github/emichael/PyREM?branch=develop
.. image:: https://readthedocs.org/projects/pyrem/badge/?version=latest
    :target: http://pyrem.readthedocs.org/en/latest/?badge=latest
.. image:: https://landscape.io/github/emichael/PyREM/develop/landscape.svg?style=flat
    :target: https://landscape.io/github/emichael/PyREM/develop
    :alt: Code Health
.. image:: https://gemnasium.com/emichael/PyREM.svg
    :target: https://gemnasium.com/emichael/PyREM

=====
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 <http://pyrem.readthedocs.io/>`_.

Verifying Releases
------------------
You can verify the signature on my
`releases on PyPI <https://pypi.python.org/pypi/PyREM>`_ using my public key on
`Keybase <https://keybase.io/emichael>`_.

Contributing
------------
File issues or send pull requests on
`GitHub <https://github.com/emichael/PyREM>`_. 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``).


