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
|
Source: python-django-structlog
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-celery,
python3-django,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-structlog,
Standards-Version: 4.7.2
Homepage: https://github.com/jrobichaud/django-structlog
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-structlog
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-structlog.git
Rules-Requires-Root: no
Package: python3-django-structlog
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
python-django-structlog-doc,
Description: Structured Logging for Django (Python3 version)
django-structlog is a structured logging integration for Django project using
structlog. Logging will then produce additional cohesive metadata on each logs
that makes it easier to track events or incidents.
.
This package contains the Python 3 version of the library.
Package: python-django-structlog-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Structured Logging for Django (Documentation)
django-structlog is a structured logging integration for Django project using
structlog. Logging will then produce additional cohesive metadata on each logs
that makes it easier to track events or incidents.
.
This package contains the documentation.
|