RETIRED, further work has moved to Debian project infrastructure
Go to file
OpenDev Sysadmins 266cd4b2e5 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:53 +00:00
doc/source Remove the executable bit from files 2016-02-29 14:13:37 -05:00
oslo_versionedobjects Fix to_json_schema() call 2016-08-02 05:32:29 -04:00
.coveragerc Fix coverage configuration and execution 2015-10-01 19:54:59 +00:00
.gitignore Fix coverage configuration and execution 2015-10-01 19:54:59 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:50:53 +00:00
.mailmap apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
.testr.conf apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
CONTRIBUTING.rst apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
HACKING.rst apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
LICENSE apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
README.rst Add shields.io version/downloads links/badges into README.rst 2015-09-24 13:02:17 -07:00
babel.cfg apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
requirements.txt Updated from global requirements 2016-08-08 10:47:18 +00:00
setup.cfg Add Python 3.5 classifier and venv 2016-07-12 17:02:51 +08:00
setup.py Updated from global requirements 2015-09-17 12:16:17 +00:00
test-requirements.txt Updated from global requirements 2016-06-21 18:04:42 +00:00
tox.ini Add Python 3.5 classifier and venv 2016-07-12 17:02:51 +08:00

README.rst

oslo.versionedobjects

Latest Version

Downloads

The oslo.versionedobjects library provides a generic versioned object model that is RPC-friendly, with inbuilt serialization, field typing, and remotable method calls. It can be used to define a data model within a project independent of external APIs or database schema for the purposes of providing upgrade compatibility across distributed services.