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.2.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.2-py3-none-any.whl (92.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: antioch_py-4.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 dd848c8122b6410472381790693a7c31ad780858005938690e7e58c9a9d612d0
MD5 f0bcd224615e9932219fb11e783842df
BLAKE2b-256 9f8f7a73935de43e2947d9ffb3dfd3d5992d869a013b65f0406311599a6754b3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: antioch_py-4.0.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e91253eda1ea1404f05b9c2967f8455fa83a9094cfb80eb622845f5384a1da20
MD5 2727752c6a0df86ba48dac931483858e
BLAKE2b-256 e00d801e54934f242383d1e8bd7cd699e11ec465ce47a0ec1bbcec9900ff1b09

See more details on using hashes here.

Provenance

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