ScopeFormatter allows Python's string formatting to be used with names drawn from the current scope, similar to the variable interpolation found in languages such as Ruby and Perl. See the `project page <http://pypi.python.org/pypi/ScopeFormatter>`_ or the source code docstrings for more details.

Installation and Setup
----------------------

Install ``ScopeFormatter`` using the setup.py script::

    $ cd ScopeFormatter
    $ python setup.py install

Download and install ``ScopeFormatter`` using easy_install::

    $ easy_install ScopeFormatter
