Contents

oslo.versionedobjects 3.3.0

0

Oslo Versioned Objects library

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.

Stars: 29, Watchers: 29, Forks: 17, Open Issues: 0

The openstack/oslo.versionedobjects repo was created 9 years ago and the last code push was 2 weeks ago. The project is moderately popular with 29 github stars!

How to Install oslo-versionedobjects

You can install oslo-versionedobjects using pip

pip install oslo-versionedobjects

or add it to a project with poetry

poetry add oslo-versionedobjects

Package Details

Author
OpenStack
License
Homepage
https://docs.openstack.org/oslo.versionedobjects/latest/
PyPi:
https://pypi.org/project/oslo.versionedobjects/
GitHub Repo:
https://github.com/openstack/oslo.versionedobjects

Classifiers

No  oslo-versionedobjects  pypi packages just yet.

Errors

A list of common oslo-versionedobjects errors.

Code Examples

Here are some oslo-versionedobjects code examples and snippets.

Related Packages & Articles