pbr 7.0.3


pip install pbr

  Latest version

Released: Nov 03, 2025


Meta
Author: OpenStack
Requires Python: >=2.6

Classifiers

Development Status
  • 5 - Production/Stable

Environment
  • Console
  • OpenStack

Intended Audience
  • Developers
  • Information Technology

Operating System
  • OS Independent

Programming Language
  • Python
  • Python :: 2
  • Python :: 2.7
  • Python :: 3
  • Python :: 3.5
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
Latest Version Downloads

PBR is a library that injects some useful and sensible default behaviors into your setuptools run. It started off life as the chunks of code that were copied between all of the OpenStack projects. Around the time that OpenStack hit 18 different projects each with at least 3 active branches, it seemed like a good time to make that code into a proper reusable library.

PBR is only mildly configurable. The basic idea is that there’s a decent way to run things and if you do, you should reap the rewards, because then it’s simple and repeatable. If you want to do things differently, cool! But you’ve already got the power of Python at your fingertips, so you don’t really need PBR.

PBR also aims to maintain a stable base for packaging. While we occasionally deprecate features, we do our best to avoid removing them unless absolutely necessary. This is important since while projects often do a good job of constraining their runtime dependencies they often don’t do so for their install time dependencies. By limiting feature removals, we ensure the long tail of older software continues to be installable with recent versions of PBR automatically installed.

PBR builds on top of the work that d2to1 started to provide for declarative configuration. d2to1 is itself an implementation of the ideas behind distutils2. Although distutils2 is long-since abandoned, declarative config is still a great idea and it has since been adopted elsewhere, starting with setuptools’ own support for setup.cfg files and extending to the pyproject.toml file format introduced in PEP 517. PBR attempts to support these changes as they are introduced.

7.0.3 Nov 03, 2025
7.0.2 Oct 30, 2025
7.0.1 Aug 21, 2025
7.0.0 Aug 13, 2025
6.1.1 Feb 04, 2025
6.1.1.0b1 Jan 27, 2025
6.1.0 Aug 27, 2024
6.0.0 Nov 07, 2023
5.11.1 Jan 11, 2023
5.11.0 Oct 20, 2022
5.10.0 Aug 11, 2022
5.9.0 May 05, 2022
5.8.1 Feb 07, 2022
5.8.0 Nov 18, 2021
5.7.0 Nov 04, 2021
5.6.0 Apr 26, 2021
5.5.1 Oct 19, 2020
5.5.0 Sep 01, 2020
5.4.5 Apr 07, 2020
5.4.4 Nov 25, 2019
5.4.3 Sep 04, 2019
5.4.2 Aug 05, 2019
5.4.1 Jul 18, 2019
5.4.0 Jul 04, 2019
5.3.1 Jun 20, 2019
5.3.0 Jun 14, 2019
5.2.1 May 30, 2019
5.2.0 Apr 26, 2019
5.1.3 Feb 28, 2019
5.1.2 Jan 30, 2019
5.1.1 Nov 05, 2018
5.1.0 Oct 23, 2018
5.0.0 Oct 16, 2018
4.3.0 Oct 03, 2018
4.2.0 Jul 23, 2018
4.1.1 Jul 20, 2018
4.1.0 Jul 05, 2018
4.0.4 Jun 05, 2018
4.0.3 May 15, 2018
4.0.2 Apr 11, 2018
4.0.1 Apr 03, 2018
4.0.0 Mar 27, 2018
3.1.1 Jun 21, 2017
3.1.0 Jun 19, 2017
3.0.1 May 17, 2017
3.0.0 Apr 20, 2017
2.1.0 Apr 11, 2017
2.0.0 Mar 01, 2017
1.10.0 May 23, 2016
1.9.1 Apr 14, 2016
1.9.0 Apr 12, 2016
1.8.1 Oct 07, 2015
1.8.0 Sep 14, 2015
1.7.0 Sep 08, 2015
1.6.0 Aug 24, 2015
1.5.0 Aug 13, 2015
1.4.0 Aug 03, 2015
1.3.0 Jul 10, 2015
1.2.0 Jun 21, 2015
1.1.1 Jun 09, 2015
1.1.0 Jun 09, 2015
1.0.1 May 19, 2015
1.0.0 May 18, 2015
0.11.1 Jan 11, 2016
0.11.0 Apr 30, 2015
0.10.8 Mar 02, 2015
0.10.7 Dec 22, 2014
0.10.6 Dec 21, 2014
0.10.5 Dec 21, 2014
0.10.4 Dec 18, 2014
0.10.3 Dec 17, 2014
0.10.2 Dec 14, 2014
0.10.1 Dec 14, 2014
0.10.0 Jul 21, 2014
0.9.0 Jul 07, 2014
0.8.2 May 24, 2014
0.8.1 May 23, 2014
0.8.0 Mar 27, 2014
0.7.0 Mar 18, 2014
0.6 Feb 03, 2014
0.5.23 Oct 30, 2013
0.5.22 Oct 28, 2013
0.5.21 Aug 04, 2013
0.5.20 Jul 30, 2013
0.5.19 Jul 21, 2013
0.5.18 Jul 09, 2013
0.5.17 Jun 16, 2013
0.5.16 Jun 11, 2013
0.5.15 Jun 11, 2013
0.5.14 Jun 08, 2013
0.5.13 Jun 07, 2013
0.5.12 Jun 06, 2013
0.5.11 May 28, 2013
0.5.10 May 10, 2013
0.5.8 Apr 09, 2013
0.5.7 Apr 09, 2013
0.5.6 Mar 28, 2013
0.5.5 Mar 24, 2013
0.5.4 Mar 24, 2013
0.5.2 Mar 19, 2013
0.5.1 Mar 18, 2013
0.5.0 Mar 18, 2013
0.5.2.5.g5b3e942 Mar 24, 2013

Wheel compatibility matrix

Platform Python 2 Python 3
any

Files in release

Extras: None
Dependencies:
setuptools