second try
[vsorcdistro/.git] / ryu / .eggs / pbr-5.3.1-py2.7.egg / EGG-INFO / PKG-INFO
1 Metadata-Version: 1.1
2 Name: pbr
3 Version: 5.3.1
4 Summary: Python Build Reasonableness
5 Home-page: https://docs.openstack.org/pbr/latest/
6 Author: OpenStack
7 Author-email: openstack-discuss@lists.openstack.org
8 License: UNKNOWN
9 Description: Introduction
10         ============
11         
12         .. image:: https://img.shields.io/pypi/v/pbr.svg
13             :target: https://pypi.python.org/pypi/pbr/
14             :alt: Latest Version
15         
16         .. image:: https://img.shields.io/pypi/dm/pbr.svg
17             :target: https://pypi.python.org/pypi/pbr/
18             :alt: Downloads
19         
20         PBR is a library that injects some useful and sensible default behaviors
21         into your setuptools run. It started off life as the chunks of code that
22         were copied between all of the `OpenStack`_ projects. Around the time that
23         OpenStack hit 18 different projects each with at least 3 active branches,
24         it seemed like a good time to make that code into a proper reusable library.
25         
26         PBR is only mildly configurable. The basic idea is that there's a decent
27         way to run things and if you do, you should reap the rewards, because then
28         it's simple and repeatable. If you want to do things differently, cool! But
29         you've already got the power of Python at your fingertips, so you don't
30         really need PBR.
31         
32         PBR builds on top of the work that `d2to1`_ started to provide for declarative
33         configuration. `d2to1`_ is itself an implementation of the ideas behind
34         `distutils2`_. Although `distutils2`_ is now abandoned in favor of work towards
35         `PEP 426`_ and Metadata 2.0, declarative config is still a great idea and
36         specifically important in trying to distribute setup code as a library
37         when that library itself will alter how the setup is processed. As Metadata
38         2.0 and other modern Python packaging PEPs come out, PBR aims to support
39         them as quickly as possible.
40         
41         * License: Apache License, Version 2.0
42         * Documentation: https://docs.openstack.org/pbr/latest/
43         * Source: https://git.openstack.org/cgit/openstack-dev/pbr
44         * Bugs: https://bugs.launchpad.net/pbr
45         * Change Log: https://docs.openstack.org/pbr/latest/user/history.html
46         
47         .. _d2to1: https://pypi.python.org/pypi/d2to1
48         .. _distutils2: https://pypi.python.org/pypi/Distutils2
49         .. _PEP 426: http://legacy.python.org/dev/peps/pep-0426/
50         .. _OpenStack: https://www.openstack.org/
51         
52         
53 Platform: UNKNOWN
54 Classifier: Development Status :: 5 - Production/Stable
55 Classifier: Environment :: Console
56 Classifier: Environment :: OpenStack
57 Classifier: Intended Audience :: Developers
58 Classifier: Intended Audience :: Information Technology
59 Classifier: License :: OSI Approved :: Apache Software License
60 Classifier: Operating System :: OS Independent
61 Classifier: Programming Language :: Python
62 Classifier: Programming Language :: Python :: 2
63 Classifier: Programming Language :: Python :: 2.7
64 Classifier: Programming Language :: Python :: 3
65 Classifier: Programming Language :: Python :: 3.3
66 Classifier: Programming Language :: Python :: 3.4
67 Classifier: Programming Language :: Python :: 3.5