repoze.debug README
===================

Middleware which can help with in-production forensic debugging.

Installation
------------

Install using setuptools, e.g. (within a virtualenv)::

 $ easy_install repoze.debug


Usage
-----

For details on using the various components, please see the
documentation in ``docs/index.rst``.  A rendered version of that documentation
is also available online:

 - http://packages.python.org/repoze.debug/

 - http://docs.repoze.org/debug


Reporting Bugs 
--------------

Please report bugs in this package to

  http://bugs.repoze.org


Checking Out a Development Version
-----------------------------------

Download development or tagged versions of the software using
subversion, pointed at the read-only HTTP repository:

  http://svn.repoze.org/repoze.debug/

E.g., to get a read-only checkout of the trunk::

  $ svn co http://svn.repoze.org/repoze.debug/trunk repoze.debug-trunk
