LicenseCheck
Output the licenses used by dependencies and check if these are compatible with the project license
File Explorer
Download Latest Version (.zip)- mirror-to-codeberg.yaml
- release.yaml
- test-lint.yaml
- index.md
- index.md
- native.md
- uv.md
- checker.md
- cli.md
- fmt.md
- index.md
- module.md
- packageinfo.md
- session.md
- types.md
- README.md
- examples.md
- README.md
- __init__.py
- cli.py
- fmt.py
- html.template
- __init__.py
- matrix.csv
- __init__.py
- config.py
- constants.py
- license.py
- packageinfo.py
- osi_approved.txt
- other.txt
- __init__.py
- __main__.py
- checker.py
- packageinforesolver.py
- session.py
- name.png
- proj-icon.png
- licenseCheckLicenses.txt
- licenses.txt
- pypiClassifiers.txt
- rawLicenses.txt
- advanced.ansi
- advanced.csv
- advanced.json
- advanced.md
- advanced.txt
- advanced_ignore_params.json
- advanced_ignore_params.md
- advanced_ignore_params2.json
- simple.ansi
- simple.csv
- simple.json
- simple.md
- simple.txt
- __init__.py
- test_cli_main.py
- test_formatter.py
- __init__.py
- test_config.py
- __init__.py
- conftest.py
- test_checker.py
- test_license_matrix.py
- test_packageinfo.py
- .gitignore
- .pre-commit-config.yaml
- .pre-commit-hooks.yaml
- CHANGELOG.md
- LICENSE.md
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/FHPythonUtils/LicenseCheck
Downloads the entire project code from GitHub to your computer.
cd LicenseCheck
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install licensecheck
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install licensecheck
Installs the package published on PyPI directly β no need to clone the source.
uv run python3 -m basedpyright -p .
Runs the Python script (or module).
uv run python3 -m pytest
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
