Skip to content

Commit 19fbd32

Browse files
Add PBR on Project Summaries
1 parent 09f4316 commit 19fbd32

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

source/key_projects.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,22 @@ nginx_pypi_cache
558558
nginx_pypi_cache is a :term:`package index <Package Index>` caching proxy
559559
using `nginx <https://nginx.org/en/>`_.
560560

561+
.. _pbr:
562+
563+
PBR
564+
===
565+
566+
`Docs <https://docs.openstack.org/pbr/latest/>`__ |
567+
`GitHub <https://github.com/openstack/pbr>`__ |
568+
`PyPI <https://pypi.org/project/pbr/>`__
569+
570+
PBR is a library that enhances :ref:`Setuptools` by automatically applying
571+
sensible default behaviors during the package setup process. It processes
572+
configuration data from ``setup.cfg`` by injecting default values and more
573+
sensible behaviors via a setup hook, then passes the processed settings to
574+
``setup.py``. It was originally developed from the common packaging code used
575+
across various `OpenStack <https://www.openstack.org/>`_ projects.
576+
561577
.. _pdm:
562578

563579
pdm

0 commit comments

Comments
 (0)