summaryrefslogtreecommitdiff
path: root/README.txt
blob: e0b5b4ce301aa7f69448e717d70219562587b3a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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 <http://static.repoze.org/bfgdocs>`_ 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.