Metadata-Version: 2.4
Name: ai-finder
Version: 0.3.6
Summary: AI Finder - AI artifact scanner for supply chain security
Project-URL: Homepage, https://scanoss.com
Project-URL: Repository, https://github.com/scanoss/ai-finder
Author-email: SCANOSS <info@scanoss.com>
License: MIT
Keywords: ai,compliance,sbom,scanner,supply-chain
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
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: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Requires-Dist: click>=8.0
Requires-Dist: osslili>=1.6
Requires-Dist: ptelemetry>=0.2.2
Requires-Dist: python-levenshtein>=0.25.1
Requires-Dist: python-tlsh>=4.5.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: requests>=2.28
Requires-Dist: tomli>=2.0; python_version < '3.11'
Requires-Dist: tqdm>=4.65
Provides-Extra: dev
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest-mock>=3.10; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Provides-Extra: relationships
Requires-Dist: tree-sitter-c-sharp>=0.21; (python_version >= '3.10') and extra == 'relationships'
Requires-Dist: tree-sitter-cpp>=0.21; (python_version >= '3.10') and extra == 'relationships'
Requires-Dist: tree-sitter-go>=0.21; (python_version >= '3.10') and extra == 'relationships'
Requires-Dist: tree-sitter-java>=0.21; (python_version >= '3.10') and extra == 'relationships'
Requires-Dist: tree-sitter-javascript>=0.21; (python_version >= '3.10') and extra == 'relationships'
Requires-Dist: tree-sitter-php>=0.22; (python_version >= '3.10') and extra == 'relationships'
Requires-Dist: tree-sitter-python>=0.21; (python_version >= '3.10') and extra == 'relationships'
Requires-Dist: tree-sitter-ruby>=0.21; (python_version >= '3.10') and extra == 'relationships'
Requires-Dist: tree-sitter-rust>=0.21; (python_version >= '3.10') and extra == 'relationships'
Requires-Dist: tree-sitter-typescript>=0.21; (python_version >= '3.10') and extra == 'relationships'
Requires-Dist: tree-sitter>=0.22; (python_version >= '3.10') and extra == 'relationships'
Description-Content-Type: text/markdown

# ai-finder

CLI for AI Finder artifact scanner.

## Installation

```bash
pip install ai-finder
```

## Usage

```bash
ai-finder scan /path/to/project
ai-finder identify model.gguf
ai-finder kb init
```

## Global Options

| Option | Description |
|--------|-------------|
| `--version` | Show version and exit |
| `--no-telemetry` | Disable anonymous usage telemetry for this session |
| `--help` | Show help message |

## Telemetry

This tool collects anonymous usage telemetry. See [TELEMETRY.md](../../docs/TELEMETRY.md) for details and opt-out instructions.

## License

MIT
