Python collector SDK for Chainbase task runtime
Project description
octoarms-sdk
Python SDK for task collectors running on the Chainbase task platform.
Install
pip install octoarms-sdk
Publish to PyPI
Local build and check
python -m pip install --upgrade build twine
python -m build
twine check dist/*
Manual upload
twine upload dist/*
GitHub Actions auto publish
- Add repository secret
PYPI_API_TOKEN(value: your PyPI API token). - Bump version in
python/pyproject.toml. - Create and push tag with
py-v*format, for example:
git tag py-v0.1.1
git push origin py-v0.1.1
Usage
from octoarms_sdk import TaskContext, build_data_api_upsert_fn
upsert_fn = build_data_api_upsert_fn(
capability_endpoint="http://chainbase-block-scanner-fetcher-test-svc",
ephemeral_token="token-abc",
)
ctx = TaskContext(
run_id="123",
task_name="demo_task",
task_version="v0.1.0",
upsert=upsert_fn,
)
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
octoarms_sdk-0.2.0.tar.gz
(7.7 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 octoarms_sdk-0.2.0.tar.gz.
File metadata
- Download URL: octoarms_sdk-0.2.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
397309770aef424fe790f92b632d2fb873d4480d61d740d551307d1e55537134
|
|
| MD5 |
b1b652635ccf100e7f59c6676e5a9091
|
|
| BLAKE2b-256 |
b0404931166a2511346cf38d28ce2aca09154fb6df15cea682a93d15825fe770
|
File details
Details for the file octoarms_sdk-0.2.0-py3-none-any.whl.
File metadata
- Download URL: octoarms_sdk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcabfac86abf7a19cda4040ccab7c82dee969d35411078c39fe956da6c3acd43
|
|
| MD5 |
ba29ef81e68fcd429414677a8b8ac9d7
|
|
| BLAKE2b-256 |
8cc43d7910474d9f49cef165108d2a99be50315343e5103403f8acc46ff202e7
|