Official Python SDK for the Atrosha cryptographic AI proxy
Project description
atrosha-sdk
Official Python SDK for the Atrosha cryptographic AI proxy.
Installation
pip install atrosha-sdk
Usage
import os
from atrosha import Atrosha
client = Atrosha(api_key=os.getenv("ATROSHA_API_KEY"))
# list recent transactions
txns = client.transactions.guard(
agent_id="my-agent",
amount=5000,
currency="usd",
)
# list all agents
agents = client.agents.list()
Links
License
MIT
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
atrosha_sdk-0.1.0.tar.gz
(2.6 kB
view details)
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 atrosha_sdk-0.1.0.tar.gz.
File metadata
- Download URL: atrosha_sdk-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51f9542b8077c0d5677f3c44c67bdde15c0be557ec63628a35cbba4c3eabd655
|
|
| MD5 |
adb109aefaa6e7da28239311b74bfc58
|
|
| BLAKE2b-256 |
4cdb74a59d2c0da6a6b9c3512e1226ddefe077f1eee6ba1b3c701aef276711f3
|
File details
Details for the file atrosha_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: atrosha_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea6d8e5c940466be7f3215ddeeb3c099b3f683ff976ef3020f431a3d066226de
|
|
| MD5 |
a412792fad92fd0d29ebb2f4dc543156
|
|
| BLAKE2b-256 |
07495dbea35f7b75ad1e3bc0554d515715d6d4b31823987ae9d6a6d7471fd825
|