File: __init__.py

package info (click to toggle)
python-django-structlog 10.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,008 kB
  • sloc: python: 3,578; sh: 206; javascript: 79; makefile: 19
file content (7 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
"""``django-structlog`` is a structured logging integration for ``Django`` project using ``structlog``."""

name = "django_structlog"

VERSION = (10, 0, 0)

__version__ = ".".join(str(v) for v in VERSION)