Metadata-Version: 2.4
Name: capm
Version: 0.5.0
Summary: Code Analysis Package Manager
Project-URL: Changelog, https://github.com/getcapm/capm/blob/master/CHANGELOG.md
Project-URL: Documentation, https://getcapm.github.io
Project-URL: Source, https://github.com/getcapm/capm
Author-email: Rob van der Leek <robvanderleek@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: click<8.2.0
Requires-Dist: docker>=7.1.0
Requires-Dist: halo>=0.0.31
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: typer>=0.16.0
Description-Content-Type: text/markdown

# CAPM

<div align="center">

![Logo](https://raw.githubusercontent.com/robvanderleek/capm/main/docs/capm-logo.png)

</div>

<div align="center">

  *Code Analysis Package Manager 📦*

</div>

<div align="center">

</div>

## Building the binary distribution

Generate a self-contained binary:

```shell
uv run poe bundle
```
