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
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to