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.1.1.tar.gz
(19.4 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.1.1-py3-none-any.whl
(13.8 kB
view details)
File details
Details for the file kariz_sdk-0.1.1.tar.gz.
File metadata
- Download URL: kariz_sdk-0.1.1.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48a432d5d5a5a3a7bd0c6ec85a06a279ac27777ebd9260f93325a6b3edf2b758
|
|
| MD5 |
6256f79c07f4bb769c9923c5b3d57d8a
|
|
| BLAKE2b-256 |
9b035f60385dbf8d6f07f08965d927b2e840e454ba8f766689236cf63630c671
|
File details
Details for the file kariz_sdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: kariz_sdk-0.1.1-py3-none-any.whl
- Upload date:
- Size: 13.8 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 |
ca2423beff5e033a0befc272755f9e82e33a73d933efdf5b76f089f2a4f95627
|
|
| MD5 |
89394900192d47a6625266f8f977b0fb
|
|
| BLAKE2b-256 |
b77331ec77045a4c9383f655c518739ded588b7be22ab89243d14550d5dc4608
|