c2cwsgiutils 6.0.2.dev2__tar.gz → 6.0.3.dev2__tar.gz
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-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/PKG-INFO +4 -2
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/index.py +1 -1
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/pyproject.toml +4 -2
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/LICENSE +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/README.md +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/__init__.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/acceptance/__init__.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/acceptance/connection.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/acceptance/image.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/acceptance/package-lock.json +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/acceptance/package.json +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/acceptance/print.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/acceptance/screenshot.js +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/acceptance/utils.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/auth.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/broadcast/__init__.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/broadcast/interface.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/broadcast/local.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/broadcast/redis.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/broadcast/utils.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/client_info.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/config_utils.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/coverage_setup.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/db.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/db_maintenance_view.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/debug/__init__.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/debug/_listeners.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/debug/_views.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/debug/utils.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/errors.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/health_check.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/loader.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/logging_view.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/models_graph.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/pretty_json.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/profiler.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/prometheus.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/py.typed +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/pyramid.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/pyramid_logging.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/redis_stats.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/redis_utils.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/request_tracking/__init__.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/request_tracking/_sql.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/scripts/__init__.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/scripts/genversion.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/scripts/stats_db.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/scripts/test_print.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/sentry.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/services.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/setup_process.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/sql_profiler/__init__.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/sql_profiler/_impl.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/sqlalchemylogger/README.md +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/sqlalchemylogger/__init__.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/sqlalchemylogger/_filters.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/sqlalchemylogger/_models.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/sqlalchemylogger/examples/example.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/sqlalchemylogger/handlers.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/static/favicon-16x16.png +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/static/favicon-32x32.png +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/stats_pyramid/__init__.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/stats_pyramid/_db_spy.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/stats_pyramid/_pyramid_spy.py +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/templates/index.html.mako +0 -0
- {c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/version.py +0 -0
@@ -1,13 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: c2cwsgiutils
|
3
|
-
Version: 6.0.
|
3
|
+
Version: 6.0.3.dev2
|
4
4
|
Summary: Common utilities for Camptocamp WSGI applications
|
5
5
|
Home-page: https://github.com/camptocamp/c2cwsgiutils
|
6
6
|
License: BSD-2-Clause
|
7
7
|
Keywords: geo,gis,sqlalchemy,orm,wsgi
|
8
8
|
Author: Camptocamp
|
9
9
|
Author-email: info@camptocamp.com
|
10
|
-
Requires-Python: >=3.9,<
|
10
|
+
Requires-Python: >=3.9,<3.12
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
12
12
|
Classifier: Environment :: Plugins
|
13
13
|
Classifier: Framework :: Pyramid
|
@@ -43,6 +43,7 @@ Requires-Dist: cornice
|
|
43
43
|
Requires-Dist: gunicorn ; extra == "standard" or extra == "webserver" or extra == "all"
|
44
44
|
Requires-Dist: lxml ; extra == "tests" or extra == "all"
|
45
45
|
Requires-Dist: objgraph ; extra == "debug" or extra == "all"
|
46
|
+
Requires-Dist: pillow
|
46
47
|
Requires-Dist: prometheus-client
|
47
48
|
Requires-Dist: psycopg2
|
48
49
|
Requires-Dist: pyjwt ; extra == "standard" or extra == "oauth2" or extra == "all"
|
@@ -54,6 +55,7 @@ Requires-Dist: redis ; extra == "standard" or extra == "broadcast" or extra == "
|
|
54
55
|
Requires-Dist: requests
|
55
56
|
Requires-Dist: requests-oauthlib ; extra == "standard" or extra == "oauth2" or extra == "all"
|
56
57
|
Requires-Dist: scikit-image ; extra == "test-images"
|
58
|
+
Requires-Dist: scipy
|
57
59
|
Requires-Dist: sentry-sdk ; extra == "standard" or extra == "sentry" or extra == "all"
|
58
60
|
Requires-Dist: ujson
|
59
61
|
Requires-Dist: waitress ; extra == "dev" or extra == "all"
|
@@ -488,7 +488,7 @@ def includeme(config: pyramid.config.Configurator) -> None:
|
|
488
488
|
"""Initialize the index page."""
|
489
489
|
base_path = config_utils.get_base_path(config)
|
490
490
|
if base_path != "":
|
491
|
-
config.add_static_view(name="
|
491
|
+
config.add_static_view(name="c2c_static", path="c2cwsgiutils:static")
|
492
492
|
config.include("pyramid_mako")
|
493
493
|
config.add_route("c2c_index", base_path, request_method=("GET", "POST"))
|
494
494
|
config.add_view(_index, route_name="c2c_index", http_cache=0, renderer="./templates/index.html.mako")
|
@@ -16,7 +16,7 @@ strict = true
|
|
16
16
|
|
17
17
|
[tool.poetry]
|
18
18
|
name = "c2cwsgiutils"
|
19
|
-
version = "6.0.
|
19
|
+
version = "6.0.3.dev2"
|
20
20
|
description = "Common utilities for Camptocamp WSGI applications"
|
21
21
|
readme = "README.md"
|
22
22
|
authors = ["Camptocamp <info@camptocamp.com>"]
|
@@ -66,7 +66,7 @@ client_info = "c2cwsgiutils.client_info:filter_factory"
|
|
66
66
|
sentry = "c2cwsgiutils.sentry:filter_factory"
|
67
67
|
|
68
68
|
[tool.poetry.dependencies]
|
69
|
-
python = ">=3.9,<
|
69
|
+
python = ">=3.9,<3.12"
|
70
70
|
requests = { version = "2.31.0" }
|
71
71
|
pyyaml = { version = "6.0.1" }
|
72
72
|
alembic = { version = "1.12.0", optional = true }
|
@@ -93,6 +93,8 @@ scikit-image = { version = "0.21.0", optional = true }
|
|
93
93
|
certifi = "2023.7.22"
|
94
94
|
prometheus-client = "0.17.1"
|
95
95
|
pyramid_mako = "1.1.0"
|
96
|
+
pillow = { version = "10.0.1", optional = true }
|
97
|
+
scipy = { version = "1.10.0rc1", optional = true }
|
96
98
|
|
97
99
|
[tool.poetry.extras]
|
98
100
|
standard = [
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/acceptance/package-lock.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/request_tracking/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/sqlalchemylogger/__init__.py
RENAMED
File without changes
|
{c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/sqlalchemylogger/_filters.py
RENAMED
File without changes
|
{c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/sqlalchemylogger/_models.py
RENAMED
File without changes
|
File without changes
|
{c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/sqlalchemylogger/handlers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{c2cwsgiutils-6.0.2.dev2 → c2cwsgiutils-6.0.3.dev2}/c2cwsgiutils/stats_pyramid/_pyramid_spy.py
RENAMED
File without changes
|
File without changes
|
File without changes
|