OpenStack library for serialization
Go to file
Doug Hellmann 7d03e2d7e4 add lower-constraints job
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.

Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.

Add openstack-tox-lower-constraints job to the zuul configuration.

See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.

Change-Id: I1a851389a2bb2f445dac922fab2d151ec23b8c6d
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-24 21:02:54 -04:00
doc Updated from global requirements 2018-03-15 07:50:57 +00:00
oslo_serialization When serializing an exception return its 'repr' 2017-10-03 09:41:52 -07:00
releasenotes Update reno for stable/queens 2018-01-24 18:07:43 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:22:20 -04:00
.gitignore Add reno for release notes management 2016-11-03 20:44:36 +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
.testr.conf Fixes wrong folder for listing tests 2015-04-27 15:00:14 +02:00
.zuul.yaml add lower-constraints job 2018-03-24 21:02:54 -04: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
README.rst Update links in README 2018-02-28 01:46:15 +08:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
lower-constraints.txt add lower-constraints job 2018-03-24 21:02:54 -04:00
requirements.txt msgpack-python has been renamed to msgpack 2018-01-15 20:44:04 +01:00
setup.cfg Use Sphinx 1.5 warning-is-error 2017-03-16 15:01:15 +00:00
setup.py Updated from global requirements 2017-03-03 00:03:20 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:50:57 +00:00
tox.ini add lower-constraints job 2018-03-24 21:02:54 -04:00

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.