c2cwsgiutils 6.0.2.dev2__py3-none-any.whl → 6.0.3.dev2__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/index.py CHANGED
@@ -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="static", path="c2cwsgiutils:static")
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")
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: c2cwsgiutils
3
- Version: 6.0.2.dev2
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,<4.0
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"
@@ -24,7 +24,7 @@ c2cwsgiutils/debug/_views.py,sha256=zUeIshxBshBrlTz0p1I1LUi6HiJBOAAiDPrlOJsziQA,
24
24
  c2cwsgiutils/debug/utils.py,sha256=TPlJC5qKeFnvbgq1xjlfrrRgDcV5kIR69IPJgNcIZQY,2311
25
25
  c2cwsgiutils/errors.py,sha256=LUhZF3BW1i-v20x3EE-rZbT-TpdugpxiW7p5iCAu73Q,6723
26
26
  c2cwsgiutils/health_check.py,sha256=O-GGS0aicTuMz4gqE-btk8ipzVi5allDe6sFuyOANOA,19977
27
- c2cwsgiutils/index.py,sha256=jFThEi1sbsd2RnMNwhXpVAQUcpZSxW7ava9kxYwO5Zk,16703
27
+ c2cwsgiutils/index.py,sha256=7kgL4U_SN8boNHpnpB18v4ofScp-fJunsbnHpxbWlow,16707
28
28
  c2cwsgiutils/loader.py,sha256=x_yHRTDzzlQ61fHonWnnG01xdqFuXpbGZMNN--tN25U,622
29
29
  c2cwsgiutils/logging_view.py,sha256=W6-dFTz00hLt6BGJ8V3-4ip4AdxTyPG2W5vQjIuKiQs,3357
30
30
  c2cwsgiutils/models_graph.py,sha256=laip8EdhI2hoGZVAotdrsgMwiNbwsJPjknKkRq1eEq0,2680
@@ -60,8 +60,8 @@ c2cwsgiutils/stats_pyramid/_db_spy.py,sha256=ZGRdrI17Bdl3mzaLjfPyAaEW3KK8Pikrgi-
60
60
  c2cwsgiutils/stats_pyramid/_pyramid_spy.py,sha256=P212MGGl2VV_7UU4AXZA-rOuF7ouaONRklZwpas2wc8,3209
61
61
  c2cwsgiutils/templates/index.html.mako,sha256=zrdMxncl3PFwdg1TVDKAjH1CaXw1m7yr9dj8Hi7rYGw,1362
62
62
  c2cwsgiutils/version.py,sha256=z4of1DDr6J7PDw4AUOz31Gp63khgXf3JfiIaoWUM-9I,2870
63
- c2cwsgiutils-6.0.2.dev2.dist-info/LICENSE,sha256=rM6IWxociA3daRkXnNLYOxGndT5fbs3BfVZCA2Xgt-g,1304
64
- c2cwsgiutils-6.0.2.dev2.dist-info/METADATA,sha256=-fAjMemqk_AoB6vUG4mJzHodTmrJa79c4CtbVq5hKY0,32860
65
- c2cwsgiutils-6.0.2.dev2.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
66
- c2cwsgiutils-6.0.2.dev2.dist-info/entry_points.txt,sha256=ujgqMTL1awN9qDg8WXmrF7m0fgR-hslUM6zKH86pvy0,703
67
- c2cwsgiutils-6.0.2.dev2.dist-info/RECORD,,
63
+ c2cwsgiutils-6.0.3.dev2.dist-info/LICENSE,sha256=rM6IWxociA3daRkXnNLYOxGndT5fbs3BfVZCA2Xgt-g,1304
64
+ c2cwsgiutils-6.0.3.dev2.dist-info/METADATA,sha256=AtW2WLhImIPA7WdJiBNs24UPw0dwQ2PZkkjmdyKjYyk,32904
65
+ c2cwsgiutils-6.0.3.dev2.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
66
+ c2cwsgiutils-6.0.3.dev2.dist-info/entry_points.txt,sha256=ujgqMTL1awN9qDg8WXmrF7m0fgR-hslUM6zKH86pvy0,703
67
+ c2cwsgiutils-6.0.3.dev2.dist-info/RECORD,,