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 AlephantAi318537Api
client = AlephantAi318537Api(
api_key="<your-token>",
base_url="https://yourhost.com/path/to/api",
)
# client.workspaces.list_workspaces(...)
Async client:
from alephantai_saas import AsyncAlephantAi318537Api
async_client = AsyncAlephantAi318537Api(
api_key="<your-token>",
base_url="https://yourhost.com/path/to/api",
)
Replace the base URL with your deployment base URL as needed.
Regenerating
From backend-saas-service:
npx --yes fern-api@latest generate --group python-sdk --no-prompt --force
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 Distributions
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.1-py3-none-any.whl.
File metadata
- Download URL: alephantai_saas_api-0.1.1-py3-none-any.whl
- Upload date:
- Size: 269.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 |
2bb1ee3929fb0d2219c941df81697ebb786ee32b509a137d7e45d7c7ab8abc69
|
|
| MD5 |
86cb20f9311ec207df127d58aa9a5d1e
|
|
| BLAKE2b-256 |
f31c345b0faf2a19dade36f9a38db65a2111dcc4ed5e5f532e555f0b58b45e0d
|