Metadata-Version: 2.5
Name: succession-cli
Version: 0.3.0
Summary: The property layer for agent memory — SMP export/hash/import, provenance, valuation, sealing, and transfer.
Project-URL: Homepage, https://github.com/linoxbt/Succession
Project-URL: Source, https://github.com/linoxbt/Succession
Project-URL: Issues, https://github.com/linoxbt/Succession/issues
License: MIT
Keywords: agent,base,erc-8004,memory,merkle,provenance
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.11
Requires-Dist: eth-account>=0.13.0
Requires-Dist: eth-utils>=5.0.0
Requires-Dist: pycryptodome>=3.20
Requires-Dist: sibyl-memory-client>=0.8.0
Provides-Extra: acp
Requires-Dist: virtuals-acp>=0.3.23; extra == 'acp'
Provides-Extra: chain
Requires-Dist: web3>=7.0; extra == 'chain'
Provides-Extra: dev
Requires-Dist: pytest-cov>=5.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Provides-Extra: mcp
Requires-Dist: mcp>=1.2; extra == 'mcp'
Requires-Dist: web3>=7.0; extra == 'mcp'
Provides-Extra: service
Requires-Dist: fastapi>=0.115; extra == 'service'
Requires-Dist: httpx>=0.27; extra == 'service'
Requires-Dist: uvicorn>=0.32; extra == 'service'
Provides-Extra: test
Requires-Dist: eth-tester>=0.12.0b1; extra == 'test'
Requires-Dist: fastapi>=0.115; extra == 'test'
Requires-Dist: httpx>=0.27; extra == 'test'
Requires-Dist: py-evm==0.12.1b1; extra == 'test'
Requires-Dist: pytest-cov>=5.0; extra == 'test'
Requires-Dist: pytest>=8.0; extra == 'test'
Requires-Dist: web3>=7.0; extra == 'test'
Description-Content-Type: text/markdown

# `succession` — the SMP pipeline

The Python core of Succession: export a tenant's memory into a Succession
Memory Package, hash and sign it, import it into a fresh tenant, and prove the
result matches what was committed on-chain.

See the [repository README](../../README.md) for the full picture. Quick start:

```bash
pip install -e ".[dev]"
pytest
```
