LicenseCheck
LicenseCheck copied to clipboard
Output the licenses used by dependencies and check if these are compatible with the project license
### Description Im trying to run ```licensecheck -u requirements:requirements_server.txt ``` with my requirement_file (attached [requirements_server.txt](https://github.com/FHPythonUtils/LicenseCheck/files/15112532/requirements_server.txt) the programm crashes due to errors in collection the Metadata. ``` licensecheck -u requirements:requirements_server.txt Traceback...
- [x] I have checked for similar issues in the project's issue tracker. - [x] I have searched closed issues to see if a similar problem was reported before. ###...
## Before You Begin Before proceeding, please make sure to follow these steps: - [x] I have checked for similar issues in the project's issue tracker. - [x] I have...
### Is your feature request related to a problem? Please describe I use the library waitress, having a "Zope Public License": https://github.com/Pylons/waitress https://github.com/Pylons/waitress/blob/main/LICENSE.txt licensecheck yields WARN: 'ZOPE PUBLIC LICENSE' License...
## Before You Begin Before proceeding, please make sure to follow these steps: - [x] I have checked for similar questions in the project's issue tracker to avoid duplicates. -...
Thank you for this project ! ### Is your feature request related to a problem? Please describe Right now licensecheck fail this way: ``` Traceback (most recent call last): File...
My project is under proprietary license and I have a MPL-2.0 dependency, that is shown to be incompatible with my project. IANAL but my understanding is that the MPL-2.0 only...
When running `python -m licensecheck -u poetry -l "MIT LICENSE"` on a project packaged with poetry I get prompted to "Enter the project license" despite having passed the license on...
## Issue Details If there are comments in requirements file, check fails with `packaging.requirements.InvalidRequirement` ### Description For example, there is a line in `core/requirements.in`: ``` celery==5.2.7 # run common/celery/strategy.py after...
## Before You Begin Before proceeding, please make sure to follow these steps: - [x] I have checked for similar issues in the project's issue tracker. - [x] I have...