RETIRED, Utilities for projects using pbr
Go to file
Monty Taylor a380c6aa87
Add basic command line utility
It doesn't so much other than print version, but it's set up and in
place for adding commands in the next commits.
2018-04-21 16:07:10 +02:00
doc/source Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00
pbrx Add basic command line utility 2018-04-21 16:07:10 +02:00
releasenotes Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00
.coveragerc Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00
.gitignore Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00
.gitreview Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00
.mailmap Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00
.stestr.conf Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00
babel.cfg Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00
CONTRIBUTING.rst Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00
HACKING.rst Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00
LICENSE Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00
README.rst Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00
requirements.txt Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00
setup.cfg Add basic command line utility 2018-04-21 16:07:10 +02:00
setup.py Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00
test-requirements.txt Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00
tox.ini Initial Cookiecutter Commit 2018-04-04 16:58:36 -05:00

pbrx

Utilities for projects using pbr.

pbr is very opinionated about how things should be done. As a result, there are a set of actions that become easy to deal with generically for any pbr based project. pbrx is a collection of utilities that contain support for such actions.

Note

Each of the utilities has a primary focus of working for projects using pbr. However, some of them will also work just fine for non-pbr-based projects. When that is the case, the utility will be marked appropriately.

Features

  • TODO