A client for Tigrbl servers by Swarmauri.
Project description
Tigrbl Client 🐅
A lightweight HTTP client for interacting with Tigrbl services.
Tigrbl exposes operations under resource-based namespaces such as
api.core.Users.create or api.rpc.Users.login, all accessible via
this client.
Features ✨
- Minimal dependencies with friendly typing
- Automatic JSON serialization / deserialization
- Simple namespace-based method access
Installation 📦
pip install tigrbl_client
Quick Start 🚀
from tigrbl_client import Client
client = Client("https://api.tigrbl.io", token="your-token")
response = client.api.core.Users.read(id=1)
print(response)
License 📝
This project is licensed under the terms of the MIT 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 tigrbl_client-0.2.2.tar.gz.
File metadata
- Download URL: tigrbl_client-0.2.2.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.0 {"installer":{"name":"uv","version":"0.11.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":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
922f3d220b6d5cff6b2af7af7be86328caa930acd714b014f6f9abbfaaadfc82
|
|
| MD5 |
e158da408b61b9cc9c9998e4c37d2291
|
|
| BLAKE2b-256 |
dab7fad014c6f6eb50c850902536cbc3e882d0cb546e19bec5d11f3cfb02a04d
|
File details
Details for the file tigrbl_client-0.2.2-py3-none-any.whl.
File metadata
- Download URL: tigrbl_client-0.2.2-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.0 {"installer":{"name":"uv","version":"0.11.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":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d544c11a71f343b524ab1380e0e8bcca1113da065648599108be621ac05340e3
|
|
| MD5 |
588f1a2aaa10333cf7f26b81e533cc0e
|
|
| BLAKE2b-256 |
cedd97c735be29c08f017e6008d8dbd3adca11d517827cc8ad9e5d2f69f8f6d0
|