Python client for Zayo API
This package provides a python 3.8 asyncio based client to access the Zayo API system.
This package also includes a CLI tool zayocli that can be used to access and
display the Zayo Maintenance API features.
Installation
pip install pyzayo
Before You Begin
You must export two environment variables for use with this library:
ZAYO_CLIENT_ID- Your unique client ID valueZAYO_CLIENT_SECRET- Your unique client secret value
You must obtain these values from Zayo.
Quick Start
from pyzayo import ZayoMtcClient
# create a client to the Maintenace API authenticate using the ZAYO_ variables
zmtc = ZayoMtcClient()
# use the instance methods to retrieve data
cases = zmtc.get_cases()
Documentation
For now the ZayoMtClient docstrings. More docs coming soon.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyzayo-0.2.0.tar.gz.
File metadata
- Download URL: pyzayo-0.2.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c352c9b97d9be76b7db31dda8185ea7b1cc74886529364e104a271be3af99f9
|
|
| MD5 |
94c2a3a76dcea5af842327bc7631b903
|
|
| BLAKE2b-256 |
0958ab56c4a71bdcb7ca560facce9c3785dc394e8d0608c1d272384ca6e9f834
|
File details
Details for the file pyzayo-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pyzayo-0.2.0-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a80255af424aebb1107b595066f1a130db40b8ce5235663e2aa2a72291c578bc
|
|
| MD5 |
1599142efc8fe6e8c5a1056b1dd4af66
|
|
| BLAKE2b-256 |
10d447b102db2e48e9545e03b91f9d8fbdb1f24a5e2dac9b6dbc9206e97b0a8d
|