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.1.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.1-py3-none-any.whl
(16.2 kB
view details)
File details
Details for the file kariz_sdk-0.2.1.tar.gz.
File metadata
- Download URL: kariz_sdk-0.2.1.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 |
14a66c0043fa765bb4fb0c6a7fdac1aa34a9c3c56d50c77457b2caa8f865b4c0
|
|
| MD5 |
9e27e27d9d1f396c6a599b3af73afc74
|
|
| BLAKE2b-256 |
43806b5366e573c2c0fbf73db9ce7da9c0270f6780b1bea12cf22bc8781c039c
|
File details
Details for the file kariz_sdk-0.2.1-py3-none-any.whl.
File metadata
- Download URL: kariz_sdk-0.2.1-py3-none-any.whl
- Upload date:
- Size: 16.2 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 |
f9ae96d244757e8d49df82bdd32c7dd1b14893c5aab5228c8d56d9e65309aa49
|
|
| MD5 |
279e7761a0cc44bc29189c2bca43c191
|
|
| BLAKE2b-256 |
aa63cebe0fc67ba7c8fee6213cbf7eac9469e5db26d1bd76b634d6eaafc7c69a
|