Repository: incubator-ariatosca Updated Branches: refs/heads/packaging d6348b470 -> 8ce0da484
added badges Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/8ce0da48 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/8ce0da48 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/8ce0da48 Branch: refs/heads/packaging Commit: 8ce0da484f987483261797ff2bc1a8a889407789 Parents: d6348b4 Author: Ran Ziv <[email protected]> Authored: Mon Jun 5 15:11:36 2017 +0300 Committer: Ran Ziv <[email protected]> Committed: Mon Jun 5 15:11:36 2017 +0300 ---------------------------------------------------------------------- README.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/8ce0da48/README.rst ---------------------------------------------------------------------- diff --git a/README.rst b/README.rst index 073fe6c..6300171 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ ARIA ==== -|Build Status| |Appveyor Build Status| |License| +|Build Status| |Appveyor Build Status| |PyPI Release| |Python Versions| |License| |Wheel| |Contributors| |Open Pull Requests| |Closed Pull Requests| `ARIA <http://ariatosca.org/>`__ is a minimal TOSCA orchestrator, as well as a platform for building TOSCA-based products. Its features can @@ -315,5 +315,14 @@ will *always* be able to use ARIA with other systems. :target: https://travis-ci.org/apache/incubator-ariatosca .. |Appveyor Build Status| image:: https://ci.appveyor.com/api/projects/status/ltv89jk63ahiu306?svg=true :target: https://ci.appveyor.com/project/ApacheSoftwareFoundation/incubator-ariatosca/history +.. |PyPI Release| image:: https://img.shields.io/pypi/v/ariatosca.svg?style=plastic + :target: https://pypi.python.org/pypi/ariatosca +.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/ariatosca.svg?style=plastic .. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg - :target: https://opensource.org/licenses/Apache-2.0 \ No newline at end of file + :target: https://opensource.org/licenses/Apache-2.0 +.. |Wheel| image:: https://img.shields.io/pypi/wheel/ariatosca.svg?style=plastic +.. |Contributors| image:: https://img.shields.io/github/contributors/apache/incubator-ariatosca.svg?style=plastic +.. |Open Pull Requests| image:: https://img.shields.io/github/issues-pr/apache/incubator-ariatosca.svg?style=plastic + :target: https://github.com/apache/incubator-ariatosca/pulls +.. |Closed Pull Requests| image:: https://img.shields.io/github/issues-pr-closed-raw/apache/incubator-ariatosca.svg?style=plastic + :target: https://github.com/apache/incubator-ariatosca/pulls?q=is%3Apr+is%3Aclosed
