README.rst 1.04 KB
Newer Older
1
2
3
4
========================
Team and repository tags
========================

melissaml's avatar
melissaml committed
5
6
.. image:: https://governance.openstack.org/tc/badges/oslo.serialization.svg
    :target: https://governance.openstack.org/tc/ference/tags/index.html
7
8
9

.. Change things from this point on

ZhijunWei's avatar
ZhijunWei committed
10
===================
11
 oslo.serialization
ZhijunWei's avatar
ZhijunWei committed
12
===================
13

14
.. image:: https://img.shields.io/pypi/v/oslo.serialization.svg
15
    :target: https://pypi.org/project/oslo.serialization/
16
17
    :alt: Latest Version

18
.. image:: https://img.shields.io/pypi/dm/oslo.serialization.svg
19
    :target: https://pypi.org/project/oslo.serialization/
20
21
22
    :alt: Downloads

The oslo.serialization library provides support for representing objects
Victor Stinner's avatar
Victor Stinner committed
23
in transmittable and storable formats, such as Base64, JSON and MessagePack.
24
25

* Free software: Apache license
26
* Documentation: https://docs.openstack.org/oslo.serialization/latest/
27
* Source: https://opendev.org/openstack/oslo.serialization
Martin Kopec's avatar
Martin Kopec committed
28
* Bugs: https://bugs.launchpad.net/oslo.serialization
melissaml's avatar
melissaml committed
29
* Release notes: https://docs.openstack.org/releasenotes/oslo.serialization/