LicenseCheck icon indicating copy to clipboard operation
LicenseCheck copied to clipboard

Output the licenses used by dependencies and check if these are compatible with the project license

Results 15 LicenseCheck issues
Sort by recently updated
recently updated
newest added

### 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...

bug

- [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. ###...

bug

## 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...

bug

### 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...

enhancement

## 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. -...

question

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...

enhancement

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...

bug

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...

bug

## 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...

bug

## 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...

bug