Collection of utilities to aid working with python modules.
copied from cf-staging / module-utilitiescached
: A module to cache class attributes and methods. Right now, this uses
a standard python dictionary for storage.
docfiller
: A module to share documentation between methods.