Antioch Python Module SDK
Project description
antioch-py
The Python Module SDK for the Antioch autonomy simulation platform.
Overview
antioch-py provides the client library for building Antioch modules — the core computational units that run inside Arks. Modules contain nodes that execute callbacks on a deterministic schedule, communicating via tokens.
Installation
pip install antioch-py
Quick Start
from antioch import Module, Execution
def my_callback(execution: Execution) -> None:
input_data = execution.input("sensor_data")
result = process(input_data)
execution.output("processed", result)
module = Module()
module.register("my_node", my_callback)
module.spin()
Key Concepts
- Module — main entry point that handles configuration, node registration, and lifecycle management
- Node — a computational unit that runs in its own thread on a deterministic schedule
- Execution — passed to node callbacks, provides access to inputs, outputs, hardware read/write, and logging
Documentation
Visit antioch.com for full documentation.
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
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 antioch_py-4.0.0.tar.gz.
File metadata
- Download URL: antioch_py-4.0.0.tar.gz
- Upload date:
- Size: 75.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6722217d9984f7a6bdef5a2c20a883d6578abffea093673423b9d7a98956eb19
|
|
| MD5 |
8d0743358cb0cb46be78a9f6e5e4aa44
|
|
| BLAKE2b-256 |
754bc8ef9470205dfafae945eddc2abe272562e3fdae43235b1fea5830444e9b
|
Provenance
The following attestation bundles were made for antioch_py-4.0.0.tar.gz:
Publisher:
antioch-py-publish.yml on antioch-robotics/antioch-monorepo
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
antioch_py-4.0.0.tar.gz -
Subject digest:
6722217d9984f7a6bdef5a2c20a883d6578abffea093673423b9d7a98956eb19 - Sigstore transparency entry: 1177628813
- Sigstore integration time:
-
Permalink:
antioch-robotics/antioch-monorepo@209984ed4945fbfe654b2234e42ae80c83bdeb9f -
Branch / Tag:
refs/tags/prod-v4.0.0 - Owner: https://github.com/antioch-robotics
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
antioch-py-publish.yml@209984ed4945fbfe654b2234e42ae80c83bdeb9f -
Trigger Event:
push
-
Statement type:
File details
Details for the file antioch_py-4.0.0-py3-none-any.whl.
File metadata
- Download URL: antioch_py-4.0.0-py3-none-any.whl
- Upload date:
- Size: 91.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1812af8a78112eac7df15d95e250c911fd40df760ba6ddbcb2923c5857e924e
|
|
| MD5 |
43bc9db0c2f54ee54b955547ff286d75
|
|
| BLAKE2b-256 |
b74a9556c4a0b756cf0e5255f67bc3fd72a78ba1a76968fd1ee26697480b74d1
|
Provenance
The following attestation bundles were made for antioch_py-4.0.0-py3-none-any.whl:
Publisher:
antioch-py-publish.yml on antioch-robotics/antioch-monorepo
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
antioch_py-4.0.0-py3-none-any.whl -
Subject digest:
c1812af8a78112eac7df15d95e250c911fd40df760ba6ddbcb2923c5857e924e - Sigstore transparency entry: 1177628871
- Sigstore integration time:
-
Permalink:
antioch-robotics/antioch-monorepo@209984ed4945fbfe654b2234e42ae80c83bdeb9f -
Branch / Tag:
refs/tags/prod-v4.0.0 - Owner: https://github.com/antioch-robotics
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
antioch-py-publish.yml@209984ed4945fbfe654b2234e42ae80c83bdeb9f -
Trigger Event:
push
-
Statement type: