OpenStack library for serialization
Go to file
Joshua Harlow 1bd558f515 Move 'history' -> release notes section
This seems to better match what the other oslo
libraries are calling this section, so we might as
well call it that to.

Change-Id: Id4c5809dbe9c536c14abf8a5b360bdcf4e4713a0
2015-09-25 08:24:53 -07:00
doc/source Move 'history' -> release notes section 2015-09-25 08:24:53 -07:00
oslo_serialization Add jsonutils.dump_as_bytes() function for py3 2015-09-23 15:23:43 +02:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:43:30 +00:00
.gitignore exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00: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
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00: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
MANIFEST.in exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
README.rst Switch badges from 'pypip.in' to 'shields.io' 2015-06-11 20:36:51 -07:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
requirements.txt Updated from global requirements 2015-09-17 12:16:12 +00:00
setup.cfg Remove oslo namespace package 2015-06-27 16:24:23 -04:00
setup.py Updated from global requirements 2015-09-17 12:16:12 +00:00
test-requirements.txt Updated from global requirements 2015-08-31 15:35:36 +00:00
tox.ini Add tox target to find missing requirements 2015-06-27 16:24:55 -04:00

README.rst

oslo.serialization

Latest Version

Downloads

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