slackbuilds/python/pbr
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
README python/pbr: Added (managing setuptools packaging). 2014-05-12 07:35:51 +07:00
pbr.SlackBuild python/pbr: Updated for version 1.8.1. 2015-10-16 23:27:28 +07:00
pbr.info Multiple: Fixed .info file (removed pysetuptools) 2016-01-17 09:40:16 +07:00
slack-desc python/pbr: Added (managing setuptools packaging). 2014-05-12 07:35:51 +07: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.