Metadata-Version: 2.4
Name: django-opentelemetry
Version: 0.0.3
Summary: Django reusable app to collect OpenTelemetry Metrics
Project-URL: Documentation, https://github.com/hartungstenio/django-opentelemetry#readme
Project-URL: Issues, https://github.com/hartungstenio/django-opentelemetry/issues
Project-URL: Source, https://github.com/hartungstenio/django-opentelemetry
Author-email: Christian Hartung <6785871+hartungstenio@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: django>=5.2
Requires-Dist: opentelemetry-api
Requires-Dist: typing-extensions; python_version < '3.12'
Provides-Extra: channels
Requires-Dist: channels; extra == 'channels'
Requires-Dist: opentelemetry-instrumentation-asgi; extra == 'channels'
Provides-Extra: tasks
Requires-Dist: django-tasks; extra == 'tasks'
Description-Content-Type: text/markdown

# django-opentelemetry

[![PyPI - Version](https://img.shields.io/pypi/v/django-opentelemetry.svg)](https://pypi.org/project/django-opentelemetry)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-opentelemetry.svg)](https://pypi.org/project/django-opentelemetry)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install django-opentelemetry
```

## License

`django-opentelemetry` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
