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-3.1.3.tar.gz (74.6 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-3.1.3-py3-none-any.whl (90.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for antioch_py-3.1.3.tar.gz
Algorithm Hash digest
SHA256 28832f44e7bb533fedbcfaafcce6a8d767a5d3b04c41449c53c68a84eb2286c0
MD5 3e9cc110aca94c419c509424f87f67a6
BLAKE2b-256 3181741d07194ca7813f70d11ef805aa7def3cb402e8944d9fa3a2634b0464bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for antioch_py-3.1.3.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-3.1.3-py3-none-any.whl.

File metadata

  • Download URL: antioch_py-3.1.3-py3-none-any.whl
  • Upload date:
  • Size: 90.8 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-3.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0e150d8c6e6e4131f0905a4186b6e9783e17f7ce03a4cfa975ef4c4eccf60498
MD5 b2b48dc0ec15b9fd422427dea6a85e28
BLAKE2b-256 5750aef08d61a437d842e11ce95dbb17a598d3f66962f0ccfcec5777f3bc776e

See more details on using hashes here.

Provenance

The following attestation bundles were made for antioch_py-3.1.3-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