Async Python SDK for the Armis API
Project description
pjdev-armis-sdk
Async Python SDK for the Armis API, built on httpx and pydantic.
Table of Contents
Installation
pip install pjdev-armis-sdk
Usage
Configure once at startup (reads from environment variables prefixed with ARMIS_):
from pjdev_armis_sdk import config_service
config_service.init(
instance_url="https://your-tenant.armis.com",
secret_key="your-secret-key",
)
Then call any of the resource modules:
from pjdev_armis_sdk import devices, search
# AQL search
result = await search.aql_search("in:devices type:MOBILE_PHONE")
# Lookup a single device by id
device = await devices.get_device(id=12345)
Auth (Authorization header with a temporary access token) is handled automatically
by the underlying httpx.AsyncClient. Tokens are refreshed on the fly when they expire
or when the API returns 401.
License
pjdev-armis-sdk is distributed under the terms of the MIT license.
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pjdev_armis_sdk-5.1.6.tar.gz.
File metadata
- Download URL: pjdev_armis_sdk-5.1.6.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.5 cpython/3.12.3 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00042379869f4210106ec6e59aa09218d9854736f043ae028f7365374b799703
|
|
| MD5 |
ac0c059146d36de21a5791f58ce5e00f
|
|
| BLAKE2b-256 |
ce87d7d04b1f5abc73674a4f7b2c4b00ec2e32e7f70c2b83efc47364bfe63784
|
File details
Details for the file pjdev_armis_sdk-5.1.6-py3-none-any.whl.
File metadata
- Download URL: pjdev_armis_sdk-5.1.6-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Hatch/1.16.5 cpython/3.12.3 HTTPX/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea6e5c90dd02f3092a50c077a9bd89aed86eac05956dcf2d489cd327299ec3ac
|
|
| MD5 |
462049352ef3a9e1fc078b36512807d5
|
|
| BLAKE2b-256 |
d43f854c7ab75c40a871b17964d8f9b8bbe498bd9a999262e86e3418fde38237
|