OpenStack versioned objects library
Go to file
Rodolfo Alonso Hernandez f806dda675 Import ABCs from collections.abc
From the deprecation warning message:
"Using or importing the ABCs from 'collections' instead of from
'collections.abc' is deprecated since Python 3.3, and in 3.9 it
will stop working"

Change-Id: I53b11ebe81977d13a460cdf167ba37c5d3e1bdcd
Closes-Bug: #1856882
2019-12-18 18:22:16 +00:00
doc tox: Keeping going with docs 2019-10-24 14:24:56 +08:00
oslo_versionedobjects Import ABCs from collections.abc 2019-12-18 18:22:16 +00:00
playbooks/legacy/oslo.versionedobjects-src-grenade-devstack-multinode Migrate grenade jobs to py3 2019-11-19 22:30:05 +00:00
releasenotes Update master for stable/train 2019-09-20 16:40:37 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-01 19:54:59 +00:00
.gitignore Clean up .gitignore references to personal tools 2018-10-15 11:56:15 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:45:17 +00:00
.mailmap apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
.stestr.conf Switch to stestr 2018-07-04 08:12:19 +07:00
.zuul.yaml Add Python 3 Train unit tests 2019-07-05 15:11:48 -04:00
babel.cfg apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
bindep.txt Add bindep.txt file to prevent fallback to generic list 2018-03-20 10:27:53 -05:00
CONTRIBUTING.rst rearrange existing documentation to fit the new standard layout 2017-07-01 21:02:49 +09:00
HACKING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-27 03:10:28 +00:00
LICENSE apply oslo-cookiecutter template 2015-02-02 15:08:43 -05:00
lower-constraints.txt Switch to stestr 2018-07-04 08:12:19 +07:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-27 03:10:28 +00:00
requirements.txt Updated from global requirements 2018-03-26 08:22:22 +00:00
setup.cfg Resolve some issue with tox.ini, setup.cfg 2019-05-31 18:23:28 +01:00
setup.py Updated from global requirements 2017-03-03 00:03:27 +00:00
test-requirements.txt Cap Bandit below 1.6.0, update sphinx requirement, uncap jsonschema 2019-05-24 17:18:26 +00:00
tox.ini tox: Keeping going with docs 2019-10-24 14:24:56 +08:00

Team and repository tags

image

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.