abi3audit

Scans Python packages for abi3 violations and inconsistencies

brewmacoslinux
Try with needOr install directly
Source

About

Scans Python packages for abi3 violations and inconsistencies

Commands

abi3audit

Examples

Scan a Python package for abi3 violations$ abi3audit /path/to/package
Audit an installed package by name$ abi3audit package_name
Scan with verbose output for detailed results$ abi3audit -v /path/to/package