*this post is a bookmark, something to research later. Nick Coghlan on
Distutils mailing list reports it's an active and ongoing project.*

http://docs.openstack.org/developer/pbr/
pbr - Python Build Reasonableness - A library for managing setuptools
packaging needs in a consistent manner.

pbr reads and then filters the setup.cfg data through a setup hook to fill
in default values and provide more sensible behaviors, and then feeds the
results in as the arguments to a call to setup.py - so the heavy lifting of
handling python packaging needs is still being done by setuptools.
What It Does - PBR can and does do a bunch of things for you:


   - *Version*: Manage version number based on git revisions and tags
   - *AUTHORS*: Generate AUTHORS file from git log
   - *ChangeLog*: Generate ChangeLog from git log
   - *Sphinx Autodoc*: Generate autodoc stub files for your whole module
   - *Requirements*: Store your dependencies in a pip requirements file
   - *long_description*: Use your README file as a long_description
   - *Smart find_packages*: Smartly find packages under your root package

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to