capitalone / edgetest

edgetest is a tox-inspired python library that will loop through your project's dependencies, and check if your project is compatible with the latest version of each dependency
https://capitalone.github.io/edgetest/
Apache License 2.0
20 stars 6 forks source link

pip packages should be case insensitive and `_` vs `-` are the same #63

Closed fdosani closed 1 year ago

fdosani commented 1 year ago

There is a minor bug/corner case where the package name's case setting affects if it gets picked up.

From https://peps.python.org/pep-0426/#name

All comparisons of distribution names MUST be case insensitive, and MUST consider hyphens and underscores to be equivalent.

Example:

@ak-gupta or @NikhilJArora would you have time/interest to work on a fix for this?

NikhilJArora commented 1 year ago

I'd be interested in taking a look at this!

fdosani commented 1 year ago

I'd be interested in taking a look at this!

Thanks @NikhilJArora that would be fantastic