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

Cache stdlib module names rather than recompute at each file (wasteful) #1

Open lmmx opened 3 years ago

lmmx commented 3 years ago

import_utils.py uses stdlib_module_names from module_utils.py but this should really be a Singleton