概要
The Python License Finder skill provides a deterministic workflow for identifying the specific licenses governing Python packages. It utilizes a robust two-step approach: first, it programmatically inspects PyPI metadata; if information is missing, it automatically discovers the source repository and performs a shallow clone to locate and verify LICENSE or COPYING files. This tool is indispensable for developers and compliance officers who need to ensure legal standards are met within their Python dependency tree.