django-prometheus 2.4.0.dev11__tar.gz → 2.4.0.dev13__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.
- {django_prometheus-2.4.0.dev11/django_prometheus.egg-info → django_prometheus-2.4.0.dev13}/PKG-INFO +1 -1
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/__init__.py +1 -1
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13/django_prometheus.egg-info}/PKG-INFO +1 -1
- django_prometheus-2.4.0.dev13/pyproject.toml +14 -0
- django_prometheus-2.4.0.dev11/pyproject.toml +0 -57
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/LICENSE +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/MANIFEST.in +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/README.md +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/apps.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/cache/__init__.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/cache/backends/__init__.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/cache/backends/django_memcached_consul.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/cache/backends/filebased.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/cache/backends/locmem.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/cache/backends/memcached.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/cache/backends/redis.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/cache/metrics.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/conf/__init__.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/__init__.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/backends/__init__.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/backends/common.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/backends/mysql/__init__.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/backends/mysql/base.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/backends/postgis/__init__.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/backends/postgis/base.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/backends/postgresql/__init__.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/backends/postgresql/base.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/backends/spatialite/__init__.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/backends/spatialite/base.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/backends/sqlite3/__init__.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/backends/sqlite3/base.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/common.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/metrics.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/exports.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/middleware.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/migrations.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/models.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/tests/__init__.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/tests/test_django_prometheus.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/tests/test_exports.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/tests/test_testutils.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/testutils.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/urls.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/utils.py +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus.egg-info/SOURCES.txt +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus.egg-info/dependency_links.txt +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus.egg-info/requires.txt +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus.egg-info/top_level.txt +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/setup.cfg +0 -0
- {django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/setup.py +0 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools >= 67.7.2, < 72.0.0", "wheel >= 0.40.0"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[tool.pytest.ini_options]
|
|
6
|
+
addopts = " --ignore django_prometheus/tests/end2end"
|
|
7
|
+
|
|
8
|
+
[tool.ruff]
|
|
9
|
+
line-length = 120
|
|
10
|
+
target-version = "py38"
|
|
11
|
+
|
|
12
|
+
[tool.ruff.lint]
|
|
13
|
+
select = ["B", "C4", "E", "F", "I", "T10", "YTT", "W"]
|
|
14
|
+
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["setuptools >= 67.7.2, < 72.0.0", "wheel >= 0.40.0"]
|
|
3
|
-
build-backend = "setuptools.build_meta"
|
|
4
|
-
|
|
5
|
-
[tool.pytest.ini_options]
|
|
6
|
-
addopts = " --ignore django_prometheus/tests/end2end"
|
|
7
|
-
|
|
8
|
-
[tool.ruff]
|
|
9
|
-
line-length = 120
|
|
10
|
-
target-version = "py38"
|
|
11
|
-
|
|
12
|
-
[tool.ruff.lint]
|
|
13
|
-
select = ["B", "C4", "E", "F", "I", "T10", "YTT", "W"]
|
|
14
|
-
|
|
15
|
-
[tool.tox]
|
|
16
|
-
legacy_tox_ini = """
|
|
17
|
-
[tox]
|
|
18
|
-
min_version = 4.4
|
|
19
|
-
envlist =
|
|
20
|
-
{py38,py39,py310,py311,py312}-django420-{end2end,unittests}
|
|
21
|
-
{py310,py311,py312}-django{500,510}-{end2end,unittests}
|
|
22
|
-
py39-lint
|
|
23
|
-
|
|
24
|
-
[gh-actions]
|
|
25
|
-
python =
|
|
26
|
-
3.8: py38
|
|
27
|
-
3.9: py39, py39-lint
|
|
28
|
-
3.10: py310
|
|
29
|
-
3.11: py311
|
|
30
|
-
3.12: py312
|
|
31
|
-
|
|
32
|
-
[testenv]
|
|
33
|
-
deps =
|
|
34
|
-
django420: Django>=4.2,<4.3
|
|
35
|
-
django500: Django>=5.0,<5.1
|
|
36
|
-
django510: Django>=5.1,<5.2
|
|
37
|
-
coverage
|
|
38
|
-
-rrequirements.txt
|
|
39
|
-
skip_missing_interpreters=true
|
|
40
|
-
|
|
41
|
-
changedir =
|
|
42
|
-
end2end: {toxinidir}/django_prometheus/tests/end2end
|
|
43
|
-
setenv =
|
|
44
|
-
end2end: PYTHONPATH = {toxinidir}
|
|
45
|
-
end2end: DJANGO_SETTINGS_MODULE=testapp.settings
|
|
46
|
-
commands =
|
|
47
|
-
end2end: coverage run --source=django_prometheus -m pytest testapp/
|
|
48
|
-
unittests: coverage run --source=django_prometheus setup.py test
|
|
49
|
-
unittests: python setup.py sdist bdist_wheel
|
|
50
|
-
|
|
51
|
-
[testenv:py39-lint]
|
|
52
|
-
deps =
|
|
53
|
-
ruff==0.8.2
|
|
54
|
-
commands =
|
|
55
|
-
ruff format --check django_prometheus/
|
|
56
|
-
ruff check django_prometheus/
|
|
57
|
-
"""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/cache/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/cache/metrics.py
RENAMED
|
File without changes
|
{django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/conf/__init__.py
RENAMED
|
File without changes
|
{django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/__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
|
|
File without changes
|
{django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/common.py
RENAMED
|
File without changes
|
{django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/db/metrics.py
RENAMED
|
File without changes
|
{django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/exports.py
RENAMED
|
File without changes
|
{django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/middleware.py
RENAMED
|
File without changes
|
{django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/migrations.py
RENAMED
|
File without changes
|
|
File without changes
|
{django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_prometheus-2.4.0.dev11 → django_prometheus-2.4.0.dev13}/django_prometheus/testutils.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
|