Python client of actx0
Project description
actx0
Python client for the actx0 API.
Install
uv add actx0
Usage
from actx0 import knowledge
with knowledge(api_key="your-api-key") as client:
client.list()
Or use the full client when you need multiple API areas:
from actx0 import Actx0Client
with Actx0Client(api_key="your-api-key") as client:
client.health()
client.knowledge.list()
Development
uv sync
Publish
uv build
uv publish --token "$UV_PUBLISH_TOKEN"
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
actx0-0.1.0.tar.gz
(1.8 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
actx0-0.1.0-py3-none-any.whl
(3.5 kB
view details)
File details
Details for the file actx0-0.1.0.tar.gz.
File metadata
- Download URL: actx0-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.12 {"installer":{"name":"uv","version":"0.9.12"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ae3ed489802529dc49ceb7fd3894c84dda52da1dc4765fc994c17d43e86fe5f
|
|
| MD5 |
58bba8eaa74690a7b5e771d971e2df97
|
|
| BLAKE2b-256 |
50054806119390bf1bd7537da82e7741a130d2fc4e835f4aa34ce4a9294f4571
|
File details
Details for the file actx0-0.1.0-py3-none-any.whl.
File metadata
- Download URL: actx0-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.12 {"installer":{"name":"uv","version":"0.9.12"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53cf7fc0e914ae31fb7dfd0dd75947b6a59c8ae85b5a2d1badee46f1b2398c59
|
|
| MD5 |
aaf87cd4134864a1e329ddbba8792da1
|
|
| BLAKE2b-256 |
11248d52f0e2f2ad24352454bc94487580161126d1a54057f4f2a0742e02408c
|