repoze.bfg ========== ``repoze.bfg`` is a Python web application framework. It is inspired by Zope, and uses Zope libraries to do much of its work. However, it simpler than any than any released version of Zope. ``repoze.bfg`` uses the WSGI protocol to handle requests and responses. Installation ------------ Install using setuptools, e.g. (within a virtualenv):: $ easy_install -i http://dist.repoze.org/lemonade/dev/simple repoze.bfg Further Documentation --------------------- See the ``docs`` directory of the ``repoze.bfg`` distribution package (also available `on the web `_ for released versions). Reporting Bugs / Development Versions ------------------------------------- Visit http://bugs.repoze.org to report bugs. Visit http://svn.repoze.org to download development or tagged versions.