Metadata-Version: 2.1
Name: brem
Version: 1.1.0
Summary: Basic Remote Execution Manager
Home-page: https://github.com/paskino/brem
Author: Alin M Elena, Edoardo Pasca
Author-email: alin-marin.elena@stfc.ac.uk, edoardo.pasca@stfc.ac.uk
License: BSD-3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Physics
License-File: LICENSE

BREM
####

Basic Remote Execution Manager (brem) is a simple Python package that enables the execution
on remote machines connected via SSH.

Install
-------

Binary installation is available via pip or conda:
  
.. code ::
  
  pip install brem
  
or

.. code ::
  
  conda install -c paskino brem


