From Surf Wiki (app.surf) — the open knowledge base
Buildout
| Field | Value |
|---|---|
| name | Buildout |
| developer | Jim Fulton (programmer) |
| latest release version | |
| latest release date | |
| operating_system | Windows, POSIX |
| programming language | Python |
| genre | Software development tools |
| license | Zope 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:
[buildout]
develop = .
parts = test
[test]
recipe = zc.recipe.testrunner
eggs = theeggNotable applications
- Grok
- Plone
- Zope
References
References
- "Zc.buildout: System for managing development buildouts".
- "Buildout Recipes — Buildout v1.2.1 documentation".
- "Managing projects with Buildout — Plone CMS: Open Source Content Management".
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.
Ask Mako anything about Buildout — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis 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