license_finder_pip.py
Audit the OSS licenses of your application's dependencies - pip version
Install
- All systems
-
curl cmd.cat/license_finder_pip.py.sh
- Debian
-
apt-get install license-finder-pip
- Ubuntu
-
apt-get install license-finder-pip
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install license-finder-pip
- Raspbian
-
apt-get install license-finder-pip
- Dockerfile
- dockerfile.run/license_finder_pip.py
license-finder-pip
Audit the OSS licenses of your application's dependencies - pip version
LicenseFinder works with your package managers to find dependencies, detect the licenses of the packages in them, compare those licenses against a user-defined whitelist, and give you an actionable exception report. This is pip version of LicenseFinder.