Skip to documentation content
On this page
  1. Reference contract
  2. Authoritative source

Source-tree launcher

Runs Batch from a source checkout with the repository Python environment.

Reference contract

FieldValueDescription
Invocationpython -m telionbatch
Runtimerepository Python environment

Use python -m telionbatch from the repository root during development. The top-level module adds src to sys.path and delegates directly to the same telion_backend.v2.batch.main entry point used by packaged Batch mode.

Authoritative source

Catalog
telion.batch.runtime
Identity
module.telionbatch
Path
telionbatch.py
Symbol
main