OpenStack middleware library
Go to file
Ghanshyam 2eb512cc3b Revert "Moves supported python runtimes from version 3.8 to 3.10"
This reverts commit 089fa3659e.

Keeping Python 3.10 in setup.cfg classifier and zuul.yaml changes.

Reason for revert:

Needed-By: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/882175

TC has been discussing about re-adding the python 3.8
testing in current master 2023.2 release testing.

- https://meetings.opendev.org/meetings/tc/2023/tc.2023-04-25-18.00.log.html#l-191
- https://lists.openstack.org/pipermail/openstack-discuss/2023-April/033469.html

While governance changes are under review, TC agreed to add py3.8 testing
so that we do not see more project/lib dropping python 3.8 and make them
uninstalable on python 3.8

- https://meetings.opendev.org/meetings/tc/2023/tc.2023-05-02-18.00.log.html#l-17
- https://review.opendev.org/c/openstack/governance/+/882165

Also adding py3.8 testing back in job https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/882175

Change-Id: I3a9f8ee9ac1fabbc83680051d5930e956ba113f8
2023-05-05 18:57:05 +00:00
doc remove unicode from code 2021-01-03 16:18:03 +08:00
oslo [fix-compat] More definitions for oslo.middleware 2015-12-12 19:18:33 +00:00
oslo_middleware Merge "Add paste.filter_factory entrypoint for basic auth middleware" 2021-10-26 16:20:36 +00:00
releasenotes Update master for stable/2023.1 2023-02-24 15:20:58 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:23:48 -04:00
.gitignore ignore reno generated artifacts 2020-09-22 11:18:45 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:48:39 +00:00
.mailmap exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
.pre-commit-config.yaml Upgrade the pre-commit-hooks version 2021-05-18 11:15:54 +08:00
.stestr.conf Switch to stestr 2018-07-04 08:20:45 +07:00
.zuul.yaml Moves supported python runtimes from version 3.8 to 3.10 2023-04-10 12:59:22 +09:00
CONTRIBUTING.rst Align contributing doc with oslo's policy 2020-05-04 18:26:15 +02:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 23:06:02 +08:00
LICENSE exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-30 13:45:14 +08:00
requirements.txt Add new basic auth middleware 2021-08-03 16:30:42 +05:30
setup.cfg Revert "Moves supported python runtimes from version 3.8 to 3.10" 2023-05-05 18:57:05 +00:00
setup.py remove outdated header 2020-02-10 18:35:35 +01:00
test-requirements.txt Merge "Adding pre-commit" 2020-10-05 16:54:18 +00:00
tox.ini Fix issues related to tox4 2023-02-17 16:31:41 +01:00

README.rst

oslo.middleware

Latest Version

Downloads

Oslo middleware library includes components that can be injected into wsgi pipelines to intercept request/response flows. The base class can be enhanced with functionality like add/delete/modification of http headers and support for limiting size/connection etc.