Metadata-Version: 2.3
Name: f5xc_tops_py_client
Version: 0.1.0
Summary: Python client for F5 Distributed Cloud API used by f5xc-tenantOps
Author: Kevin Reynolds
Author-email: k.reynolds@f5.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: uplink (>=0.9.7,<0.10.0)
Project-URL: homepage, https://github.com/f5xc-TenantOps/f5xc-tops-py-client
Description-Content-Type: text/markdown

# f5xc-tops-py-client

## 👋🏻 About

## 👷 Build Process

## 📋 Usage Example
```shell
>>> from f5xc_tops_py_client import session, ns
>>> api = session(tenant_url="https://tenant.console.ves.volterra.io", api_token="dLsJqnSsgxxxxxxxxxxxxxxr=")
>>> r = ns(api).list()
>>> print(r)
```

## Reference
- Based on the [uplink](https://uplink.readthedocs.io/en/stable/user/quickstart.html) library


## 🛢️ XC Resources

