Metadata-Version: 2.4
Name: apsimo-hostworker
Version: 0.2.0
Summary: Stateless, stdlib-only core for governed Apsimo host workers
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Dynamic: license-file

# Apsimo host worker

The stdlib-only action contract, capability catalog, execution ledger and
conformance checks used by Apsimo host adapters. This package has no sidecar or
web-server dependency.

Install `apsimo-hostworker==0.2.0` in a fresh environment and import
`apsimo_hostworker`. Legacy `colony_hostworker` imports resolve to the same
module objects. Existing action names and serialized contract identifiers are
preserved so pending actions and their digests remain valid.

Run `python -m apsimo_hostworker.conformance` to check a host implementation.
