c2cwsgiutils 5.1.9__py3-none-any.whl → 5.1.9.dev20250101184423__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {c2cwsgiutils-5.1.9.dist-info → c2cwsgiutils-5.1.9.dev20250101184423.dist-info}/METADATA +56 -55
- {c2cwsgiutils-5.1.9.dist-info → c2cwsgiutils-5.1.9.dev20250101184423.dist-info}/RECORD +7 -7
- {c2cwsgiutils-5.1.9.dist-info → c2cwsgiutils-5.1.9.dev20250101184423.dist-info}/WHEEL +1 -1
- {c2cwsgiutils-5.1.9.data → c2cwsgiutils-5.1.9.dev20250101184423.data}/scripts/c2cwsgiutils-run +0 -0
- {c2cwsgiutils-5.1.9.dist-info → c2cwsgiutils-5.1.9.dev20250101184423.dist-info}/LICENSE.txt +0 -0
- {c2cwsgiutils-5.1.9.dist-info → c2cwsgiutils-5.1.9.dev20250101184423.dist-info}/entry_points.txt +0 -0
- {c2cwsgiutils-5.1.9.dist-info → c2cwsgiutils-5.1.9.dev20250101184423.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: c2cwsgiutils
|
3
|
-
Version: 5.1.9
|
3
|
+
Version: 5.1.9.dev20250101184423
|
4
4
|
Summary: Common utilities for Camptocamp WSGI applications
|
5
5
|
Home-page: https://github.com/camptocamp/c2cwsgiutils
|
6
6
|
Author: Camptocamp
|
@@ -21,61 +21,62 @@ Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
|
21
21
|
Classifier: Typing :: Typed
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
License-File: LICENSE.txt
|
24
|
-
Provides-Extra: broadcast
|
25
|
-
Requires-Dist: redis ; extra == 'broadcast'
|
26
24
|
Provides-Extra: standard
|
27
|
-
Requires-Dist: alembic
|
28
|
-
Requires-Dist: boltons
|
29
|
-
Requires-Dist: cornice
|
30
|
-
Requires-Dist: gunicorn
|
31
|
-
Requires-Dist: lxml
|
32
|
-
Requires-Dist: netifaces
|
33
|
-
Requires-Dist: objgraph
|
34
|
-
Requires-Dist: pipfile
|
35
|
-
Requires-Dist: psycopg2
|
36
|
-
Requires-Dist: pyramid
|
37
|
-
Requires-Dist: pyramid-tm
|
38
|
-
Requires-Dist: sentry-sdk
|
39
|
-
Requires-Dist: requests
|
40
|
-
Requires-Dist: ujson
|
41
|
-
Requires-Dist:
|
42
|
-
Requires-Dist: sqlalchemy
|
43
|
-
Requires-Dist: sqlalchemy-utils
|
44
|
-
Requires-Dist: zope.interface
|
45
|
-
Requires-Dist: zope.sqlalchemy
|
46
|
-
Requires-Dist: pyyaml
|
47
|
-
Requires-Dist: pyjwt
|
48
|
-
Requires-Dist: requests-oauthlib
|
49
|
-
Requires-Dist: waitress
|
50
|
-
Requires-Dist: async-timeout
|
51
|
-
Requires-Dist:
|
52
|
-
Requires-Dist:
|
53
|
-
Requires-Dist:
|
54
|
-
Requires-Dist:
|
55
|
-
Requires-Dist:
|
56
|
-
Requires-Dist:
|
57
|
-
Requires-Dist:
|
58
|
-
Requires-Dist:
|
59
|
-
Requires-Dist: importlib-
|
60
|
-
Requires-Dist:
|
61
|
-
Requires-Dist:
|
62
|
-
Requires-Dist:
|
63
|
-
Requires-Dist:
|
64
|
-
Requires-Dist:
|
65
|
-
Requires-Dist:
|
66
|
-
Requires-Dist: plaster
|
67
|
-
Requires-Dist:
|
68
|
-
Requires-Dist:
|
69
|
-
Requires-Dist:
|
70
|
-
Requires-Dist:
|
71
|
-
Requires-Dist:
|
72
|
-
Requires-Dist:
|
73
|
-
Requires-Dist:
|
74
|
-
Requires-Dist:
|
75
|
-
Requires-Dist:
|
76
|
-
Requires-Dist:
|
77
|
-
|
78
|
-
|
25
|
+
Requires-Dist: alembic; extra == "standard"
|
26
|
+
Requires-Dist: boltons; extra == "standard"
|
27
|
+
Requires-Dist: cornice; extra == "standard"
|
28
|
+
Requires-Dist: gunicorn; extra == "standard"
|
29
|
+
Requires-Dist: lxml; extra == "standard"
|
30
|
+
Requires-Dist: netifaces; extra == "standard"
|
31
|
+
Requires-Dist: objgraph; extra == "standard"
|
32
|
+
Requires-Dist: pipfile; extra == "standard"
|
33
|
+
Requires-Dist: psycopg2; extra == "standard"
|
34
|
+
Requires-Dist: pyramid; extra == "standard"
|
35
|
+
Requires-Dist: pyramid-tm; extra == "standard"
|
36
|
+
Requires-Dist: sentry-sdk; extra == "standard"
|
37
|
+
Requires-Dist: requests; extra == "standard"
|
38
|
+
Requires-Dist: ujson; extra == "standard"
|
39
|
+
Requires-Dist: cee_syslog_handler; extra == "standard"
|
40
|
+
Requires-Dist: sqlalchemy; extra == "standard"
|
41
|
+
Requires-Dist: sqlalchemy-utils; extra == "standard"
|
42
|
+
Requires-Dist: zope.interface; extra == "standard"
|
43
|
+
Requires-Dist: zope.sqlalchemy; extra == "standard"
|
44
|
+
Requires-Dist: pyyaml; extra == "standard"
|
45
|
+
Requires-Dist: pyjwt; extra == "standard"
|
46
|
+
Requires-Dist: requests-oauthlib; extra == "standard"
|
47
|
+
Requires-Dist: waitress; extra == "standard"
|
48
|
+
Requires-Dist: async-timeout; extra == "standard"
|
49
|
+
Requires-Dist: cee-syslog-handler; extra == "standard"
|
50
|
+
Requires-Dist: certifi; extra == "standard"
|
51
|
+
Requires-Dist: charset-normalizer; extra == "standard"
|
52
|
+
Requires-Dist: deprecated; extra == "standard"
|
53
|
+
Requires-Dist: graphviz; extra == "standard"
|
54
|
+
Requires-Dist: greenlet; extra == "standard"
|
55
|
+
Requires-Dist: hupper; extra == "standard"
|
56
|
+
Requires-Dist: idna; extra == "standard"
|
57
|
+
Requires-Dist: importlib-metadata; extra == "standard"
|
58
|
+
Requires-Dist: importlib-resources; extra == "standard"
|
59
|
+
Requires-Dist: mako; extra == "standard"
|
60
|
+
Requires-Dist: markupsafe; extra == "standard"
|
61
|
+
Requires-Dist: oauthlib; extra == "standard"
|
62
|
+
Requires-Dist: packaging; extra == "standard"
|
63
|
+
Requires-Dist: pastedeploy; extra == "standard"
|
64
|
+
Requires-Dist: plaster; extra == "standard"
|
65
|
+
Requires-Dist: plaster-pastedeploy; extra == "standard"
|
66
|
+
Requires-Dist: pyparsing; extra == "standard"
|
67
|
+
Requires-Dist: toml; extra == "standard"
|
68
|
+
Requires-Dist: transaction; extra == "standard"
|
69
|
+
Requires-Dist: translationstring; extra == "standard"
|
70
|
+
Requires-Dist: urllib3; extra == "standard"
|
71
|
+
Requires-Dist: venusian; extra == "standard"
|
72
|
+
Requires-Dist: webob; extra == "standard"
|
73
|
+
Requires-Dist: wrapt; extra == "standard"
|
74
|
+
Requires-Dist: zipp; extra == "standard"
|
75
|
+
Requires-Dist: zope.deprecation; extra == "standard"
|
76
|
+
Provides-Extra: broadcast
|
77
|
+
Requires-Dist: redis; extra == "broadcast"
|
78
|
+
Provides-Extra: test-images
|
79
|
+
Requires-Dist: scikit-image; extra == "test-images"
|
79
80
|
|
80
81
|
# Camptocamp WSGI utilities
|
81
82
|
|
@@ -58,12 +58,12 @@ c2cwsgiutils/stats_pyramid/__init__.py,sha256=Vxncq4iRCIlrPjiugQVARqg3VjAMK5H3iM
|
|
58
58
|
c2cwsgiutils/stats_pyramid/_db_spy.py,sha256=qTQ7xkvE6TN6mcOUhcPpOQBJla-yNY08lV05OZdjGkA,2841
|
59
59
|
c2cwsgiutils/stats_pyramid/_pyramid_spy.py,sha256=tDm3Y-kRVp1Y_jEaz1bFlWHCeXkHMAogOKE6qN-rO08,2886
|
60
60
|
c2cwsgiutils/stats_pyramid/_views.py,sha256=c3PfyrXzG6I184-bWUrHpR1bt3xyIMgs5mfcZ6NjEwU,527
|
61
|
-
c2cwsgiutils-5.1.9.data/scripts/c2cwsgiutils-run,sha256=GEd1wKRUYFZghmfkUQJesH1TzwnaZ9k2MZmCw6NrhS4,543
|
61
|
+
c2cwsgiutils-5.1.9.dev20250101184423.data/scripts/c2cwsgiutils-run,sha256=GEd1wKRUYFZghmfkUQJesH1TzwnaZ9k2MZmCw6NrhS4,543
|
62
62
|
tests/acceptance/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
63
63
|
tests/acceptance/test_utils.py,sha256=_4GDX0Lx5bAUJq5WRm0aj-nTllIXDcmo3bqRrbAgs20,380
|
64
|
-
c2cwsgiutils-5.1.9.dist-info/LICENSE.txt,sha256=PQNFSY2-jzHIwQ_UxvzxLVY5yLryW_lVLHVgUCvtKos,1668
|
65
|
-
c2cwsgiutils-5.1.9.dist-info/METADATA,sha256=
|
66
|
-
c2cwsgiutils-5.1.9.dist-info/WHEEL,sha256=
|
67
|
-
c2cwsgiutils-5.1.9.dist-info/entry_points.txt,sha256=a0xudfCo9osK8ZH62-rY8Oc1sSY4wrlMM81rtfi1akg,1090
|
68
|
-
c2cwsgiutils-5.1.9.dist-info/top_level.txt,sha256=U2UMa3vcTM_6GxZe2f8KeOi-8gIcUruUnmhVSZZ27BI,19
|
69
|
-
c2cwsgiutils-5.1.9.dist-info/RECORD,,
|
64
|
+
c2cwsgiutils-5.1.9.dev20250101184423.dist-info/LICENSE.txt,sha256=PQNFSY2-jzHIwQ_UxvzxLVY5yLryW_lVLHVgUCvtKos,1668
|
65
|
+
c2cwsgiutils-5.1.9.dev20250101184423.dist-info/METADATA,sha256=YaH-LfHmIJvVj5fkGIpuDyAP7PN24s3OxN0PkiEeaEE,32433
|
66
|
+
c2cwsgiutils-5.1.9.dev20250101184423.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
67
|
+
c2cwsgiutils-5.1.9.dev20250101184423.dist-info/entry_points.txt,sha256=a0xudfCo9osK8ZH62-rY8Oc1sSY4wrlMM81rtfi1akg,1090
|
68
|
+
c2cwsgiutils-5.1.9.dev20250101184423.dist-info/top_level.txt,sha256=U2UMa3vcTM_6GxZe2f8KeOi-8gIcUruUnmhVSZZ27BI,19
|
69
|
+
c2cwsgiutils-5.1.9.dev20250101184423.dist-info/RECORD,,
|
{c2cwsgiutils-5.1.9.data → c2cwsgiutils-5.1.9.dev20250101184423.data}/scripts/c2cwsgiutils-run
RENAMED
File without changes
|
File without changes
|
{c2cwsgiutils-5.1.9.dist-info → c2cwsgiutils-5.1.9.dev20250101184423.dist-info}/entry_points.txt
RENAMED
File without changes
|
{c2cwsgiutils-5.1.9.dist-info → c2cwsgiutils-5.1.9.dev20250101184423.dist-info}/top_level.txt
RENAMED
File without changes
|