Metadata-Version: 2.1
Name: vedro-telemetry
Version: 0.3.0
Summary: Vedro plugin for collecting and sending test telemetry to your self-hosted server
Home-page: https://github.com/vedro-universe/vedro-telemetry
Author: Nikita Tsvetkov
Author-email: tsv1@fastmail.com
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: vedro<2.0,>=1.7
Requires-Dist: httpx<1.0,>=0.17

# Vedro Telemetry

[![Codecov](https://img.shields.io/codecov/c/github/vedro-universe/vedro-telemetry/main.svg?style=flat-square)](https://codecov.io/gh/vedro-universe/vedro-telemetry)
[![PyPI](https://img.shields.io/pypi/v/vedro-telemetry.svg?style=flat-square)](https://pypi.org/project/vedro-telemetry/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/vedro-telemetry?style=flat-square)](https://pypi.org/project/vedro-telemetry/)
[![Python Version](https://img.shields.io/pypi/pyversions/vedro-telemetry.svg?style=flat-square)](https://pypi.org/project/vedro-telemetry/)

[vedro-telemetry](https://pypi.org/project/vedro-telemetry/) is an external Vedro plugin that enables saving telemetry events to your own **self-hosted** server. It's useful for teams to monitor and analyze their test suites across different projects in a centralized manner.

## Documentation

For installation instructions, usage details, and more information, please refer to the [documentation](https://vedro.io/docs/solutions/self-hosted-telemetry).
