Skip to main content

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

Project description

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

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

Project details


Release history Release notifications | RSS feed

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.6.tar.gz (2.3 MB view details)

Uploaded Source

Built Distributions

pybuilder-0.12.6-py3-none-any.whl (2.3 MB view details)

Uploaded Python 3

pybuilder-0.12.6-py2-none-any.whl (2.3 MB view details)

Uploaded Python 2

File details

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

File metadata

  • Download URL: pybuilder-0.12.6.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.23.0 setuptools/44.1.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/2.7.17

File hashes

Hashes for pybuilder-0.12.6.tar.gz
Algorithm Hash digest
SHA256 40c096e92841c8ca8fc707171cea39423c9cb78dc29a8fe2da580d11b90437ea
MD5 42c1c880dab71a7c811b00a0b0348870
BLAKE2b-256 b834b2450df6d200d6b6bc3fd4444647f0ef6a61ad500b552977f376b6923940

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybuilder-0.12.6-py3-none-any.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for pybuilder-0.12.6-py3-none-any.whl
Algorithm Hash digest
SHA256 6e281295dc14dd84fccf0f437931d193c115da558795f59ec94abb5e5696d432
MD5 abcd9fb945b2c7ee1473c00b5a2aad8e
BLAKE2b-256 680cf69f199951b4d78a55ef5124dbdacc32ecbfb3445a1d7b436e2417157058

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pybuilder-0.12.6-py2-none-any.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/2.7.17

File hashes

Hashes for pybuilder-0.12.6-py2-none-any.whl
Algorithm Hash digest
SHA256 c088e662339763cd2558e962315b26bcd10ba0b55bae2bfe640d650a67c0b4e6
MD5 9d8e81c7e8f2a2bf223a5ae4f47385dc
BLAKE2b-256 2a528b0d80078b82d75a37aac575b9e405e7dbfecdd2dcd2b0bac2be9f7d35f0

See more details on using hashes here.

Supported by

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