ctxvar
======

A module to access variables defined in calling frames.

You can can download a package from PyPI_.

.. _PyPI:: http://pypi.python.org/pypi/ctxvar#downloads

You can get the source code repository from bitbucket.org::

    $ hg clone https://bitbucket.org/klorenz/ctxvar

You can find documentation at http://ctxvar.readthedocs.org.

For building documentation you need sphinx, you can get it using::

    $ easy_install -U Sphinx

Then you can::

    $ cd docs
    $ make html
    $ firefox _build/html/index.html

Licensed under New BSD License, see LICENSE.txt.
