Metadata-Version: 2.4
Name: aevum-cli
Version: 0.3.0
Summary: Aevum -- command-line interface for operating Aevum nodes.
Project-URL: Homepage, https://aevum.build
Project-URL: Repository, https://github.com/aevum-labs/aevum
License: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: aevum-core
Requires-Dist: aevum-server
Requires-Dist: typer[all]>=0.12
Requires-Dist: uvicorn[standard]>=0.30
Provides-Extra: dev
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.9; extra == 'dev'
Description-Content-Type: text/markdown

# aevum-cli

Command-line interface for Aevum — start the server, manage store migrations, and inspect complication state.

```bash
pip install aevum-cli
aevum server start --graph memory
aevum store migrate postgres:<dsn>
aevum version
```

See the [main repository README](https://github.com/aevum-labs/aevum) for full usage.
