Metadata-Version: 2.1
Name: aio-xiq
Version: 0.3.1
Summary: AsyncIO client for Extreme Cloud IQ
Home-page: https://github.com/jeremyschulman/aio-xiq
License: Apache-2.0
Author: Jeremy Schulman
Author-email: jeremy.schulman@mlb.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: httpx (>=0.18.1,<0.19.0)
Requires-Dist: tenacity (>=7.0.0,<8.0.0)
Project-URL: Repository, https://github.com/jeremyschulman/aio-xiq
Description-Content-Type: text/markdown

# Extreme Cloud IQ - Python3 AsyncIO Client

This repository contains a Python3 asyncio based client library for interacting
with the Extreme Cloud IQ system (XIQ).  The XIQ system supports a `v1` and `v2` client.  The `v2` API
is Swagger defined and more _modern_; the `v1` API is more feature complete.

### v2 API
 * [API Online Docts, Swagger](https://api.extremecloudiq.com/swagger-ui/index.html?configUrl=/openapi/swagger-config)
 * [Github Repo](https://github.com/extremenetworks/ExtremeCloudIQ-APIs)

### v1 API
_May require a login account with the Extreme Developer Portal_:
  * [API Online Docs](https://developer.aerohive.com/docs/api-documentation)

