OpenStack library for serialization
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
OpenStack Release Bot 864aa2f171
Update master for stable/2023.1
4 weeks ago
doc Remove unnecessary unicode prefixes 11 months ago
oslo_serialization Remove unnecessary unicode prefixes 11 months ago
releasenotes Update master for stable/2023.1 4 weeks ago
.coveragerc Fix coverage configuration and execution 8 years ago
.gitignore ignore reno generated artifacts 3 years ago
.gitreview OpenDev Migration Patch 4 years ago
.mailmap exported from oslo-incubator by graduate.sh 9 years ago
.pre-commit-config.yaml Move flake8 as a pre-commit local target. 2 years ago
.stestr.conf Switch to stestr 5 years ago
.zuul.yaml Add Python3 antelope unit tests 7 months ago
CONTRIBUTING.rst Align contributing doc with oslo's policy 3 years ago
HACKING.rst Update hacking version 4 years ago
LICENSE exported from oslo-incubator by graduate.sh 9 years ago
README.rst Replace git.openstack.org URLs with opendev.org URLs 4 years ago
requirements.txt Remove the yamlutils module. 3 years ago
setup.cfg Drop python3.6/3.7 support in testing runtime 11 months ago
setup.py remove outdated header 3 years ago
test-requirements.txt Merge "Fix hacking min version to 3.0.1" 2 years ago
tox.ini Fix issues related to tox4 1 month ago

README.rst

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.