Takashi Kajinami 822f3bd94b 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: I2adc97da3ef11ee18e30ed92e9ca5992d384fdb1
2024-10-21 19:22:49 +09:00
2024-02-07 12:41:10 +09:00
2019-04-19 19:36:22 +00:00
2019-02-13 17:08:38 +08:00
2024-01-27 18:49:56 +09:00
2024-10-09 22:45:57 +09:00
2020-02-10 18:33:49 +01:00
2024-05-01 11:43:00 +09:00
2024-10-13 21:37:41 +09:00

Team and repository tags

image

oslo.service -- Library for running OpenStack services

Latest Version

Downloads

oslo.service provides a framework for defining new long-running services using the patterns established by other OpenStack applications. It also includes utilities long-running applications might need for working with SSL or WSGI, performing periodic operations, interacting with systemd, etc.

Description
Library for running OpenStack services
Readme 5.6 MiB
Languages
Python 100%