OpenStack library for serialization
Go to file
Martin Kopec 4f24d023c5 Fix README
The README points to the documentation instead of to Launchpad
where bugs are reported.
The patch fixes that.

Change-Id: Ia13633dc02e74c39565429c93d5a217bba5acbb2
2019-02-04 11:08:03 +00:00
doc Updated from global requirements 2018-03-15 07:50:57 +00:00
oslo_serialization py37: deal with Exception repr changes 2018-07-30 16:46:43 -04:00
releasenotes Update reno for stable/rocky 2018-07-26 12:40:05 +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 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
.stestr.conf Switch to stestr 2018-07-04 08:23:05 +07:00
.zuul.yaml Use template for lower-constraints 2018-12-20 20:15:56 +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 URLs in documents according to document migration 2017-07-12 23:21:07 +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 Fix README 2019-02-04 11:08:03 +00:00
requirements.txt Stop using encoding='utf-8' with msgpack 2018-06-03 00:25:50 -07: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 Switch to stestr 2018-07-04 08:23:05 +07: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.