1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: python-django-guid
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Jérémy Lal <kapouer@melix.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
pybuild-plugin-pyproject,
python3-all,
python3-celery,
python3-django,
python3-djangorestframework,
python3-packaging,
python3-poetry,
python3-pytest (>= 9.0.1),
python3-pytest-asyncio,
python3-pytest-django,
python3-pytest-mock,
python3-sentry-sdk,
python3-sphinx-rtd-theme,
sphinx,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-guid
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-guid.git
Homepage: https://github.com/snok/django-guid
Package: python3-django-guid
Architecture: all
Depends:
python3-django,
${misc:Depends},
${python3:Depends},
Suggests:
python3-django-guid-doc,
Description: Identify Django request logs
This library allows one to attach a unique ID to all log outputs
for every request, making debugging more simple.
.
Django is a high-level Python web development framework.
Package: python3-django-guid-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Identify Django request logs (doc)
This library allows one to attach a unique ID to all log outputs
for every request, making debugging more simple.
.
Django is a high-level Python web development framework.
.
This package contains the documentation in HTML format.
|