Python SDK for building zacor packages
Project description
zacor-package
Python SDK for building zacor packages.
Install
pip install zacor-package
Usage
from zacor_package import single_command
def handle(ctx):
name = ctx.args().get("name", "")
ctx.emit({"greeting": f"hello {name}"})
return 0
single_command("greet", handle)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zacor_package-0.1.0.tar.gz
(7.0 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
File details
Details for the file zacor_package-0.1.0.tar.gz.
File metadata
- Download URL: zacor_package-0.1.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9918bbeb55b19d8a45a50b1be62bb78c594c7a2f19dafaf56abe6d8a05d57d0c
|
|
| MD5 |
7927ec594560898a5a6d0ea679a432e5
|
|
| BLAKE2b-256 |
72ecf58d6340d6bc68c1e6d8d311ee6e1dea883566fb1d543298055192a7c99e
|
File details
Details for the file zacor_package-0.1.0-py3-none-any.whl.
File metadata
- Download URL: zacor_package-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6b966fed8817da339e27ce1abf44f5d504543049b25ca8514ac3bc661160f75
|
|
| MD5 |
32386d898d55dcd360a86470cf8ca93e
|
|
| BLAKE2b-256 |
1f20a2b58d26c3ab3ace757e113ea02bb187da951003becb7307d7d908c929cd
|