# unifi_client
Install it via
```bash
pip install unifi_client
```
## Usage
```python
from unifi_client import AirMaxAPIClient
unifi = AirMaxAPIClient(
url="https://air.max.example.com",
username="username",
password="password",
verify=False,
proxy="socks5h://localhost:5050"
)
unifi.login() # Login to device
unifi.statistics() # Get all the statistics from device
unifi.logout() # Logout from device
```
Install it via
```bash
pip install unifi_client
```
## Usage
```python
from unifi_client import AirMaxAPIClient
unifi = AirMaxAPIClient(
url="https://air.max.example.com",
username="username",
password="password",
verify=False,
proxy="socks5h://localhost:5050"
)
unifi.login() # Login to device
unifi.statistics() # Get all the statistics from device
unifi.logout() # Logout from device
```
Release files for unifi-client 0.0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| unifi_client-0.0.1.0.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| unifi_client-0.0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.8 kB
Release files / unifi_client-0.0.1.0.tar.gz
| Download URL | unifi_client-0.0.1.0.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
542d73bdf912a064728bd290c3fe4039044735990272ff4319a137872357f3e7
|
|
BLAKE2b-256 checksum How to use checksums |
2f512db9df142398486fc36ca0738817b85ec93394f6667d11cba4fd155ed3d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
|
Release files / unifi_client-0.0.1.0-py3-none-any.whl
| Download URL | unifi_client-0.0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e4eaed46dc656151c1e1a1e41212a95aae291fbd14bfaaebb3dc3430854777c6
|
|
BLAKE2b-256 checksum How to use checksums |
eee29609720cc135967ddfb09df1cd38fc3a78e83b2490d23e3915f66a457855
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
|