Takashi Kajinami c50057eb8d Run pyupgrade to clean up Python 2 syntaxes
Update all .py source files by
 $ pyupgrade --py3-only $(git ls-files | grep ".py$")
to modernize the code according to Python 3 syntaxes.

Also add the pyupgrade hook to pre-commit to avoid merging additional
Python 2 syntaxes.

Change-Id: Ia14b0f9ed4268677a77b557f04495655162f040e
2024-10-24 10:13:23 +09:00
2020-01-23 11:21:25 +00:00
2019-04-19 19:45:17 +00:00
2015-02-02 15:08:43 -05:00
2018-07-04 08:12:19 +07:00
2015-02-02 15:08:43 -05:00
2024-05-01 11:46:28 +09:00
2024-10-16 01:22:06 +00:00
2020-02-13 11:42:23 +00:00
2024-10-21 19:32:04 +09: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.

Description
OpenStack versioned objects library
Readme 7.1 MiB
Languages
Python 100%