Downloads ========= Each of these packages is available in several formats. The source distribution is a complete set of documentation, tests, and the source files themselves. There are also two "Egg" files: these are files `easy_install `_ can install directly into your ``site-packages/`` directory, and are Python-version specific. The download files for the latest version are always located on the Cheese Shop pages (listed below). * `Paste `_ * `Paste Script `_ * `Paste Deploy `_ * `Paste WebKit `_ * `Wareweb `_ All the packages are available in the Subversion repository rooted at http://svn.pythonpaste.org/Paste/ * http://svn.pythonpaste.org/Paste/trunk * http://svn.pythonpaste.org/Paste/Script/trunk * http://svn.pythonpaste.org/Paste/Deploy/trunk * http://svn.pythonpaste.org/Paste/WebKit/trunk * http://svn.pythonpaste.org/Paste/Wareweb/trunk * ... and others Use:: svn co http://svn.pythonpaste.org/Paste/trunk Paste to check out a working copy of Paste. You can also use:: easy_install Paste==dev to install the trunk version of Paste (or the other packages).