ctxvar
======

A module to access variables defined in calling frames.

You can get source distributions from bitbucket.org::

    https://bitbucket.org/klorenz/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.
