Python sdk for Drax IoT Platform
Project description
Drax SDK for Python
Drax SDK for Python is a Python library that provides an easy way to interact with the Drax API. The SDK is built on top of the Drax API and provides a simple interface to interact with the API.
Installation
You can install the Drax SDK for Python using pip:
pip install drax-sdk
Usage
Initialize the Drax SDK
To use the Drax SDK, you need to initialize it with your API key. You can get your API key from the Drax dashboard.
from drax_sdk.drax import Drax
from drax_sdk.model.config import DraxConfigParams
config = DraxConfigParams.standard(
project_id="your_project_id",
api_key="your_api_key",
api_secret="your_api_secret"
)
drax = Drax(config)
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
drax_sdk-2.2.11.tar.gz
(12.7 kB
view details)
Built Distribution
drax_sdk-2.2.11-py3-none-any.whl
(17.1 kB
view details)
File details
Details for the file drax_sdk-2.2.11.tar.gz
.
File metadata
- Download URL: drax_sdk-2.2.11.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/5.15.0-91-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ad5ab2b797e866f0e7a9d77806bfc982e92596f48dae333183e1a931ae6206a |
|
MD5 | a6081ad98a36e230cdd85495f22eb717 |
|
BLAKE2b-256 | cdd3e024e1e44d3dddcce6486713ffeb47762f761d959f65865494c152fff9ad |
File details
Details for the file drax_sdk-2.2.11-py3-none-any.whl
.
File metadata
- Download URL: drax_sdk-2.2.11-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/5.15.0-91-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9af0577759e33de35f1a7a45968e2ecf10654ae31fe4ba2978446276fb73301a |
|
MD5 | 64f2aadebfbd89aac94815e37f5f9a75 |
|
BLAKE2b-256 | 4fd4eca32877577ce61642809de2192727ee7ccf99022e4812180b830f5bcc8f |