Add shields.io version/downloads links/badges into README.rst

Change-Id: I89f9d3765cb19d95864e0f80f8c3e96caa08e80d
This commit is contained in:
Joshua Harlow 2015-09-24 13:02:17 -07:00
parent 9cf3a7d0c6
commit b2aff4d8c1
1 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,14 @@
oslo.versionedobjects
===================================
.. image:: https://img.shields.io/pypi/v/oslo.versionedobjects.svg
:target: https://pypi.python.org/pypi/oslo.versionedobjects/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/oslo.versionedobjects.svg
:target: https://pypi.python.org/pypi/oslo.versionedobjects/
:alt: Downloads
The oslo.versionedobjects library provides a generic versioned object model
that is RPC-friendly, with inbuilt serialization, field typing, and remotable
method calls. It can be used to define a data model within a project