1 Downloads 2 ========= 3 4 Each of these packages is available in several formats. The source 5 distribution is a complete set of documentation, tests, and the source 6 files themselves. There are also two "Egg" files: these are files 7 `easy_install <http://peak.telecommunity.com/DevCenter/EasyInstall>`_ 8 can install directly into your ``site-packages/`` directory, and are 9 Python-version specific. The download files for the latest version 10 are always located on the Cheese Shop pages (listed below). 11 12 * `Paste <http://pypi.python.org/pypi/Paste>`_ 13 * `Paste Script <http://pypi.python.org/pypi/PasteScript>`_ 14 * `Paste Deploy <http://pypi.python.org/pypi/PasteDeploy>`_ 15 * `Paste WebKit <http://pypi.python.org/pypi/PasteWebKit>`_ 16 * `Wareweb <http://pypi.python.org/pypi/Wareweb>`_ (deprecated, use `Pylons 17 <https://pypi.python.org/pypi/Pylons>`_ instead) 18 19 All the packages are available in the Mercurial repositories rooted in 20 http://bitbucket.org/ianb/ 21 22 * http://bitbucket.org/ianb/paste 23 * http://bitbucket.org/ianb/pastescript 24 * http://bitbucket.org/ianb/pastedeploy 25 * https://github.com/Pylons/webob 26 * ... and others 27 28 Use:: 29 30 hg clone http://bitbucket.org/ianb/paste 31 32 to check out a working copy of Paste. 33