Metadata-Version: 2.3
Name: axosyslog-light
Version: 1.7.0
Summary: Lightweight End-to-End Test Framework for AxoSyslog.
License: GPL-3.0-or-later
Keywords: axosyslog
Author: Andras Mitzki
Author-email: andras.mitzki@axoflow.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.13
Requires-Dist: filelock (>=3.18.0,<4.0.0)
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc (>=1.31.1,<2.0.0)
Requires-Dist: opentelemetry-sdk (>=1.31.1,<2.0.0)
Requires-Dist: prometheus-client (>=0.21.1,<0.22.0)
Requires-Dist: psutil (>=7.0.0,<8.0.0)
Requires-Dist: pytest (>=8.3.5,<9.0.0)
Requires-Dist: pytest-mock (>=3.14.0,<4.0.0)
Requires-Dist: pytest-xdist (>=3.6.1,<4.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Project-URL: Homepage, https://github.com/axoflow/axosyslog/tests/light
Project-URL: Repository, https://github.com/axoflow/axosyslog/tests/light
Description-Content-Type: text/markdown

# axosyslog-light

**axosyslog-light** is AxoSyslog's lightweight end-to-end (E2E) test framework.
It is designed to facilitate the testing of AxoSyslog components and ensure their reliability and performance.

## Features

- **Configuration**: Easily customizable AxoSyslog configuration to suit various testing needs.
- **Lightweight**: Minimal dependencies and easy to set up.
- **E2E Testing**: Comprehensive end-to-end testing capabilities.
- **Integration with Poetry**: Simplified dependency management and packaging.
- **Support for Valgrind, GDB, and Strace**: Advanced debugging and profiling tools.

## License

This project is licensed under the GNU General Public License version 3 or later.

