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.0.tar.gz (75.3 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.0-py3-none-any.whl (91.5 kB view details)

Uploaded Python 3

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

Hashes for antioch_py-4.0.0.tar.gz
Algorithm Hash digest
SHA256 6722217d9984f7a6bdef5a2c20a883d6578abffea093673423b9d7a98956eb19
MD5 8d0743358cb0cb46be78a9f6e5e4aa44
BLAKE2b-256 754bc8ef9470205dfafae945eddc2abe272562e3fdae43235b1fea5830444e9b

See more details on using hashes here.

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

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.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

Hashes for antioch_py-4.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c1812af8a78112eac7df15d95e250c911fd40df760ba6ddbcb2923c5857e924e
MD5 43bc9db0c2f54ee54b955547ff286d75
BLAKE2b-256 b74a9556c4a0b756cf0e5255f67bc3fd72a78ba1a76968fd1ee26697480b74d1

See more details on using hashes here.

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

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