Metadata-Version: 2.4
Name: secapka
Version: 0.1.13
Summary: Secapka - Framework CLI d'analyse d'APK Android
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.1
Requires-Dist: androguard>=4.1
Requires-Dist: loguru>=0.7
Provides-Extra: dev
Requires-Dist: pytest>=9; extra == "dev"
Requires-Dist: ruff>=0.6; extra == "dev"
Dynamic: license-file

# Secapka

CLI d'analyse statique APK/XAPK.

## Install
```bash
pipx install secapka
```

## Usage
```bash
secapka scan app.apk -o report.json
secapka show report.json
secapka export report.json -o report.sarif
```

## Dev
```bash
./scripts/test.sh
```
[![PyPI](https://img.shields.io/pypi/v/secapka)](https://pypi.org/project/secapka/)
[![CI](https://github.com/Pi3rrhUs/Secapka/actions/workflows/ci.yml/badge.svg)](https://github.com/Pi3rrhUs/Secapka/actions/workflows/ci.yml)



