Metadata-Version: 2.4
Name: mnemos-cli
Version: 0.3.0
Summary: The memory layer for software — AI-ready codebase analysis.
Project-URL: Homepage, https://github.com/bitreonx/mnemos
Project-URL: Repository, https://github.com/bitreonx/mnemos
Project-URL: Issues, https://github.com/bitreonx/mnemos/issues
Author: Mnemos
License-Expression: MIT
Keywords: ai,code-analysis,codebase,developer-tools
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# mnemos-cli

The memory layer for software — AI-ready codebase analysis.

Install:

```bash
pip install mnemos-cli
mnemos .
```

Requires Node.js is **not** required; this package ships a prebuilt binary for your platform.

Alternative install via npm:

```bash
npx mnemos .
```

See [github.com/bitreonx/mnemos](https://github.com/bitreonx/mnemos) for documentation.
