Metadata-Version: 2.4
Name: pyreporting
Version: 0.0.4
Summary: Progress, error reporting and logging for Python
Project-URL: Documentation, https://github.com/CodeChoreography/pyreporting#readme
Project-URL: Issues, https://github.com/CodeChoreography/pyreporting/issues
Project-URL: Source, https://github.com/CodeChoreography/pyreporting
Author-email: Tom Doel <tom.doel@codechoreography.co.uk>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.11
Requires-Dist: enlighten
Requires-Dist: platformdirs
Provides-Extra: examples
Requires-Dist: pyside6; extra == 'examples'
Provides-Extra: lint
Requires-Dist: pylint; extra == 'lint'
Requires-Dist: pyside6; extra == 'lint'
Provides-Extra: pyside
Requires-Dist: pyside6; extra == 'pyside'
Provides-Extra: tests
Requires-Dist: pytest; extra == 'tests'
Description-Content-Type: text/markdown

# pyreporting
![PyPI - Version](https://img.shields.io/pypi/v/pyreporting)
![GitHub License](https://img.shields.io/github/license/CodeChoreography/pyreporting)
[![Test](https://github.com/CodeChoreography/pyreporting/actions/workflows/test.yml/badge.svg)](https://github.com/CodeChoreography/pyreporting/actions/workflows/test.yml)
[![lint](https://github.com/CodeChoreography/pyreporting/actions/workflows/lint.yml/badge.svg)](https://github.com/CodeChoreography/pyreporting/actions/workflows/lint.yml)
[![Publish](https://github.com/CodeChoreography/pyreporting/actions/workflows/publish.yml/badge.svg)](https://github.com/CodeChoreography/pyreporting/actions/workflows/publish.yml)

Progress, error reporting and logging for Python
