Differences between revisions 19 and 21 (spanning 2 versions)
Revision 19 as of 2008-11-18 11:13:09
Size: 3395
Editor: PaulBoddie
Comment: Added Fabric.
Revision 21 as of 2009-09-16 15:36:11
Size: 3413
Editor: 114
Comment: update doit description
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * [[http://www.python.org/doc/current/lib/module-distutils.html|distutils]] - standard module provides support for building and installing additional modules into a Python installation
 * [[http://python-doit.sourceforge.net/|doit]] - A task execution tool (build-tool)
 * [[http://docs.python.org/distutils/|distutils]] - standard module provides support for building and installing additional modules into a Python installation
 * [[http://python-doit.sourceforge.net/|doit]] - Automation tool (bringing the power of build-tool to execute any kind of task)

1. Configuration and Build Tools

  • AAP

  • Bake - a Make replacement

  • Bitbake - a task executor used to build packages for OpenEmbedded and other projects

  • BuildIt - Build tool for creating applications.

  • Buildout - Build tool for creating applications, includes the capability to resolve Python dependencies that are packaged as Python eggs.

  • Confix - generates input files for automake

  • distutils - standard module provides support for building and installing additional modules into a Python installation

  • doit - Automation tool (bringing the power of build-tool to execute any kind of task)

  • Fabric - a simple pythonic remote deployment tool

  • Memoize - Designed as a replacement for Make

  • Paver - Build/distribution/deployment tool. Build files are in Python.

  • PyAnt - development discontinued

  • PyBuilder - A Gui interface to compile scripts using py2exe.

  • PyMake - Designed as a replacement for Make. Development replaced by BuildIt.

  • Rebuild - python module that replaces make - site unavailable, see the Internet Archive version

  • SCons - software construction tool (comparable to make)

  • Vellum - Simple build tool similar to Make.

  • Vertoo - version management tool (automates version number maintenance across several files)

  • VirtualEnv - A tool for creating isolated Python environments.

  • Waf - software construction tool (comparable to autotools, CMake, SCons, ant)

2. Build Testing

  • Bitten - a continuous integration plugin for Trac

  • BuildBot The TwistedMatrix project has a BuildBot installed which runs the unit test suite on a variety of platforms. The BuildBot uses the Twisted framework for networking, RPC, web status delivery, persistence, and other platform needs.

  • Apache Gump - Apache's continuous integration tool. "It is written in python and fully supports Apache Ant, Apache Maven and other build tools."

2.1. Editorial Notes

The above lists should be arranged in ascending alphabetical order - please respect this when adding new entries. If, as the developer of a listed application, you disagree with the classification of the work, please move it into the appropriate category or create a new category, respecting the ascending alphabetical order of the categories. When specifying release dates please use the format YYYY-MM-DD.

ConfigurationAndBuildTools (last edited 2022-09-02 13:27:22 by MatsWichmann)

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