Python client for Zeep Orbit — auto-generated REST APIs for your apps
Project description
zeeplabs-orbit-client
Python client for Zeep Orbit — an open-source, self-hosted BaaS platform.
from zeeplabs_orbit_client import OrbitClient, ClientConfig
orbit = OrbitClient(ClientConfig(
base_url="https://orbit.zeeplabs.com",
app="my_app",
jwt="your-jwt-token",
))
# CRUD
rows = orbit.table("invoices").find_many(limit=10)
invoice = orbit.table("invoices").create({"amount": 150.0, "status": "pending"})
orbit.table("invoices").delete(invoice["id"])
# Auth
resp = orbit.auth.login("user@example.com", "password")
# Files
file = orbit.files.upload("photo.jpg", data, "image/jpeg")
url = orbit.files.signed_url(file["id"], ttl=3600)
Zero external dependencies — uses only Python standard library.
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 zeeplabs_orbit_client-0.1.1.tar.gz.
File metadata
- Download URL: zeeplabs_orbit_client-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50503844476cc8661cf5d8c687a7ae5080f926fab9a73b24b9deb0ecf301b9cc
|
|
| MD5 |
d5e37241667179febe4610b470e75287
|
|
| BLAKE2b-256 |
65989c7a6a013c8f6df0f87795fff332cf3f2464c8671346458e655c0a967314
|
File details
Details for the file zeeplabs_orbit_client-0.1.1-py3-none-any.whl.
File metadata
- Download URL: zeeplabs_orbit_client-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d68cca0b1c5c2afe9ff97891180e9be02d0cad4e28165c48641be190863a980d
|
|
| MD5 |
6cced8127751b7ede024e537dea9a105
|
|
| BLAKE2b-256 |
bc5dedf19047767045937d9a859139464ab9fbb8a9e0c664f7c1dba0a8b8eb7c
|