Metadata-Version: 2.1
Name: remotemanager
Version: 0.5.9
Summary: remote run management tool
Author-email: Louis Beal <louis.j.beal@gmail.com>
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dill
Provides-Extra: jsonpickle
Provides-Extra: all
Provides-Extra: dev
License-File: LICENSE

# remotemanager

Modular serialisation and management package for handling the running of functions on remote machines

Based off of the BigDFT RemoteRunner concept, remotemanager represents an improvement and expansion on the concepts based there.

Primary usage is via a `Dataset`, which connects to a remote machine via `URL`

You can think of the `Dataset` as a "container" of sorts for a calculation, to which "runs" are attached. These runs are then executed on the remote machine described by the provided `URL`

### Installation

A quick install of the latest stable release can be done via `pip install remotemanager`

Alternatively, clone this repo and do a local install via `cd remotemanager && pip install .`

### Documentation

See the [documentation](https://ljbeal.gitlab.io/remotemanager/) for further information, tutorials and api documentation.
