Metadata-Version: 2.4
Name: compli-ai
Version: 0.1.0
Summary: Auto-generate EU AI Act technical documentation from your code.
Author: Compli-AI Team
Author-email: contact@example.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: rich (>=13.0.0,<14.0.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Project-URL: Repository, https://github.com/yourusername/compli-ai
Description-Content-Type: text/markdown

# Compli-AI: The Terraform for EU AI Compliance

Compli-AI is a command-line tool that scans your Python codebase to automatically identify AI models and software dependencies, generating technical documentation required for EU AI Act compliance.

## Installation

```bash
pip install compli-ai
```

## Usage

Scan the current directory and view results in your terminal:
```bash
compli-ai scan
```

Scan a specific path and export the report to a Markdown file:
```bash
compli-ai scan ./my_project --output report.md
```

## Supported Frameworks

Compli-AI can currently detect models and components from the following frameworks:

- **Hugging Face** (`transformers`)
- **PyTorch** (`torch.nn.Module`)
