OpenStack library for serialization
Go to file
OpenStack Proposal Bot ed9a042959 Updated from global requirements
Change-Id: I7922d813751317627a1e2b36f46cf705e0f523af
2015-08-13 20:21:09 +00:00
doc/source Add pypi download + version badges 2015-04-07 18:16:48 -07:00
oslo_serialization Stop using deprecated oslo_utils.timeutils.strtime 2015-06-30 08:26:18 -05:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
.gitignore exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00: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
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
LICENSE exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
MANIFEST.in exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
README.rst Switch badges from 'pypip.in' to 'shields.io' 2015-06-11 20:36:51 -07:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
requirements.txt Updated from global requirements 2015-08-13 20:21:09 +00:00
setup.cfg Remove oslo namespace package 2015-06-27 16:24:23 -04:00
setup.py Updated from global requirements 2015-07-15 01:36:45 +00:00
test-requirements.txt Updated from global requirements 2015-08-04 00:48:27 +00:00
tox.ini Add tox target to find missing requirements 2015-06-27 16:24:55 -04:00

README.rst

oslo.serialization

Latest Version

Downloads

The oslo.serialization library provides support for representing objects in transmittable and storable formats, such as JSON and MessagePack.