Poseidon Subnet Worker Execution Process (WEP) SDK for building decentralized compute workflows
Project description
Poseidon WEP SDK
Python SDK for building Worker Execution Process (WEP) workflows on the Poseidon Subnet.
Installation
pip install poseidon-wep-sdk
Quick Start
from poseidon_wep_sdk_pkg import WepServer, ServiceRegistry
# Register your service
registry = ServiceRegistry()
registry.register("my_service", my_service_handler)
# Start the WEP server
server = WepServer(registry=registry)
server.run()
Documentation
For detailed documentation, see the examples directory.
License
MIT
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
poseidon_wep_sdk-0.1.0.tar.gz
(11.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
File details
Details for the file poseidon_wep_sdk-0.1.0.tar.gz.
File metadata
- Download URL: poseidon_wep_sdk-0.1.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
045e4614c741471023ee7d7824a824593496cbe55c9cfba91466f66dbe92c311
|
|
| MD5 |
df6314589a9e8648f2b30381e94955e9
|
|
| BLAKE2b-256 |
f9ce629dc3b3f6fad8333c99dfc1a45d3c3e2af9039a7269355f026a26a4e5fb
|
File details
Details for the file poseidon_wep_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: poseidon_wep_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54eb12df36c978fbb3b56fac1a4c99103284a81ee4146b8409f9997dd6572152
|
|
| MD5 |
883b44dfd8ea29d329f82de290be560e
|
|
| BLAKE2b-256 |
bc6b6e20b2e9d437c16fcbe0b9828b0dd40bae3aad46875bd76626874d3558dd
|