[SciPy-User] [ANN] metamodule v1.0 released

Nathaniel Smith njs at pobox.com
Wed Jul 22 02:53:16 EDT 2015


Hi all,

I'm pleased to announce the first release of 'metamodule', a new
package that allows you to safely and easily hook attribute access on
your package's module object (among other things). So for example, you
can easily set it up so that a submodule in your package is lazily
loaded the first time it is used, or so that a DeprecationWarning is
issued every time a global constant is accessed.

Downloads: https://pypi.python.org/pypi/metamodule

Source/issues: https://github.com/njsmith/metamodule

Share and enjoy,
-n

-- 
Nathaniel J. Smith -- http://vorpus.org



More information about the SciPy-User mailing list