Metadata-Version: 2.4
Name: metta-live
Version: 0.9.3
Summary: The live accessor for MeTTa spaces
License-Expression: Apache-2.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pymetta==0.9.3

# metta-live

This package declares the `m.live` accessor through `metta.seam.door`.
Its immutable `DOORS` records carry the signatures, effects, return shapes,
and evidence. Discovery imports those records. Calling an accessor loads the
existing implementation, whose exceptions and lifetime protocol apply.

Install beside the matching version of `pymetta`:

```sh
pip install metta-live
```
