Differences between revisions 11 and 12
Revision 11 as of 2008-11-15 14:01:24
Size: 1227
Editor: localhost
Comment: converted to 1.6 markup
Revision 12 as of 2014-04-14 03:18:10
Size: 1186
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
'''Buildout''' is a "system for managing development buildouts",
according to its [[http://pypi.python.org/pypi/zc.buildout|home page]].
While often identified as a [[Zope]] project, and indeed licensed
under the [[ZPL]] by Zope creator [[Jim Fulton]], '''buildout'''
is useful for configurations beyond Zope, and even, in rare cases,
a few that have nothing to do with [[Python]]. The home page
above includes extensive documentation, examples, and more.
'''[[http://pypi.python.org/pypi/zc.buildout|Buildout]]''' is a "system for managing development buildouts".
Line 9: Line 3:
At one level, buildout (still referred to as "zc.buildout"
on occasion) manages [[egg]]s.
While often identified as a [[Zope]] project, and indeed licensed under the [[ZPL]] by Zope creator [[Jim Fulton]], '''buildout''' is useful for configurations beyond Zope, and even, in rare cases, a few that have nothing to do with [[Python]]. The home page includes extensive documentation, examples, and more.
Line 12: Line 5:
[explain relation to easy_install and eggs; '''workingenv.py'''
and '''virtualenv.py'''; explain usage]
At one level, buildout (still referred to as "zc.buildout" on occasion) manages [[egg]]s.

[explain relation to easy_install and eggs; '''workingenv.py''' and '''virtualenv.py'''; explain usage]

Buildout is a "system for managing development buildouts".

While often identified as a Zope project, and indeed licensed under the ZPL by Zope creator Jim Fulton, buildout is useful for configurations beyond Zope, and even, in rare cases, a few that have nothing to do with Python. The home page includes extensive documentation, examples, and more.

At one level, buildout (still referred to as "zc.buildout" on occasion) manages eggs.

[explain relation to easy_install and eggs; workingenv.py and virtualenv.py; explain usage]

Other treatments of buildout include:

A proposal is being floated to create a more professional site for buildout. At a first step, let's collect notes on what such a site would contain.

buildout (last edited 2014-04-14 03:18:10 by DaleAthanasias)

Unable to edit the page? See the FrontPage for instructions.