Skip to content

fkarb/cachedimporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cachedimporter

CachedImporter is an import hook that caches the directory listings of folders on the Python path as it discovers them.

This can reduce the start-up time of scripts and applications that import a large number of modules.

See PEP 302 (http://www.python.org/dev/peps/pep-0302/) for more info.

Usage:

  import cachedimporter
  cachedimporter.register()

About

Python import hook that caches directory listings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages