Metadata-Version: 2.4
Name: tiered-debug
Version: 1.4.0
Summary: A Python logging helper module that allows multiple levels of debug logging
Project-URL: Homepage, https://github.com/untergeek/tiered-debug
Project-URL: Bug Tracker, https://github.com/untergeek/tiered-debug/issues
Project-URL: Issues, https://github.com/untergeek/tiered-debug/issues
Project-URL: Documentation, https://tiered-debug.readthedocs.io/
Project-URL: Source, https://github.com/untergeek/tiered-debug
Project-URL: Release Notes, https://github.com/untergeek/tiered-debug/releases
Author-email: Aaron Mildenstein <aaron@mildensteins.com>
License: Apache-2.0
License-File: LICENSE
Keywords: debug,logging,tiered-debug
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Provides-Extra: doc
Requires-Dist: sphinx; extra == 'doc'
Requires-Dist: sphinx-rtd-theme; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest>=7.2.1; extra == 'test'
Description-Content-Type: text/markdown

# tiered-debug

[![PyPI - Version](https://img.shields.io/pypi/v/tiered-debug.svg)](https://pypi.org/project/tiered-debug)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tiered-debug.svg)](https://pypi.org/project/tiered-debug)
[![Documentation Status](https://readthedocs.org/projects/tiered-debug/badge/?version=latest)](https://tiered-debug.readthedocs.io/en/latest/?badge=latest)

-----

## Table of Contents

- [tiered-debug](#tiered-debug)
  - [Table of Contents](#table-of-contents)
  - [Documentation](#documentation)
  - [License](#license)

## Documentation

Visit the [tiered-debug documentation](https://tiered-debug.readthedocs.io/en/latest/) for:

- [Installation Guide](https://tiered-debug.readthedocs.io/en/latest/installation.html)
- [Usage Examples](https://tiered-debug.readthedocs.io/en/latest/usage.html)
- [API Reference](https://tiered-debug.readthedocs.io/en/latest/api.html)

## License

`tiered-debug` is distributed under the terms of the [Apache](LICENSE) license.

© Copyright 2025 Aaron Mildenstein
