OpenStack library for serialization
Go to file
Flavio Percoco 58ee9d8ca2 Show team and repo badges on README
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/4d5b24484f965cc0a7ad252d9ffff20a\n'

Change-Id: I5453d4039c48a263a9fd373ea93cda82a46d0ee7
2016-11-25 15:21:15 +01:00
doc/source Add a title to the API Documentation page 2016-09-29 12:53:06 -07:00
oslo_serialization Merge "Fix serialization of binary strings in Python3" 2016-08-04 13:31:57 +00:00
releasenotes Add reno for release notes management 2016-11-03 20:44:36 +08:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:22:20 -04:00
.gitignore Add reno for release notes management 2016-11-03 20:44:36 +08:00
.gitreview exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
.mailmap exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
.testr.conf Fixes wrong folder for listing tests 2015-04-27 15:00:14 +02:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
CONTRIBUTING.rst Fix bug track URL 2015-11-16 21:41:23 +08:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
LICENSE exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
README.rst Show team and repo badges on README 2016-11-25 15:21:15 +01:00
requirements.txt Updated from global requirements 2016-11-09 04:23:03 +00:00
setup.cfg modify the home-page info with the developer documentation 2016-09-20 11:47:00 +05:30
setup.py Updated from global requirements 2015-09-17 12:16:12 +00:00
test-requirements.txt Add reno for release notes management 2016-11-03 20:44:36 +08:00
tox.ini Add reno for release notes management 2016-11-03 20:44:36 +08:00

Team and repository tags

image

oslo.serialization

Latest Version

Downloads

The oslo.serialization library provides support for representing objects in transmittable and storable formats, such as Base64, JSON and MessagePack.