Skip to content

joshua-cogliati-inl/modutil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modutil

Build Status Read the Docs

A library for working with Python modules. The highlights are:

  • lazy_import() provides a way to do lazy import for large CLI apps.
  • calc___all__() allows you to no longer have to manually maintain a module's :attr:__all__.
  • filtered_dir() has dir() only show the relevant attributes of your module.

For these and other features of the library, please visit the documentation.

About

A library for working with Python modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%