OpenStack library for serialization
Go to file
OpenDev Sysadmins 927221794e OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:32:20 +00:00
doc/source Add pypi download + version badges 2015-04-07 18:16:48 -07:00
oslo Move files out of the namespace package 2015-01-05 15:40:06 -05:00
oslo_serialization jsonutils: encode dict keys 2015-05-13 12:11:21 +02:00
tests jsonutils: encode dict keys 2015-05-13 12:11:21 +02:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
.gitignore exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:32:20 +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 pypi download + version badges 2015-04-07 18:16:48 -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-05-07 23:36:48 +00:00
setup.cfg Advertise support for Python3.4 / Remove support for Python 3.3 2015-05-10 19:21:50 -04:00
setup.py Updated from global requirements 2014-08-24 17:14:30 +00:00
test-requirements.txt Uncap library requirements for liberty 2015-04-16 18:08:08 +00:00
tox.ini Advertise support for Python3.4 / Remove support for Python 3.3 2015-05-10 19:21:50 -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.