Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

antioch_py-4.0.1.tar.gz (75.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

antioch_py-4.0.1-py3-none-any.whl (92.1 kB view details)

Uploaded Python 3

File details

Details for the file antioch_py-4.0.1.tar.gz.

File metadata

  • Download URL: antioch_py-4.0.1.tar.gz
  • Upload date:
  • Size: 75.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for antioch_py-4.0.1.tar.gz
Algorithm Hash digest
SHA256 f0c0d2cf07f23158db25408186a57b381e13955e94de53c6a55c890defc763d4
MD5 d6de3a50f571f169b1a650ec56ef8e3d
BLAKE2b-256 8c726b248c7f5ffc145ff66f0ba47002ad1ef43f0e347a9d6ef4df52d8601204

See more details on using hashes here.

Provenance

The following attestation bundles were made for antioch_py-4.0.1.tar.gz:

Publisher: antioch-py-publish.yml on antioch-robotics/antioch-monorepo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file antioch_py-4.0.1-py3-none-any.whl.

File metadata

  • Download URL: antioch_py-4.0.1-py3-none-any.whl
  • Upload date:
  • Size: 92.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for antioch_py-4.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8ddc27923c0443b7dd49effddf3666e5a4b85639e0bb0f807ce54f66da649ff1
MD5 6eab92473ff3601c37d7ca012e1c21d1
BLAKE2b-256 b5db3ca947805be0f3e9a525fcd0b8045a272d15937190f8b046e664dfeb3933

See more details on using hashes here.

Provenance

The following attestation bundles were made for antioch_py-4.0.1-py3-none-any.whl:

Publisher: antioch-py-publish.yml on antioch-robotics/antioch-monorepo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page