bonotake / python-packages-license-check

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

License:MIT License


Languages

Language:Python 100.0%