Metadata-Version: 2.1
Name: fabrictestbed-extensions
Version: 1.2rc7
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
License: UNKNOWN
Platform: UNKNOWN
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
Requires-Dist: build
Requires-Dist: ipycytoscape
Requires-Dist: ipywidgets
Requires-Dist: ipyleaflet
Requires-Dist: tabulate
Requires-Dist: fabrictestbed (>=1.2)

# 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 .
```


