LicenseCheck

2025.1.0 · active · verified Wed Apr 15

LicenseCheck is a Python utility that audits the licenses of your project's dependencies and verifies their compatibility with your project's license. It provides a command-line interface to quickly scan and report on package licenses. The library is actively maintained with frequent releases, typically several times a year.

Warnings

Install

Imports

Quickstart

Install the library and run the command in your project directory to get a basic overview of your dependencies and their licenses. The output will show a table indicating compatibility and license types.

pip install licensecheck
licensecheck

view raw JSON →