{ "info": { "author": "Jim Fulton (forked by Chris McDonough)", "author_email": "chrism@plope.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Buildout", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "********************************\nBuildout Egg-Installation Recipe\n********************************\n\n.. contents::\n\nThe egg-installation recipe is a customization of zc.recipe.egg that\nallows for by-default installs of dependent scripts. This uses\ncode by James Gardner from http://pypi.python.org/pypi/pylons_sandbox\nto perform the dependent-script installation.\n\n\n\n\nTo do\n*****\n\n- Some way to freeze the egg-versions used. This includes some way to\n record which versions were selected dynamially and then a way to\n require that the recorded versions be used in a later run.\n\nChange History\n**************\n\n0.3 (2009-03-31)\n================\n\n- Update for compatibility with zc.buildout 1.2.1\n\n0.2 (2008-05-25)\n================\n\n- Remove bogus dependency on virtualenv.\n\n0.1 (2008-02-29)\n================\n\n- Fork of zc.recipe.egg 1.0.0 which will install dependent scripts by \n default. Use \"dependent_scripts = false\" in the recipe to turn this\n behavior off.\n\n\nDetailed Documentation\n**********************\n\nInstallation of distributions as eggs\n=====================================\n\nThe repoze.recipe.egg:eggs recipe can be used to install various types if\ndistutils distributions as eggs. It takes a number of options:\n\neggs\n A list of eggs to install given as one or more setuptools\n requirement strings. Each string must be given on a separate\n line.\n\nfind-links\n A list of URLs, files, or directories to search for distributions.\n\nindex\n The URL of an index server, or almost any other valid URL. :)\n\n If not specified, the Python Package Index,\n http://cheeseshop.python.org/pypi, is used. You can specify an\n alternate index with this option. If you use the links option and\n if the links point to the needed distributions, then the index can\n be anything and will be largely ignored. In the examples, here,\n we'll just point to an empty directory on our link server. This\n will make our examples run a little bit faster.\n\npython\n The name of a section to get the Python executable from.\n If not specified, then the buildout python option is used. The\n Python executable is found in the executable option of the named\n section.\n\nWe have a link server that has a number of distributions:\n\n >>> print get(link_server),\n
\n demo-0.1-py2.3.egg