CADF Python module
Go to file
Takashi Kajinami a31cd0bf58 Remove Python 3.8 support
Python 3.8 is no longer part of the tested runtimes for 2024.2[1]
because its EOL is coming soon.

[1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html

This allows us to replace external pytz library by built-in zoneinfo
module which was added in Python 3.9 .

Change-Id: I611f5f2ec305671c97cffc78d26cc29bd556394d
2024-10-01 11:51:16 +09:00
doc doc: Drop DJANGO_SETTINGS_MODULE environment 2023-12-18 21:06:14 +09:00
etc/pycadf Add swift_api_audit_map.conf 2019-08-30 12:24:05 +02:00
pycadf Remove Python 3.8 support 2024-10-01 11:51:16 +09:00
releasenotes/notes Remove Python 3.8 support 2024-10-01 11:51:16 +09:00
.gitignore Switch to stestr 2018-07-24 10:38:07 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:49:21 +00:00
.stestr.conf Switch to stestr 2018-07-24 10:38:07 +07:00
.zuul.yaml Update zuul job templates 2022-09-16 11:36:10 -04:00
CONTRIBUTING.rst Use https for *.openstack.org references 2017-02-05 20:49:06 -08:00
LICENSE initial project setup 2013-08-02 10:44:41 -04:00
README.rst Change README.rst with a better title 2019-12-26 10:58:25 +08:00
requirements.txt Remove Python 3.8 support 2024-10-01 11:51:16 +09:00
setup.cfg Remove Python 3.8 support 2024-10-01 11:51:16 +09:00
setup.py Updated from global requirements 2017-03-02 11:54:00 +00:00
test-requirements.txt Bump hacking 2024-01-26 01:02:28 +00:00
tox.ini Bump hacking 2024-01-26 01:02:28 +00:00

PyCADF

image

Latest Version

Downloads

This library provides an auditing data model based on the Cloud Auditing Data Federation specification, primarily for use by OpenStack. The goal is to establish strict expectations about what auditors can expect from audit notifications.