GitXplorerGitXplorer
b

modutil

public
19 stars
4 forks
3 issues

Commits

List of commits on branch master.
Unverified
a34794ffee9b6217a9ced41baddab09b4f034cbb

Bump the version number to final

bbrettcannon committed 7 years ago
Unverified
54eed667040cbec794367915f79244e7487d986f

Make the README title softer

bbrettcannon committed 7 years ago
Unverified
5dd9caea50e3c475e11d32b8685494612683518f

Add the build status of the docs

bbrettcannon committed 7 years ago
Unverified
b4969ada9531d26c65a1b647ca0d1a40c51d6156

Stop building the docs

bbrettcannon committed 7 years ago
Unverified
89de2cfd76ce8ccfa986c6ce5479d7edd8d23e25

Try explicitly installing Sphinx

bbrettcannon committed 7 years ago
Unverified
5d459217d6a203fd5a74e39f483312c66e752825

Drop a typo

bbrettcannon committed 7 years ago

README

The README file for this repository.

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.