Vectra API client library
Project description
Introduction
Vectra API Tools is set of resources that is designed to save time and repetitive work by providing a python library that simplifies interaction with the Vectra API, scripts that can be run from the command-line, and additional resources that can help with the Vectra API. It was built to be a project to allow not only Vectra, but the Vectra community to contribute to the success of its customers.
The current repository is broken down into the following:
- modules - this directory contains the modules associated with the VAT library
- scripts - collection of scripts to interact with the Vectra api. These scripts can be used as-is or as a reference on how to leverage the VAT library
- test - collection of tests that can be used to validate the VAT library
Wiki
https://github.com/vectranetworks/vectra_api_tools/wiki
Current versions
2.5
3.3
License
Apache 2
Installation
pip install from pypi:
pip install vectra_api_tools
pip install from github:
pip install git+https://github.com/vectranetworks/vectra_api_tools.git
source:
python setup.py install
Instantiation
- For v2
from vat.vectra import ClientV2_latest
vectra_client = ClientV2_latest(url="",token="")
- For v3
from vat.platform import ClientV3_latest
vectra_client = ClientV3_latest(url="",client_id="",secret_key="")
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
File details
Details for the file vectra_api_tools-3.3.1.tar.gz
.
File metadata
- Download URL: vectra_api_tools-3.3.1.tar.gz
- Upload date:
- Size: 43.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00909bc1f4fb86f0cf9c5595febdb260d8b5836a3d2b71ba476f52b1ca761536 |
|
MD5 | 57554bb5f07e905e83c6763fb504d832 |
|
BLAKE2b-256 | beca4c1510a33e976dfa99d2ad7d596b812c5bdfdcf708729ce9ca5e050172ca |
File details
Details for the file vectra_api_tools-3.3.1-py3-none-any.whl
.
File metadata
- Download URL: vectra_api_tools-3.3.1-py3-none-any.whl
- Upload date:
- Size: 30.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d39c31312706a414d10fbe1be467a33d5c438f94a8b71580cde01705619ce632 |
|
MD5 | a08a18eef40ef94328e2c92e2f033408 |
|
BLAKE2b-256 | e7de78befc18a1589dfda52f14308743b75d34ef4053992487c8156ce6fb67c3 |