Metadata-Version: 2.4
Name: metta-remote
Version: 0.9.3
Summary: The remote 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-remote

This package declares the `m.remote` 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-remote
```
