vectra-api-tools


Namevectra-api-tools JSON
Version 3.3.1 PyPI version JSON
download
home_pageNone
SummaryVectra API client library
upload_time2024-08-07 15:29:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### 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="")
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vectra-api-tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Brandon Wyatt <bwyatt@vectra.ai>, Vectra <tme@vectra.ai>",
    "download_url": "https://files.pythonhosted.org/packages/be/ca/4c1510a33e976dfa99d2ad7d596b812c5bdfdcf708729ce9ca5e050172ca/vectra_api_tools-3.3.1.tar.gz",
    "platform": null,
    "description": "### Introduction\n_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.\n\nThe current repository is broken down into the following:\n* _modules_ - this directory contains the modules associated with the VAT library\n* _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\n* _test_ - collection of tests that can be used to validate the VAT library\n\n**Wiki**  \nhttps://github.com/vectranetworks/vectra_api_tools/wiki\n\n**Current versions**  \n2.5\n3.3\n\n**License**  \nApache 2\n\n**Installation**  \npip install from pypi:  \n```\npip install vectra_api_tools\n```\npip install from github:\n```\npip install git+https://github.com/vectranetworks/vectra_api_tools.git\n```\nsource:\n```\npython setup.py install\n```\n\n**Instantiation**\n* For v2\n```\nfrom vat.vectra import ClientV2_latest\nvectra_client = ClientV2_latest(url=\"\",token=\"\")\n```\n* For v3\n```\nfrom vat.platform import ClientV3_latest\nvectra_client = ClientV3_latest(url=\"\",client_id=\"\",secret_key=\"\")\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Vectra API client library",
    "version": "3.3.1",
    "project_urls": {
        "Homepage": "https://github.com/vectranetworks/vectra_api_tools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7de78befc18a1589dfda52f14308743b75d34ef4053992487c8156ce6fb67c3",
                "md5": "a08a18eef40ef94328e2c92e2f033408",
                "sha256": "d39c31312706a414d10fbe1be467a33d5c438f94a8b71580cde01705619ce632"
            },
            "downloads": -1,
            "filename": "vectra_api_tools-3.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a08a18eef40ef94328e2c92e2f033408",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 30742,
            "upload_time": "2024-08-07T15:29:31",
            "upload_time_iso_8601": "2024-08-07T15:29:31.801532Z",
            "url": "https://files.pythonhosted.org/packages/e7/de/78befc18a1589dfda52f14308743b75d34ef4053992487c8156ce6fb67c3/vectra_api_tools-3.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "beca4c1510a33e976dfa99d2ad7d596b812c5bdfdcf708729ce9ca5e050172ca",
                "md5": "57554bb5f07e905e83c6763fb504d832",
                "sha256": "00909bc1f4fb86f0cf9c5595febdb260d8b5836a3d2b71ba476f52b1ca761536"
            },
            "downloads": -1,
            "filename": "vectra_api_tools-3.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "57554bb5f07e905e83c6763fb504d832",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 43279,
            "upload_time": "2024-08-07T15:29:38",
            "upload_time_iso_8601": "2024-08-07T15:29:38.536360Z",
            "url": "https://files.pythonhosted.org/packages/be/ca/4c1510a33e976dfa99d2ad7d596b812c5bdfdcf708729ce9ca5e050172ca/vectra_api_tools-3.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-07 15:29:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vectranetworks",
    "github_project": "vectra_api_tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "vectra-api-tools"
}
        
Elapsed time: 0.32307s