Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case sensitivity #72

Open
szabgab opened this issue Jun 23, 2021 · 0 comments
Open

Case sensitivity #72

szabgab opened this issue Jun 23, 2021 · 0 comments

Comments

@szabgab
Copy link
Owner

szabgab commented Jun 23, 2021

It seems the package names in the requirements.txt file
don't always match the case that was used by the author of the package which currently
creates duplicate entries for some of the packages.
The JSON file from PyPI contains the name of the package in the proper case.
When we search for packages we should use a case insensitive search { $strcasecmp: [ , ] }
or maybe we should store a lowercase version of each name, in addition to the official spelling.
URLs in any case should redirect to the canonical spelling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant