OpenStack library for serialization
Go to file
Victor Stinner 2d085d2c17 Use versionadded and versionchanged in doc
Document in which version new types and functions were added using
".. versionadded:: x.y". Document changes using
".. versionchanged:: x.y."

For base64 module, add the versionadded tag in the module top
docstring, not on each type/function.

I used "git blame" + "git tag --contains=SHA1" to find these version,
and then I checked manually each version.

Change-Id: I4a891b18064fe7b857a79c57030ff31f7a0370b4
2015-10-15 14:38:50 +02: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
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 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 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 Fix coverage configuration and execution 2015-10-08 17:22:20 -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 Base64, JSON and MessagePack.