OpenStack library for serialization
Go to file
ChangBo Guo(gcb) b64515963d Fix bug track URL
Change-Id: I2ed768e3f359c864eeb6aefbf943321d4b812045
2015-11-16 21:41:23 +08:00
doc/source Add utilities for base64 2015-10-01 14:32:29 +00:00
oslo_serialization Use versionadded and versionchanged in doc 2015-10-15 14:38:50 +02: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
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
MANIFEST.in 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
requirements.txt Updated from global requirements 2015-10-19 23:32:08 +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 Fix coverage configuration and execution 2015-10-08 17:22:20 -04:00

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.