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.0.tar.gz
(22.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.2.0-py3-none-any.whl
(16.0 kB
view details)
File details
Details for the file kariz_sdk-0.2.0.tar.gz.
File metadata
- Download URL: kariz_sdk-0.2.0.tar.gz
- Upload date:
- Size: 22.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 |
0e60d848b871ec011c6832d387e49aa7182f77e061deeccbea9498c8e276e9a1
|
|
| MD5 |
b926a8a234731b190a214c9c29c97043
|
|
| BLAKE2b-256 |
f3e0ed6c7ec435afbf335864159fcfb1261601f740255aa507993083d06e7e2b
|
File details
Details for the file kariz_sdk-0.2.0-py3-none-any.whl.
File metadata
- Download URL: kariz_sdk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 16.0 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 |
343aadadeccd2a6a4b93023b01dcc6e5a2cb524207ac8e3a08c688214876c07c
|
|
| MD5 |
580864117baa11f80f339d3c00bcf560
|
|
| BLAKE2b-256 |
e2b8eedf82a47f03e4c930bafd088e30cdd9db8e577a582e0fa47e64e2348374
|