diff --git a/README.rst b/README.rst index 9b5274c..d828564 100644 --- a/README.rst +++ b/README.rst @@ -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