/python-packages-license-check

Exactly what it says it does - check your installed packages and report licenses.

Primary LanguagePythonMIT LicenseMIT

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!