This wiki is in the process of being archived due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies. Edits are discouraged.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

Contents

  1. Configuration and Build Tools
    1. Dead, Unmaintained or Discontinued Projects
  2. Build Testing
  3. Related Lists
  4. Editorial Notes
    1. Criteria for Dead, Discontinued or Unmaintained Projects

1. Configuration and Build Tools

This page is for:

Name

365 Day Ranking

Latest Release

Description

Bitbake
(pypi: NONE)

None

1.46.2 (2020年08月04日)

A task executor used to build packages for OpenEmbedded and other projects. Wikipedia

Buildout
(pypi: zc.buildout)

>5000

2.13.7 (2022年03月31日)

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

distutils
(pypi: NONE)

N/A

N/A (ships with python)

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

doit
(pypi: doit)

2813

0.36.0 (2022年04月22日)

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

Fabric
(pypi: fabric)

1038

2.7.0 (2022年03月26日)

a simple pythonic remote deployment tool for application deployment or systems administration tasks. It builds on top of Invoke.

Fabricate
(pypi: fabricate)

>5000

1.29.0 (2017年03月03日)

the better build tool: auto-dependency discovery via strace; a successor to Memoize. (Old repo/page: code.google.com)

Invoke
(pypi: invoke)

709

1.7.0 (2022年03月19日)

a Python task execution tool & library, drawing inspiration from various sources to arrive at a powerful & clean feature set. (aka: pyinvoke)

microbuild
(pypi: microbuild)

>5000

0.3.3 (2013年03月26日)

Lightweight Python Build Tool.

Paver
(pypi: Paver)

>5000

1.3.4 (2017年12月31日)

Build/distribution/deployment tool. Build files are in Python.

poethepoet
(pypi: poethepoet)

>5000

0.14.0 (2022年06月18日)

A task runner that works well with poetry.

PyBuilder
(pypi: pybuilder)

>5000

0.13.5 (2022年02月23日)

PyBuilder is a software build automation tool written in pure Python mainly targeting Python ecosystem.

pynt
(pypi: pynt)

>5000

0.8.2 (2018年06月24日)

A pure Python build tool. Tasks are just python functions. Manages dependencies between tasks. Allows parameter passing from the commandline. Forked from microbuild (github.com)

pypyr
(pypi: pypyr)

>5000

5.5.0 (2022年05月26日)

task-runner for automation pipelines defined in yaml. cli & api.

sandbox-venv
(pypi: NONE)

None

0.25.0 (2025年08月15日)

Wrap virtualenv/venv executables so that they transparently run in an isolated secure container sandbox.

SCons
(pypi: SCons)

2829

4.4.0 (2022年07月30日)

Software construction tool written in Python, with Python as the configuration/scripting language (code on GitHub)

shovel
(pypi: shovel)

None

0.4.0 (2018年03月30日)

Execute python functions as tasks

Virtualenv
(pypi: virtualenv)

105

20.0.31 (2020年08月17日)

A tool for creating isolated Python environments.

Waf
(pypi: NONE)

None

2.0.20 (2019年11月24日)

software construction tool (comparable to autotools, CMake, SCons, ant) gitlab.com

pyinfra
(pypi: pyinfra)

>5000

2.0.2 (2022年04月20日)

pyinfra automates infrastructure super fast at massive scale. It can be used for ad-hoc command execution, service deployment, configuration management and more. github.com

1.1. Dead, Unmaintained or Discontinued Projects

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."

3. Related Lists

4. 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.

4.1. Criteria for Dead, Discontinued or Unmaintained Projects

This is a bit difficult to say and it is handled on a case by case basis, but any of the following should be sufficient criteria

  • No python 3 support
  • Project website is no longer online

2026年02月14日 16:07

AltStyle によって変換されたページ (->オリジナル) /