Official Python SDK for the Artexion Cloud API
Project description
Artexion Python SDK
Official Python client for the Artexion Cloud API.
This package is safe to publish independently from your backend codebase.
It only ships the client library (artexion) and does not include server
implementation details.
Install
pip install artexion-sdk
Quick Start
from artexion import Client
client = Client(api_key="atx_live_your_api_key_here")
task = client.run("Summarize my unread emails", max_steps=8)
print(task.id, task.status)
print(task.result)
Backward-Compatible Import
from artexion_sdk import Client
Requirements
- Python 3.8+
httpx>=0.25.0,<1.0.0
Release
See PUBLISH.md for exact build and upload commands.
License
Apache License 2.0 (Apache-2.0). See LICENSE.
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
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 artexion_sdk-0.1.0.tar.gz.
File metadata
- Download URL: artexion_sdk-0.1.0.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85e891033f77b3d73793b7595731ec2b75d0ec9525d3be781527945c7fdec213
|
|
| MD5 |
bf73f9a194b08f4f1500e43442278707
|
|
| BLAKE2b-256 |
f7972e3bb5084a20646ec17e2229955880a15eaccc25af5c5f988434b7eb943e
|
File details
Details for the file artexion_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: artexion_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6fd84b1434bca37d0f06262792eb793fb3cc76cddb7c475d5990c0743a57d07
|
|
| MD5 |
180748a1cc3137fed2be69d660d4e871
|
|
| BLAKE2b-256 |
612c0f2b219dc91ab87dc3f47cbff0913fdc55d43c5c6dd2de56e05a53950ba5
|