Runtime Python SDK and CLI
Project description
runtime-sdk
Python SDK and CLI for Runtime.
Install
uv tool install runtime-sdk
Configure
The CLI talks to http://127.0.0.1:8080 by default. Override it with:
export RUNTIME_BASE_URL=https://runruntime.dev
Or pass --base-url per command.
Usage
runtime signup you@example.com --name "Your Name"
runtime verify 123456
runtime whoami
runtime logout
Python
from runtime_sdk import RuntimeClient
client = RuntimeClient(base_url="https://runruntime.dev")
result = client.signup("you@example.com", "Your Name")
print(result["flow_id"])
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
runtime_sdk-0.1.0.tar.gz
(3.9 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
File details
Details for the file runtime_sdk-0.1.0.tar.gz.
File metadata
- Download URL: runtime_sdk-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de10f1785aed7859ec78c9aa2b5c1a9dbd16858ec2087921905ebf07cad1652e
|
|
| MD5 |
526974460d60e41af08aa8c0a8c26a55
|
|
| BLAKE2b-256 |
b6f0e5aeacc69149a8f4a161e3a6cb71265e6911f287e39e2f250850108be521
|
File details
Details for the file runtime_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: runtime_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84246ac5ab2145400080ce7153daaf3ed8a51a8f9da9ece8b1dbc9e03387e512
|
|
| MD5 |
6e5a2cf34497d4f048ae34043299df93
|
|
| BLAKE2b-256 |
c96f3bf075fb6ae946fcbd2c52fa0df6a910f8b0ed1b6090726e1f3e36f0ac5a
|