From 19fbd3282caf7adcdaccc389ac47b09f1842856e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=A9=EC=84=B1=EB=B2=94=20=28Bang=20Seongbeom=29?= Date: Wed, 19 Mar 2025 16:59:46 +0900 Subject: [PATCH] Add PBR on Project Summaries --- source/key_projects.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/source/key_projects.rst b/source/key_projects.rst index e4501fe0e..ab0b91023 100644 --- a/source/key_projects.rst +++ b/source/key_projects.rst @@ -558,6 +558,22 @@ nginx_pypi_cache nginx_pypi_cache is a :term:`package index ` caching proxy using `nginx `_. +.. _pbr: + +PBR +=== + +`Docs `__ | +`GitHub `__ | +`PyPI `__ + +PBR is a library that enhances :ref:`Setuptools` by automatically applying +sensible default behaviors during the package setup process. It processes +configuration data from ``setup.cfg`` by injecting default values and more +sensible behaviors via a setup hook, then passes the processed settings to +``setup.py``. It was originally developed from the common packaging code used +across various `OpenStack `_ projects. + .. _pdm: pdm