wsme/wsme
Stephen Finucane db14d97dbf Migrate to importlib.metadata
pkg_resources is removed in Python 3.12.

Change-Id: I6ea6d9eb098378dbab52cceb9aa6df335ef9407b
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-09-07 15:48:08 +01:00
..
rest Remove useless __future__ imports 2021-07-26 17:37:49 +01:00
tests Remove use of deprecated APIs 2023-09-07 15:48:08 +01:00
__init__.py Reorganise the decorators. expose and validate are now in wsme.rest, and ws.api.signature becomes the raw decorator to declare a function signature. Got rid of the 'pexpose' decorator, which will be replaced later by a better way. 2012-10-31 10:48:01 +01:00
api.py Remove six 2021-07-26 17:37:49 +01:00
exc.py Remove six 2021-07-26 17:37:49 +01:00
protocol.py Migrate to importlib.metadata 2023-09-07 15:48:08 +01:00
root.py Remove six 2021-07-26 17:37:49 +01:00
runtime.py Move the missing argument verification in a wsme.runtime module so that it can be used in all adapters 2013-04-08 15:45:08 +02:00
types.py Remove six 2021-07-26 17:37:49 +01:00
utils.py Remove six 2021-07-26 17:37:49 +01:00