The program does not recognize packages with names containing capital letters.
Open
- Dominant language
- Python
- Stars
- 7.5k
- Forks
- 424
- PR merge metrics
- No merged PRs in 30d
Description
For example cx_Oracle.
I run the program with --use-local parameter.
I was reading the code and suppose the issue are in ‘get_import_local()’ function. It uses item.lower() method.
Contributor guide
Research direction
Start by locating get_import_local(), named in the issue, and inspect how imported package names are matched when --use-local is enabled. Reproduce the case with cx_Oracle and verify that package names containing capital letters are recognized without breaking existing local-package detection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100