Metadata-Version: 2.4
Name: axm
Version: 0.3.0
Summary: AXM CLI — thin autodiscovery wrapper for the AXM ecosystem
Project-URL: Homepage, https://github.com/axm-protocols/axm-nexus
Project-URL: Documentation, https://axm-protocols.github.io/axm/
Project-URL: Repository, https://github.com/axm-protocols/axm-nexus.git
Project-URL: Issues, https://github.com/axm-protocols/axm-nexus/issues
Author-email: Gabriel Jarry <gabriel@axm-protocols.io>
License: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: cyclopts>=4.5.1
Provides-Extra: all
Requires-Dist: axm-audit; extra == 'all'
Requires-Dist: axm-bib; extra == 'all'
Requires-Dist: axm-init; extra == 'all'
Requires-Dist: axm-mcp; extra == 'all'
Provides-Extra: audit
Requires-Dist: axm-audit; extra == 'audit'
Provides-Extra: bib
Requires-Dist: axm-bib; extra == 'bib'
Provides-Extra: init
Requires-Dist: axm-init; extra == 'init'
Provides-Extra: mcp
Requires-Dist: axm-mcp; extra == 'mcp'
Description-Content-Type: text/markdown

# axm

A workspace member package

<p align="center">
  <a href="https://github.com/axm-protocols/axm/actions/workflows/axm-quality.yml"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/axm-protocols/axm/gh-pages/badges/axm/axm-audit.json" alt="axm-audit"></a>
  <a href="https://github.com/axm-protocols/axm/actions/workflows/axm-quality.yml"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/axm-protocols/axm/gh-pages/badges/axm/axm-init.json" alt="axm-init"></a>
  <a href="https://github.com/axm-protocols/axm/actions/workflows/axm-quality.yml"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/axm-protocols/axm/gh-pages/badges/axm/coverage.json" alt="Coverage"></a>
</p>

---

```bash
uv add axm
```

## Development

This package is part of the **axm** workspace.

```bash
# Run tests for this package
uv run pytest --package axm

# Run from workspace root
make test-axm
```

## License

Apache-2.0 — © 2026 Gabriel Jarry
