ReadyLinks ReadyView API library.
Project description
ReadyView Dashboard Python Library
The ReadyView Dashboard Python library provides all current ReadyView dashboard API calls to interface with the ReadyLinks ReadyView cloud-managed platform. ReadyView generates the library based on dashboard API's OpenAPI spec to keep it up to date with the latest API releases, and provides the full source code for the library including the tools used to generate the library. ReadyLinks welcomes constructive pull requests that maintain backwards compatibility with prior versions. The library requires Python 3.10+, receives support from the community, and you can install it via PyPI:
pip install --upgrdade readyview
Usage
- Export your Organization ID and API Key as an environment variable, for example:
export READYVIEW_DASHBOARD_ORG_ID=YOUR_ORG_ID
export READYVIEW_DASHBOARD_API_KEY=YOUR_API_KEY
- Import the library with a single line at the top of your Python script.
import readyview
- Instantiate the dashboard client.
dashboard = readyview.Dashboard()
- Start programmatically interacting with your ReadyView dashboard!
my_networks = dashboard.network.get_networks()
Contribute
Create a branch to add your feature/fix then submit a merge request to main for review. Be sure to follow the correct format in your commit message to trigger the pipeline to submit a new release. Example commit below.
feat: Added the ability to update switch configurations.
fix: Fixes some bug.
BREAKING CHANGE: Updated function API.
Project details
Release history Release notifications | RSS feed
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 readyview-1.10.0.tar.gz.
File metadata
- Download URL: readyview-1.10.0.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.5 cpython/3.11.15 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8e667134cff6ecae8c0b9981745ed10c0a6a372a040103ecad84ec3c51a4277
|
|
| MD5 |
b9cc45bd080ee84ba7137e60bdd3af3b
|
|
| BLAKE2b-256 |
a4dfdad510554001ea2c3f956c362f17d154d2dc57db9cc7ddf0e1243da8e4fd
|
File details
Details for the file readyview-1.10.0-py3-none-any.whl.
File metadata
- Download URL: readyview-1.10.0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.5 cpython/3.11.15 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7a840f627a13bb64d657bf03f6eb1143640e850f39161d6eab71d0bb7731e82
|
|
| MD5 |
6828ebf54278482db3c3cb2a948a8afa
|
|
| BLAKE2b-256 |
ec9a50d0324cf2fb55ff60d9517468e6b4e826fa14946ca2fba0ca570e73ab86
|