c2cwsgiutils 6.2.0.dev288__tar.gz → 6.2.0.dev289__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.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/PKG-INFO +1 -1
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/pyproject.toml +69 -68
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/LICENSE +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/README.md +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/acceptance/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/acceptance/connection.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/acceptance/image.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/acceptance/package-lock.json +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/acceptance/package.json +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/acceptance/print.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/acceptance/screenshot.js +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/acceptance/utils.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/auth.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/broadcast/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/broadcast/interface.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/broadcast/local.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/broadcast/redis.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/broadcast/utils.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/client_info.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/config_utils.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/coverage_setup.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/db.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/db_maintenance_view.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/debug/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/debug/_listeners.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/debug/_views.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/debug/utils.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/errors.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/health_check.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/index.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/loader.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/logging_view.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/models_graph.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/pretty_json.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/profiler.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/prometheus.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/py.typed +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/pyramid.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/pyramid_logging.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/redis_stats.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/redis_utils.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/request_tracking/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/request_tracking/_sql.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/scripts/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/scripts/genversion.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/scripts/stats_db.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/scripts/test_print.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sentry.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/services.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/setup_process.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sql_profiler/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sql_profiler/_impl.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sqlalchemylogger/README.md +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sqlalchemylogger/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sqlalchemylogger/_filters.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sqlalchemylogger/_models.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sqlalchemylogger/examples/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sqlalchemylogger/examples/example.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sqlalchemylogger/handlers.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/static/favicon-16x16.png +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/static/favicon-32x32.png +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/stats_pyramid/__init__.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/stats_pyramid/_db_spy.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/stats_pyramid/_pyramid_spy.py +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/templates/index.html.mako +0 -0
- {c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/version.py +0 -0
|
@@ -1,3 +1,71 @@
|
|
|
1
|
+
|
|
2
|
+
[build-system]
|
|
3
|
+
requires = [
|
|
4
|
+
"poetry-core>=1.0.0",
|
|
5
|
+
"poetry-dynamic-versioning[plugin]",
|
|
6
|
+
"poetry-dynamic-versioning"
|
|
7
|
+
]
|
|
8
|
+
build-backend = "poetry.core.masonry.api"
|
|
9
|
+
|
|
10
|
+
[project]
|
|
11
|
+
classifiers = [
|
|
12
|
+
'Development Status :: 5 - Production/Stable',
|
|
13
|
+
'Environment :: Plugins',
|
|
14
|
+
'Framework :: Pyramid',
|
|
15
|
+
'Intended Audience :: Developers',
|
|
16
|
+
'Intended Audience :: Information Technology',
|
|
17
|
+
'Operating System :: OS Independent',
|
|
18
|
+
'Programming Language :: Python',
|
|
19
|
+
'Programming Language :: Python :: 3',
|
|
20
|
+
'Programming Language :: Python :: 3.11',
|
|
21
|
+
'Programming Language :: Python :: 3.12',
|
|
22
|
+
'Programming Language :: Python :: 3.13',
|
|
23
|
+
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
|
|
24
|
+
'Typing :: Typed',
|
|
25
|
+
]
|
|
26
|
+
dynamic = ["dependencies"]
|
|
27
|
+
name = "c2cwsgiutils"
|
|
28
|
+
description = "Common utilities for Camptocamp WSGI applications"
|
|
29
|
+
readme = "README.md"
|
|
30
|
+
keywords = ["geo", "gis", "sqlalchemy", "orm", "wsgi"]
|
|
31
|
+
license = "BSD-2-Clause"
|
|
32
|
+
authors = [{name = "Camptocamp",email = "info@camptocamp.com"}]
|
|
33
|
+
packages = [{ include = "c2cwsgiutils" }]
|
|
34
|
+
include = [
|
|
35
|
+
"c2cwsgiutils/py.typed",
|
|
36
|
+
"c2cwsgiutils/acceptance/screenshot.js",
|
|
37
|
+
"c2cwsgiutils/acceptance/package.json",
|
|
38
|
+
"c2cwsgiutils/acceptance/package-lock.json",
|
|
39
|
+
]
|
|
40
|
+
requires-python = ">=3.11"
|
|
41
|
+
dependencies = ["requests", "pyyaml", "ujson", "cee_syslog_handler", "prometheus-client", "setuptools<81.0.0"]
|
|
42
|
+
version = "6.2.0.dev289"
|
|
43
|
+
|
|
44
|
+
[project.urls]
|
|
45
|
+
repository = "https://github.com/camptocamp/c2cwsgiutils"
|
|
46
|
+
"Bug Tracker" = "https://github.com/camptocamp/c2cwsgiutils/issues"
|
|
47
|
+
|
|
48
|
+
[project.scripts]
|
|
49
|
+
c2cwsgiutils-genversion = "c2cwsgiutils.scripts.genversion:main"
|
|
50
|
+
c2cwsgiutils-coverage-report = "c2cwsgiutils.scripts.coverage_report:main"
|
|
51
|
+
c2cwsgiutils-stats-db = "c2cwsgiutils.scripts.stats_db:main"
|
|
52
|
+
c2cwsgiutils-test-print = "c2cwsgiutils.scripts.test_print:main"
|
|
53
|
+
c2cwsgiutils-check-es = "c2cwsgiutils.scripts.check_es:main"
|
|
54
|
+
|
|
55
|
+
[project.optional-dependencies]
|
|
56
|
+
standard = ["alembic", "cornice", "redis", "gunicorn", "psycopg2", "pyramid", "pyramid-tm", "sentry-sdk", "SQLAlchemy<3.0.0,>=1.4.0", "SQLAlchemy-Utils", "zope.interface", "zope.sqlalchemy", "pyjwt", "requests-oauthlib", "waitress", "pyramid_mako", "Paste"]
|
|
57
|
+
alembic = ["alembic"]
|
|
58
|
+
all = ["alembic", "boltons", "cornice", "redis", "gunicorn", "lxml", "objgraph", "psycopg2", "pyramid", "pyramid-tm", "sentry-sdk", "SQLAlchemy<3.0.0,>=1.4.0", "SQLAlchemy-Utils", "zope.interface", "zope.sqlalchemy", "pyjwt", "requests-oauthlib", "waitress", "pyramid_mako", "psutil", "Paste", "coverage"]
|
|
59
|
+
tests = ["boltons", "lxml"]
|
|
60
|
+
webserver = ["cornice", "gunicorn", "psycopg2", "pyramid", "pyramid-tm", "SQLAlchemy<3.0.0,>=1.4.0", "SQLAlchemy-Utils", "zope.interface", "zope.sqlalchemy", "pyramid_mako"]
|
|
61
|
+
waitress = ["cornice", "psycopg2", "pyramid", "pyramid-tm", "SQLAlchemy<3.0.0,>=1.4.0", "SQLAlchemy-Utils", "zope.interface", "zope.sqlalchemy", "waitress", "pyramid_mako", "Paste"]
|
|
62
|
+
broadcast = ["redis"]
|
|
63
|
+
debug = ["objgraph", "psutil", "coverage"]
|
|
64
|
+
sentry = ["sentry-sdk"]
|
|
65
|
+
oauth2 = ["pyjwt", "requests-oauthlib"]
|
|
66
|
+
dev = ["waitress"]
|
|
67
|
+
test_images = ["scikit-image"]
|
|
68
|
+
|
|
1
69
|
[tool.ruff]
|
|
2
70
|
target-version = "py311"
|
|
3
71
|
line-length = 110
|
|
@@ -48,7 +116,7 @@ psycopg2 = { version = "2.9.11", optional = true }
|
|
|
48
116
|
pyramid = { version = "2.1", optional = true }
|
|
49
117
|
pyramid-tm = { version = "2.6", optional = true }
|
|
50
118
|
sentry-sdk = { version = "2.56.0", optional = true }
|
|
51
|
-
ujson = { version = "5.12.
|
|
119
|
+
ujson = { version = "5.12.1" }
|
|
52
120
|
cee_syslog_handler = { version = "0.6.0" }
|
|
53
121
|
SQLAlchemy = { version = "2.0.49", optional = true }
|
|
54
122
|
SQLAlchemy-Utils = { version = "0.42.1", optional = true }
|
|
@@ -194,70 +262,3 @@ format-jinja = """
|
|
|
194
262
|
default = "present"
|
|
195
263
|
SQLAlchemy = ">=1.4.0,<3.0.0"
|
|
196
264
|
setuptools = "<81.0.0"
|
|
197
|
-
|
|
198
|
-
[project]
|
|
199
|
-
classifiers = [
|
|
200
|
-
'Development Status :: 5 - Production/Stable',
|
|
201
|
-
'Environment :: Plugins',
|
|
202
|
-
'Framework :: Pyramid',
|
|
203
|
-
'Intended Audience :: Developers',
|
|
204
|
-
'Intended Audience :: Information Technology',
|
|
205
|
-
'Operating System :: OS Independent',
|
|
206
|
-
'Programming Language :: Python',
|
|
207
|
-
'Programming Language :: Python :: 3',
|
|
208
|
-
'Programming Language :: Python :: 3.11',
|
|
209
|
-
'Programming Language :: Python :: 3.12',
|
|
210
|
-
'Programming Language :: Python :: 3.13',
|
|
211
|
-
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
|
|
212
|
-
'Typing :: Typed',
|
|
213
|
-
]
|
|
214
|
-
dynamic = ["dependencies"]
|
|
215
|
-
name = "c2cwsgiutils"
|
|
216
|
-
description = "Common utilities for Camptocamp WSGI applications"
|
|
217
|
-
readme = "README.md"
|
|
218
|
-
keywords = ["geo", "gis", "sqlalchemy", "orm", "wsgi"]
|
|
219
|
-
license = "BSD-2-Clause"
|
|
220
|
-
authors = [{name = "Camptocamp",email = "info@camptocamp.com"}]
|
|
221
|
-
packages = [{ include = "c2cwsgiutils" }]
|
|
222
|
-
include = [
|
|
223
|
-
"c2cwsgiutils/py.typed",
|
|
224
|
-
"c2cwsgiutils/acceptance/screenshot.js",
|
|
225
|
-
"c2cwsgiutils/acceptance/package.json",
|
|
226
|
-
"c2cwsgiutils/acceptance/package-lock.json",
|
|
227
|
-
]
|
|
228
|
-
requires-python = ">=3.11"
|
|
229
|
-
dependencies = ["requests", "pyyaml", "ujson", "cee_syslog_handler", "prometheus-client", "setuptools<81.0.0"]
|
|
230
|
-
version = "6.2.0.dev288"
|
|
231
|
-
|
|
232
|
-
[project.urls]
|
|
233
|
-
repository = "https://github.com/camptocamp/c2cwsgiutils"
|
|
234
|
-
"Bug Tracker" = "https://github.com/camptocamp/c2cwsgiutils/issues"
|
|
235
|
-
|
|
236
|
-
[project.scripts]
|
|
237
|
-
c2cwsgiutils-genversion = "c2cwsgiutils.scripts.genversion:main"
|
|
238
|
-
c2cwsgiutils-coverage-report = "c2cwsgiutils.scripts.coverage_report:main"
|
|
239
|
-
c2cwsgiutils-stats-db = "c2cwsgiutils.scripts.stats_db:main"
|
|
240
|
-
c2cwsgiutils-test-print = "c2cwsgiutils.scripts.test_print:main"
|
|
241
|
-
c2cwsgiutils-check-es = "c2cwsgiutils.scripts.check_es:main"
|
|
242
|
-
|
|
243
|
-
[project.optional-dependencies]
|
|
244
|
-
standard = ["alembic", "cornice", "redis", "gunicorn", "psycopg2", "pyramid", "pyramid-tm", "sentry-sdk", "SQLAlchemy<3.0.0,>=1.4.0", "SQLAlchemy-Utils", "zope.interface", "zope.sqlalchemy", "pyjwt", "requests-oauthlib", "waitress", "pyramid_mako", "Paste"]
|
|
245
|
-
alembic = ["alembic"]
|
|
246
|
-
all = ["alembic", "boltons", "cornice", "redis", "gunicorn", "lxml", "objgraph", "psycopg2", "pyramid", "pyramid-tm", "sentry-sdk", "SQLAlchemy<3.0.0,>=1.4.0", "SQLAlchemy-Utils", "zope.interface", "zope.sqlalchemy", "pyjwt", "requests-oauthlib", "waitress", "pyramid_mako", "psutil", "Paste", "coverage"]
|
|
247
|
-
tests = ["boltons", "lxml"]
|
|
248
|
-
webserver = ["cornice", "gunicorn", "psycopg2", "pyramid", "pyramid-tm", "SQLAlchemy<3.0.0,>=1.4.0", "SQLAlchemy-Utils", "zope.interface", "zope.sqlalchemy", "pyramid_mako"]
|
|
249
|
-
waitress = ["cornice", "psycopg2", "pyramid", "pyramid-tm", "SQLAlchemy<3.0.0,>=1.4.0", "SQLAlchemy-Utils", "zope.interface", "zope.sqlalchemy", "waitress", "pyramid_mako", "Paste"]
|
|
250
|
-
broadcast = ["redis"]
|
|
251
|
-
debug = ["objgraph", "psutil", "coverage"]
|
|
252
|
-
sentry = ["sentry-sdk"]
|
|
253
|
-
oauth2 = ["pyjwt", "requests-oauthlib"]
|
|
254
|
-
dev = ["waitress"]
|
|
255
|
-
test_images = ["scikit-image"]
|
|
256
|
-
|
|
257
|
-
[build-system]
|
|
258
|
-
requires = [
|
|
259
|
-
"poetry-core>=1.0.0",
|
|
260
|
-
"poetry-dynamic-versioning[plugin]",
|
|
261
|
-
"poetry-dynamic-versioning"
|
|
262
|
-
]
|
|
263
|
-
build-backend = "poetry.core.masonry.api"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/acceptance/connection.py
RENAMED
|
File without changes
|
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/acceptance/package-lock.json
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/acceptance/package.json
RENAMED
|
File without changes
|
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/acceptance/screenshot.js
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
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/request_tracking/__init__.py
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/request_tracking/_sql.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
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sql_profiler/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sqlalchemylogger/README.md
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sqlalchemylogger/__init__.py
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sqlalchemylogger/_filters.py
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sqlalchemylogger/_models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/sqlalchemylogger/handlers.py
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/static/favicon-16x16.png
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/static/favicon-32x32.png
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/stats_pyramid/__init__.py
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/stats_pyramid/_db_spy.py
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/stats_pyramid/_pyramid_spy.py
RENAMED
|
File without changes
|
{c2cwsgiutils-6.2.0.dev288 → c2cwsgiutils-6.2.0.dev289}/c2cwsgiutils/templates/index.html.mako
RENAMED
|
File without changes
|
|
File without changes
|