pilosus / pip-license-checker

Check license types for third-party dependencies: permissive, copyleft, proprietory, etc.
https://blog.pilosus.org/posts/2021/09/07/pip-license-checker/
Other
68 stars 3 forks source link

Handle pre-releases correctly #25

Closed pilosus closed 3 years ago

pilosus commented 3 years ago

Implement rule from PEP-440: https://pip.pypa.io/en/stable/reference/pip_install/#install-pre

Possibly add --pre flag just like in pip: https://www.python.org/dev/peps/pep-0440/#handling-of-pre-releases