Skip to main content

PyBuilder — an easy-to-use build automation tool for Python

Follow PyBuilder on Twitter Gitter Build Status Coverage Status

PyBuilder Version PyBuilder Python Versions PyBuilder Downloads Per Day PyBuilder Downloads Per Week PyBuilder Downloads Per Month

PyBuilder is a software build tool written in 100% pure Python, mainly targeting Python applications.

PyBuilder is based on the concept of dependency based programming, but it also comes with a powerful plugin mechanism, allowing the construction of build life cycles similar to those known from other famous (Java) build tools.

PyBuilder is running on the following versions of Python: 2.7, 3.5, 3.6, 3.7, 3.8, and PyPy 2.7, 3.5 and 3.6.

See the Travis Build for version specific output.

Installing

PyBuilder is available using pip:

$ pip install pybuilder

For development builds use:

$ pip install --pre pybuilder

See the PyPI for more information.

Getting started

PyBuilder emphasizes simplicity. If you want to build a pure Python project and use the recommended directory layout, all you have to do is create a file build.py with the following content:

from pybuilder.core import use_plugin

use_plugin("python.core")
use_plugin("python.unittest")
use_plugin("python.coverage")
use_plugin("python.distutils")

default_task = "publish"

See the PyBuilder homepage for more details and a list of plugins.

Release Notes

The release notes can be found here. There will also be a git tag with each release. Please note that we do not currently promote tags to GitHub "releases".

Development

See Developing PyBuilder

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybuilder-0.12.8.tar.gz (2.3 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pybuilder-0.12.8-py3-none-any.whl (2.4 MB view details)

Uploaded Python 3

pybuilder-0.12.8-py2-none-any.whl (2.4 MB view details)

Uploaded Python 2

File details

Details for the file pybuilder-0.12.8.tar.gz.

File metadata

  • Download URL: pybuilder-0.12.8.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/2.7.18

File hashes

Hashes for pybuilder-0.12.8.tar.gz
Algorithm Hash digest
SHA256 f9ee975e5b73a89200ca7fc370c928fd0b41460015fe9c0b016ada91751cc151
MD5 480fda94ab02a184a92f734ede08dca5
BLAKE2b-256 f33390e715a1e3e0e2606ab9b97cfb6bc3f1b475b38a3c33ef5772fd4ac1da77

See more details on using hashes here.

File details

Details for the file pybuilder-0.12.8-py3-none-any.whl.

File metadata

  • Download URL: pybuilder-0.12.8-py3-none-any.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for pybuilder-0.12.8-py3-none-any.whl
Algorithm Hash digest
SHA256 ab29b0658bce54ff4a9305b2cda4d598457c96dd9fec2f4326bb95e48a1a839c
MD5 577943466c8a321fe28ca7e19f2cd1fe
BLAKE2b-256 193c199d798c7912edef4f9bc0c2fefc74a3c84c7cf8b7d5adba77a7d21ea714

See more details on using hashes here.

File details

Details for the file pybuilder-0.12.8-py2-none-any.whl.

File metadata

  • Download URL: pybuilder-0.12.8-py2-none-any.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/2.7.18

File hashes

Hashes for pybuilder-0.12.8-py2-none-any.whl
Algorithm Hash digest
SHA256 d7c629a4fc65cdd0f9915e4cbec0fd3e63308df442a444bb91985bf8d7a3ecbc
MD5 1682a7aa016b4a66ca43be166e7b777f
BLAKE2b-256 ef85e8ed949eadeceb4487d70d29ad83253cdc59b62c8ebb459752205e7b453f

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page