This patch adds the team's and repository's badges to the README file. The motivation behind this is to communicate the project status and features at first glance. For more information about this effort, please read this email thread: http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html To see an example of how this would look like check: b'https://gist.github.com/8b3292fecd998dd2e947fa3bcae78cd2\n' Change-Id: I4852d210dfb60a81bb31a448b7e209862ea95d5f
32 lines
1.2 KiB
ReStructuredText
32 lines
1.2 KiB
ReStructuredText
========================
|
|
Team and repository tags
|
|
========================
|
|
|
|
.. image:: http://governance.openstack.org/badges/oslo.versionedobjects.svg
|
|
:target: http://governance.openstack.org/reference/tags/index.html
|
|
|
|
.. Change things from this point on
|
|
|
|
===================================
|
|
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
|
|
independent of external APIs or database schema for the purposes of providing
|
|
upgrade compatibility across distributed services.
|
|
|
|
* Free software: Apache license
|
|
* Documentation: http://docs.openstack.org/developer/oslo.versionedobjects
|
|
* Source: http://git.openstack.org/cgit/openstack/oslo.versionedobjects
|
|
* Bugs: http://bugs.launchpad.net/oslo.versionedobjects
|