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.3.tar.gz
(23.6 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.3-py3-none-any.whl
(16.7 kB
view details)
File details
Details for the file kariz_sdk-0.2.3.tar.gz.
File metadata
- Download URL: kariz_sdk-0.2.3.tar.gz
- Upload date:
- Size: 23.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a6545e385dea9405ae17a23fb082e2ef47c09277ac721daa0aa314ca200af87
|
|
| MD5 |
fd1a4e5120948b269af8298e3d2d37d1
|
|
| BLAKE2b-256 |
1b169dfac71f7ff8c192de384a6766cb2a4b7f700c133ae7558fab77c18bef9d
|
File details
Details for the file kariz_sdk-0.2.3-py3-none-any.whl.
File metadata
- Download URL: kariz_sdk-0.2.3-py3-none-any.whl
- Upload date:
- Size: 16.7 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 |
37ed51178be6f54f2f73f305601036fff2fc2c071f3530ced76ea29f748ba890
|
|
| MD5 |
bdbbc40811116739ad67cc081eec888a
|
|
| BLAKE2b-256 |
d2b19a07161730d8cba69dd2c5d8737c100b9d7b01036972ae3d343032a7b3ce
|