OpenStack library for serialization
Go to file
OpenDev Sysadmins 0ceb4dbb6b 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 Updated from global requirements 2018-03-15 07:50:57 +00:00
oslo_serialization Merge "Introduce a base yaml parser for all openstack components" 2019-03-25 17:40:26 +00:00
releasenotes Update master for stable/stein 2019-03-18 14:46:40 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:22:20 -04:00
.gitignore Clean up .gitignore references to personal tools 2018-10-15 11:52:29 +08: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
.stestr.conf Switch to stestr 2018-07-04 08:23:05 +07:00
.zuul.yaml add python 3.7 unit test job 2019-02-19 13:56:43 +08:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
CONTRIBUTING.rst switch from oslosphinx to openstackdocstheme 2017-07-06 21:53:27 +00:00
HACKING.rst Update hacking version 2019-02-17 10:28:24 +08:00
LICENSE exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
lower-constraints.txt Switch to stestr 2018-07-04 08:23:05 +07:00
README.rst Update hacking version 2019-02-17 10:28:24 +08:00
requirements.txt Introduce a base yaml parser for all openstack components 2019-02-21 17:34:38 +01:00
setup.cfg Update mailinglist from dev to discuss 2018-12-05 09:38:52 +08:00
setup.py Updated from global requirements 2017-03-03 00:03:20 +00:00
test-requirements.txt Update hacking version 2019-02-17 10:28:24 +08:00
tox.ini Switch to stestr 2018-07-04 08:23:05 +07:00

Team and repository tags

image

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.