OpenStack library for serialization
Go to file
Joshua Harlow 2a30128b72 Add a messagepack utils helper module
Messagepack is used by some projects, so providing a more
featureful encoding/decoding functionality that works better
with specialized types such as datetime, uuids and so-on in
a customized manner would be quite useful for those projects
that use it so they don't blow up when encoding and don't need
to resort to lossy serialization (by using jsonutils).

Change-Id: I295bfca0737301d15414410822bfbb28f66370dd
2015-01-15 10:53:36 -08:00
doc/source Move files out of the namespace package 2015-01-05 15:40:06 -05:00
oslo Move files out of the namespace package 2015-01-05 15:40:06 -05:00
oslo_serialization Add a messagepack utils helper module 2015-01-15 10:53:36 -08:00
tests Add a messagepack utils helper module 2015-01-15 10:53:36 -08:00
tools Get unit tests passing 2014-07-14 21:36:11 +00: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 exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00: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 Clean up docs before first release 2014-08-25 12:03:48 -04:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-07-14 17:54:12 +00:00
openstack-common.conf Use oslo libraries - i18n and utils 2014-08-21 07:46:08 -04:00
requirements.txt Add a messagepack utils helper module 2015-01-15 10:53:36 -08:00
setup.cfg Move files out of the namespace package 2015-01-05 15:40:06 -05:00
setup.py Updated from global requirements 2014-08-24 17:14:30 +00:00
test-requirements.txt Bump to hacking 0.10 2015-01-12 21:08:39 +00:00
tox.ini Activate pep8 check that _ is imported 2014-12-11 22:59:54 +00:00

README.rst

oslo.serialization

oslo.serialization library