Metadata-Version: 2.1
Name: remotemanager
Version: 0.1.2
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.0
Description-Content-Type: text/markdown
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`

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