Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 221 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 221 Bytes

Python Package License Checker

Lists all installed Python packages (in sys.path) and their corresponding licenses.

Usage:

./check.py

Output:

pkgname1: LICENSE
pkgname2: LICENSE

It's pretty simple!