Buildout
From Wikipedia, the free encyclopedia
Page Module:Infobox/styles.css has no content.
| Buildout | |
|---|---|
| [[Programmer|DeveloperTemplate:Pluralize from text]] | Jim Fulton (programmer) |
| Written in | Python |
| Engine | Page Template:Plainlist/styles.css has no content.Template:EditAtWikidata |
| Operating system | Windows, POSIX |
| Type | Software development tools |
| License | Zope Public License |
| Website | Lua error in package.lua at line 80: module 'Module:If preview' not found., PyPI page |
| Repository | Page 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.
- ^ Page Module:Citation/CS1/styles.css has no content."Zc.buildout: System for managing development buildouts".
- ^ Page Module:Citation/CS1/styles.css has no content."Buildout Recipes — Buildout v1.2.1 documentation". Archived from the original on 2009-05-05. Retrieved 2009-05-09.
- ^ Page Module:Citation/CS1/styles.css has no content."Managing projects with Buildout — Plone CMS: Open Source Content Management". Archived from the original on 2009-09-06. Retrieved 2009-05-09.
External links
- 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').