1Downloads 2========= 3 4Each of these packages is available in several formats. The source 5distribution is a complete set of documentation, tests, and the source 6files themselves. There are also two "Egg" files: these are files 7`easy_install <http://peak.telecommunity.com/DevCenter/EasyInstall>`_ 8can install directly into your ``site-packages/`` directory, and are 9Python-version specific. The download files for the latest version 10are 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 19All the packages are available in the Mercurial repositories rooted in 20http://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 28Use:: 29 30 hg clone http://bitbucket.org/ianb/paste 31 32to check out a working copy of Paste. 33