Python client for the ARBI API
Project description
arbi
Python client for the ARBI API, auto-generated from the OpenAPI specification.
Installation
pip install arbi
Usage
from arbi_client import AuthenticatedClient
from arbi_client.api.auth import login
client = AuthenticatedClient(base_url="https://your-arbi-instance.example.com", token="your-jwt-token")
with client as c:
response = login.sync_detailed(client=c, body=...)
Every API endpoint has four calling styles:
| Function | Blocking | Returns |
|---|---|---|
sync |
Yes | Parsed data or None |
sync_detailed |
Yes | Full Response object |
asyncio |
No | Parsed data or None |
asyncio_detailed |
No | Full Response object |
Links
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
arbi-0.50.1.tar.gz
(90.0 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
arbi-0.50.1-py3-none-any.whl
(273.0 kB
view details)
File details
Details for the file arbi-0.50.1.tar.gz.
File metadata
- Download URL: arbi-0.50.1.tar.gz
- Upload date:
- Size: 90.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","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 |
bad2abfeac794e1f3be12e40145416fb21e4cda19e23e37b2ca839948c30ba19
|
|
| MD5 |
68ae957d9c45de2a422c1a017bbbf74c
|
|
| BLAKE2b-256 |
f6dc232d9e04acb739fb6617668e73adcbbde15eb66dc16d9321ceff7b5aab54
|
File details
Details for the file arbi-0.50.1-py3-none-any.whl.
File metadata
- Download URL: arbi-0.50.1-py3-none-any.whl
- Upload date:
- Size: 273.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","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 |
40c48832fd463cfe415c2cd80eb17b57afc3d870092648d067959d78dfb08d9c
|
|
| MD5 |
6228926e6b4bceae5c7ea0c888d7510e
|
|
| BLAKE2b-256 |
86292bc5e95f9ebe90cc97945e1988f9404b11ca0f3e5148ae6f071020909d36
|