Metadata-Version: 2.4
Name: rlogging
Version: 3.0.0
Summary: A set of tools to improve the observability of applications
Author-email: Aleksei Marusich <aleksei.marusich@rocshers.com>
License: MIT
License-File: LICENSE
Keywords: logging,rocshers
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Software Distribution
Requires-Python: >=3.12
Requires-Dist: pydantic-settings>=2.6
Provides-Extra: opentelemetry
Requires-Dist: opentelemetry-distro[otlp]>=0.48b0; extra == 'opentelemetry'
Provides-Extra: prometheus
Requires-Dist: logs-prometheus>=1.1.2; extra == 'prometheus'
Requires-Dist: prometheus-client>=0.21; extra == 'prometheus'
Provides-Extra: sentry
Requires-Dist: sentry-sdk>=2.17; extra == 'sentry'
Description-Content-Type: text/markdown

# rLogging

A set of tools to improve the observability of applications

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

[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=rocshers_rlogging&metric=coverage)](https://sonarcloud.io/summary/new_code?id=rocshers_rlogging)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rocshers_rlogging&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=rocshers_rlogging)

[![Downloads](https://pypi.rocshers.com/badges/svg/packages/rlogging/downloads/total)](https://clickpy.clickhouse.com/dashboard/rlogging)
[![GitLab stars](https://img.shields.io/gitlab/stars/rocshers/python/rlogging)](https://gitlab.com/rocshers/python/rlogging)
[![GitLab last commit](https://img.shields.io/gitlab/last-commit/rocshers/python/rlogging)](https://gitlab.com/rocshers/python/rlogging)
