Metadata-Version: 2.3
Name: r2lab
Version: 0.10.0
Summary: Basic utilities for the R2lab testbed
Project-URL: Homepage, https://github.com/fit-r2lab/r2lab-python
Project-URL: Documentation, https://r2lab-python.readthedocs.io
Author-email: Thierry Parmentelat <thierry.parmentelat@inria.fr>
License: CC-BY-NC-4.0
Requires-Python: >=3.10
Requires-Dist: apssh
Requires-Dist: asynciojobs
Requires-Dist: websockets>=14
Provides-Extra: mapdataframe
Requires-Dist: pandas; extra == 'mapdataframe'
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Description-Content-Type: text/markdown

# The `r2lab` python library

This python module contains, in no particular order, a set of
utilities that come in handy when working with the R2lab testbed - see
<https://r2lab.inria.fr>.

This library was built on an opportunistic basis; essentially, it
contains features that we found users copying and pasting from one
experience to another.

As such it addresses very different topics, but nothing in here should
be crucial or really hard to implement separately, it's mostly meant
as a set of convenient tools to help experimenter provide similar
functionalities.
