Metadata-Version: 2.4
Name: pyreporting
Version: 0.0.6
Summary: Progress, error reporting and logging for Python
Project-URL: Documentation, https://CodeChoreography.github.io/pyreporting
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: docs
Requires-Dist: myst-parser; extra == 'docs'
Requires-Dist: pydata-sphinx-theme; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
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)](https://pypi.org/project/pyreporting/)
[![License](https://img.shields.io/github/license/CodeChoreography/pyreporting)](https://github.com/CodeChoreography/pyreporting/blob/main/LICENSE)
[![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)
[![Docs](https://github.com/CodeChoreography/pyreporting/actions/workflows/docs.yml/badge.svg)](https://github.com/CodeChoreography/pyreporting/actions/workflows/docs.yml)

Progress, error reporting and logging for Python

## Documentation

- [Documentation homepage](https://CodeChoreography.github.io/pyreporting)
- [API reference](https://codechoreography.github.io/pyreporting/_autosummary/pyreporting.html)
- [Tutorial](https://codechoreography.github.io/pyreporting/tutorial.html)

## Source code
- [GitHub](https://github.com/CodeChoreography/pyreporting)

## License

See [license file](https://github.com/CodeChoreography/pyreporting/blob/main/LICENSE)

## Copyright

&copy; 2025 Code Choreography Limited
