kariz-sdk
Kariz local dev SDK — run code-node steps from your terminal.
Install
pip install kariz-sdk
Usage
# Run the repo entrypoint
kariz run
# Run a specific file
kariz run utils.py
# Run an inline snippet
kariz run "return context.FetchOrders"
# Pass inline input
kariz run --input '{"limit": 5}'
# Bind to a past execution for context.*
kariz run --execution-id "uuid-from-monitoring-panel"
Config
Create .kariz/settings.local.toml in your project root:
[kariz]
api_url = "https://api.trykariz.com"
api_key = "kz_..."
repo_id = 42
[kariz.session.user]
user_id = "user-uuid"
client_user_email = "user@company.com"
client_id = "client-uuid"
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kariz_sdk-0.2.2.tar.gz
(22.3 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
kariz_sdk-0.2.2-py3-none-any.whl
(16.1 kB
view details)
File details
Details for the file kariz_sdk-0.2.2.tar.gz.
File metadata
- Download URL: kariz_sdk-0.2.2.tar.gz
- Upload date:
- Size: 22.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7304669f581c057c114cb4f4ea95a275a77db24812e1f911c5e94ecf191fff9
|
|
| MD5 |
0d1643ba14c0558ca20deb5a8c331c7c
|
|
| BLAKE2b-256 |
b0b1410111d1999df836e803e426c62d2142c6801752bb459d2af43e771f6ce0
|
File details
Details for the file kariz_sdk-0.2.2-py3-none-any.whl.
File metadata
- Download URL: kariz_sdk-0.2.2-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47e5bced4e67a9a4ba2ee1963dd226b62ed7186e88451206a50e41fd51a1b357
|
|
| MD5 |
1231709235316f388d950fcc79ea3321
|
|
| BLAKE2b-256 |
1a390c15f969d4ad267efd2928bafe735437ddcce1743bc3f78656fe35ff63a1
|