Averian AI Validator SDK
Project description
Introduction
This is the Averian AI Validator SDK.
Installation
Install the package from PyPI:
pip install averian-ai-validator-sdk
Usage
from averian_ai_validator_sdk import APIClient
api = APIClient()
api.login(AUTH_HOST, API_HOST, USERNAME, PASSWORD)
Samples
See the samples/ folder for a complete usage example:
- samples/sample.py - SDK usage example
- samples/sample_config.py - Configuration file; update with your API host, username, and password
Development Setup
Step 1: Create a Virtual Environment (Recommended)
On Windows:
python -m venv venv
venv\Scripts\activate
On Linux/Mac:
python -m venv venv
source venv/bin/activate
Step 2: Install Requirements
pip install -r requirements.txt
Run Sample
Update samples/sample_config.py with your credentials, then:
cd samples
python sample.py
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 averian_ai_validator_sdk-0.1.960.tar.gz.
File metadata
- Download URL: averian_ai_validator_sdk-0.1.960.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20677bb599876a0eebcf94e97230833709f377d91939c98c4d036acd86e389d9
|
|
| MD5 |
7d360ef4a0a926b1829b1b01038cd3a1
|
|
| BLAKE2b-256 |
06071025e251eefa990828c317ebff70508168d0714f29ab0f33ee03b04092d6
|
File details
Details for the file averian_ai_validator_sdk-0.1.960-py3-none-any.whl.
File metadata
- Download URL: averian_ai_validator_sdk-0.1.960-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ea6d4c597a55cfef062d698239cc516d80736e28f4ce2ce4a62164ab75faef3
|
|
| MD5 |
af8738525df868989b9b75044241e0ea
|
|
| BLAKE2b-256 |
bfa39944769ba8d7992fa8aec896b5fe6843cf6ec46978849617679b6e861def
|