geni-lib is a Python library for interacting with the NSF GENI Federation, or any resource pool that uses components of the GENI Software Architecture.
Common uses include orchestrating repeatable experiments and writing small tools for inspecting the resources available in a given federation. There are also a number of administrative API handlers available for interacting with software commonly used in experiments - particularly those exposing services to other experimenters.
Documentation can be found at https://geni-lib.readthedocs.io.
This is a fork of the original geni-lib
library that converts the python2 code to python3 and fixes some other incompatibilities.
The modified package is available at dist/geni_lib_xlab-1.0.0.tar.gz
. It can be installed with:
pip install <path-to-package>