OpenStack library for serialization
Go to file
Daniel Bengtsson 84363e91a0 Deprecated the yamlutils module.
The pyyaml is now safe by default:

https://github.com/yaml/pyyaml/pull/74/files
https://access.redhat.com/security/cve/CVE-2017-18342

So the yamlutils is now useless. We can depracated it and then remove it.

Change-Id: I4ecb34eee942c714d09d2258db80f5b8d61dec89
2020-02-14 13:03:14 +01:00
doc [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 18:34:40 +01:00
oslo_serialization Deprecated the yamlutils module. 2020-02-14 13:03:14 +01:00
releasenotes reword releasenote for py27 support dropping 2020-02-06 11:02:58 +01: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 [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 18:34:40 +01: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 [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 18:34:40 +01:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-03 20:33:13 +00:00
requirements.txt Deprecated the yamlutils module. 2020-02-14 13:03:14 +01:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 18:34:40 +01:00
setup.py remove outdated header 2020-02-10 18:31:55 +01:00
test-requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 18:34:40 +01:00
tox.ini [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 18:34:40 +01: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.