Takashi Kajinami 344a7e151f 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: Iee7efec960a0022c3976e0bf2a21fa4fa1ebe034
2024-10-21 19:21:04 +09:00
2023-12-19 20:48:55 +09:00
2020-05-14 14:45:12 +02:00
2019-04-19 19:29:50 +00:00
2020-05-14 14:45:12 +02:00
2024-02-04 13:20:54 +00:00
2024-02-04 13:20:54 +00:00
2017-07-11 21:51:41 +08:00
2024-10-10 18:50:11 +09:00
2022-12-31 15:32:06 +08:00
2024-04-30 17:43:55 +09:00
2024-10-13 21:35:04 +09:00

Team and repository tags

image

oslo.cache

Latest Version

Downloads

oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached.

Description
An oslo.config enabled dogpile.cache.
Readme 5.6 MiB
Languages
Python 99.7%
Shell 0.3%