Metadata-Version: 2.3
Name: f5xc_tops_py_client
Version: 0.3.3
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: setuptools (>=67.0.0,<68.0.0)
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
This package is low level python client to interact with the F5 Distributed Cloud API.


## 👷 Build and Version
Package is built via [Github Action](./.github/workflows/package.yml) and published to [pypi](https://pypi.org/project/f5xc_tops_py_client/).
Versioning is currently ad-hoc.

## 📋 Usage Examples
```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 Resource Coverage

