Metadata-Version: 2.1
Name: fabrictestbed-extensions
Version: 1.2.3
Summary: FABRIC Python Client Library and CLI Extensions
Home-page: https://github.com/fabric-testbed/fabrictestbed-extensions
Author: Paul Ruth, Komal Thareja
Author-email: pruth@renci.org, kthare10@renci.org
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# fabrictestbed-extensions
[![Requirements Status](https://requires.io/github/fabric-testbed/fabrictestbed-extensions/requirements.svg?branch=main)](https://requires.io/github/fabric-testbed/fabrictestbed-extensions/requirements/?branch=main)

[![PyPI](https://img.shields.io/pypi/v/fabrictestbed-extensions?style=plastic)](https://pypi.org/project/fabrictestbed-extensions/)

Extensions for the FABRIC API/CLI.  

## Build instructions
(Do not do `python setup.py sdist bdist_wheel`)
```
python -m build
```
Following that upload to PyPi using
```
twine upload dist/*
```

## Install Instructions
```
git clone https://github.com/fabric-testbed/fabrictestbed-extensions.git 
cd fabrictestbed-extensions
pip install --user .
```
