oslo.versionedobjects 3.4.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: 0The openstack/oslo.versionedobjects
repo was created 9 years ago and the last code push was 3 days 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
- None
- Homepage
- https://docs.openstack.org/oslo.versionedobjects/latest/
- PyPi:
- https://pypi.org/project/oslo.versionedobjects/
- GitHub Repo:
- https://github.com/openstack/oslo.versionedobjects
Classifiers
Related Packages
Errors
A list of common oslo-versionedobjects errors.
Code Examples
Here are some oslo-versionedobjects
code examples and snippets.