Buildout

From Wikipedia, the free encyclopedia

Page Module:Infobox/styles.css has no content.

Buildout
[[Programmer|DeveloperTemplate:Pluralize from text]]Jim Fulton (programmer)
Template:Infobox software/simple
Written inPython
EnginePage Template:Plainlist/styles.css has no content.Template:EditAtWikidata
Operating systemWindows, POSIX
TypeSoftware development tools
LicenseZope Public License
WebsiteLua error in package.lua at line 80: module 'Module:If preview' not found., PyPI page
RepositoryPage Template:Plainlist/styles.css has no content.

Script error: No such module "Check for conflicting parameters".

Script error: No such module "about".

Buildout is a software build automation tool for building a codebase. It is primarily used to download and setup dependencies in Python eggs format of the software being developed or deployed. Recipes for build tasks in any environment can be created, and many are already available. The tool is open-source and written in Python.

Features

  • Segregates configuration from scripts
  • Configuration files are formatted as INI
  • Support for setuptools and eggs[1]
  • Plugin support through Buildout recipes[2]

Examples

Example configuration file:

  [buildout]
  develop = .
  parts = test

  [test]
  recipe = zc.recipe.testrunner
  eggs = theegg

Notable applications

See also

References

Page Template:Reflist/styles.css has no content.

  • Lua error in Module:Official_website at line 94: attempt to index field 'wikibase' (a nil value).

Lua error in mw.title.lua at line 404: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').