slackbuilds/python/pbr
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README python/pbr: Updated for version 3.1.1. 2017-11-04 15:29:16 +00:00
pbr.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
pbr.info python/pbr: Updated for version 5.1.1. 2019-01-24 18:18:30 +07:00
slack-desc python/pbr: Updated for version 3.1.1. 2017-11-04 15:29:16 +00:00

README

PBR is a library that injects some useful and sensible default
behaviors into your setuptools run.

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.