Python SDK for the Alephant SaaS HTTP API (Fern-generated from OpenAPI).
Project description
alephantai-saas-api
Python client for the Alephant SaaS HTTP API. Generated with Fern from OpenAPI.
Install
pip install alephantai-saas-api
Usage
from alephantai_saas import AlephantAi007131Api, AlephantAi007131ApiEnvironment
client = AlephantAi007131Api(
environment=AlephantAi007131ApiEnvironment.DEFAULT,
# token="Bearer <your-token>",
)
# client.workspaces.list_workspaces(...)
Async client:
from alephantai_saas import AsyncAlephantAi007131Api, AlephantAi007131ApiEnvironment
async_client = AsyncAlephantAi007131Api(environment=AlephantAi007131ApiEnvironment.DEFAULT)
Replace the default environment URL with your deployment base URL as needed.
Regenerating
From backend-saas-service/fern:
npx fern-api@latest generate --group python-sdk --api api
After Fern adds new API groups, update the packages list in pyproject.toml if new top-level folders appear.
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
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 alephantai_saas_api-0.1.0.tar.gz.
File metadata
- Download URL: alephantai_saas_api-0.1.0.tar.gz
- Upload date:
- Size: 130.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d83e0fefb6a1761589ef4d17daf419b530eba5f0d385acc8916c724b2820a53
|
|
| MD5 |
b7353994b6a7c6916de2ef59fbda9c7d
|
|
| BLAKE2b-256 |
d88c6d27d02e29c0a58814491a1af67ffc1747b5683202ad379d2f9b8a6c0190
|
File details
Details for the file alephantai_saas_api-0.1.0-py3-none-any.whl.
File metadata
- Download URL: alephantai_saas_api-0.1.0-py3-none-any.whl
- Upload date:
- Size: 231.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebfc83dc6e7df42b0ea198687e0a8113b0ffe5d61120beda242d31cf0adc6f87
|
|
| MD5 |
24b2d4f4434cbc3a3e6804c70bb4bea7
|
|
| BLAKE2b-256 |
cfc784786e1085d6d802d91c5fc44eccf9a3092e414a706a6c16a26576f3f2fa
|