OpenStack library for serialization
Go to file
Ian Cordasco 29a7702a99 Remove fallback to simplejson in jsonutils
OpenStack has ended support for Python 2.6 in all services and
libraries. We no longer need to support a fallback to simplejson on
Python 2.6 so we can remove this fallback logic.

Closes-bug: 1533337
Change-Id: I613541a37229ff2f3ce269cfa7496223d1ff37d0
2016-01-12 13:53:47 -06:00
doc/source Add utilities for base64 2015-10-01 14:32:29 +00:00
oslo_serialization Remove fallback to simplejson in jsonutils 2016-01-12 13:53:47 -06:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:22:20 -04:00
.gitignore Fix coverage configuration and execution 2015-10-08 17:22:20 -04: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 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 Add utilities for base64 2015-10-01 14:32:29 +00:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
requirements.txt Remove iso8601 dependency 2015-12-16 14:55:29 +08:00
setup.cfg Remove python 2.6 classifier 2015-11-17 15:05:37 +08:00
setup.py Updated from global requirements 2015-09-17 12:16:12 +00:00
test-requirements.txt Remove fallback to simplejson in jsonutils 2016-01-12 13:53:47 -06:00
tox.ini Remove python 2.6 and cleanup tox.ini 2015-11-16 00:47:09 +00:00

README.rst

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.