Skip to content
Surf Wiki
Save to docs
general/compiling-tools

From Surf Wiki (app.surf) — the open knowledge base

Buildout


FieldValue
nameBuildout
developerJim Fulton (programmer)
latest release version
latest release date
operating_systemWindows, POSIX
programming languagePython
genreSoftware development tools
licenseZope Public License
website, PyPI page

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
  • Plugin support through Buildout recipes

Examples

Example configuration file:

INI
  [buildout]
  develop = .
  parts = test

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

Notable applications

  • Grok
  • Plone
  • Zope

References

References

  1. "Zc.buildout: System for managing development buildouts".
  2. "Buildout Recipes — Buildout v1.2.1 documentation".
  3. "Managing projects with Buildout — Plone CMS: Open Source Content Management".
Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Buildout — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report