summaryrefslogtreecommitdiff
path: root/docs/web/index.txt
blob: ac05668e50ae32458787f0d738678336e013aeda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Python Paste
++++++++++++

Introduction
============

Python Paste is a web application framework framework.  It uses WSGI_ 
to create a framework-neutral set of components.  It also assists with
application setup and deployment.

Paste includes a reimplementation of `Webware for Python`_.

.. _Webware for python: http://www.webwareforpython.org
.. _WSGI: http://www.python.org/peps/pep-0333.html

To check out Paste::

    $ svn co http://svn.w4py.org/Paste/trunk Paste

Note that it includes a script ``build-pkg`` which fetches a bunch of
packages that make Paste more useful.  A big tarball of all the
requirements stuffed together will probably be forthcoming.