Avigilon Control Center API for Python
Project description
Avigilon Control Center API for Python
About
This package alows you to communicate with Avigilon Control Center (ACC) API. Before you can start using it, you need to send and email to integrations@avigilon.com and ask for your unique pair of user nonce and user key values. Only having those will you be able to communicate with ACC server instance.
Features
- Login and get session
- Get camera list
Currently limited functionality is available but it's easy to extend (contributions welcome!)
Usage
from accapi.client import AccClientFactory
factory = AccClientFactory("user_nonce", "user_key")
client = factory.login("http://acc_address", "username", "password")
cameras = client.get_cameras()
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
accapi-0.0.3.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file accapi-0.0.3.tar.gz
.
File metadata
- Download URL: accapi-0.0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59d512b0b3f392ba7d2889658b0068759c6aa5d4ab3364d8bc59762fcc8a50f6 |
|
MD5 | c986e1cd358c141617a8928699e80989 |
|
BLAKE2b-256 | 86492e38d5e443da1e6e0bb1f1937c500528c2fac7636f36f6c831aa5df19472 |
File details
Details for the file accapi-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: accapi-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bfd9b0feeab3d65d5242102d7a071cc101482e9cae960f0c8ee4d849fb6eac9 |
|
MD5 | 1ef5dafe2b58bc9fcba11d956a56d913 |
|
BLAKE2b-256 | 74dc6a7332d59edda5ea2978ca1bcfdf2108b53915a13f6ec1b7b69070bc3475 |