Tiendil / smart-imports

smart imports for Python
BSD 3-Clause "New" or "Revised" License
39 stars 6 forks source link

implement caching of processed modules #10

Closed Tiendil closed 5 years ago

Tiendil commented 6 years ago

Smart imports will parse module every time when code executed. Found imports can be cached to prevent unnecessary processing of not changed files.

Tiendil commented 5 years ago

optional caching of extracted variables implemented