python-packages-license-check
python-packages-license-check copied to clipboard
Exactly what it says it does - check your installed packages and report licenses.
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!