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.0.tar.gz
(19.2 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.0-py3-none-any.whl
(13.7 kB
view details)
File details
Details for the file kariz_sdk-0.1.0.tar.gz.
File metadata
- Download URL: kariz_sdk-0.1.0.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5154c1935e028c4457f5ad591f2cadaf5a5c54b3cf04f1465d0bd30348f1d102
|
|
| MD5 |
51eb29c178ef91534c7c48e5616b1b54
|
|
| BLAKE2b-256 |
d1629097ee02dbf76c7fea22945482cc1219e7c03692731e6979052f458eeee7
|
File details
Details for the file kariz_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: kariz_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.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 |
e755950da83485e62e5916e11be345c6f82a79cc429acc589b8b4d2fb842c264
|
|
| MD5 |
1cc033bf270fca7ecd3e6a0d86604ab6
|
|
| BLAKE2b-256 |
1d1e7d8aac287d2eddc93d9f7addb002e740810ec8da4160ccb320648f0bd649
|