OpenStack library for serialization
Go to file
Jenkins dbcab5f327 Merge "Also check for the existence of `items` in to_primitive()" 2015-09-30 11:11:00 +00:00
doc/source Move 'history' -> release notes section 2015-09-25 08:24:53 -07:00
oslo_serialization Also check for the existence of `items` in to_primitive() 2015-09-30 12:37:12 +05:30
.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.