lmmx / impscan

Command line tool to identify minimal imports list and repository sources by parsing package dependency trees
MIT License
0 stars 1 forks source link

Default preference spec for homonyms #6

Open lmmx opened 3 years ago

lmmx commented 3 years ago

Some packages have homonymous imports, e.g. progressbar (imported module name) is provided by 2 packages: progressbar or progressbar2. The original is unmaintained, so a preference should be noted somehow that progressbar=progressbar2

More generally, a mechanism to specify import_name=package (only where ambiguous)