Metadata-Version: 2.4
Name: debug_group
Version: 0.0.1
Summary: Python library to make debug prints easier to group, easier to read, and easier to turn on and off several prints by changing a single flag.
Author: Ricardo JRSM Vieira
Author-email: Ricardo JRSM Vieira <ricardojrsmvieira@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Printing
Classifier: Topic :: Terminals
Classifier: Typing :: Typed
Requires-Dist: escansi~=0.1
Requires-Dist: pydantic~=2.13.4
Maintainer: Ricardo JRSM Vieira
Maintainer-email: Ricardo JRSM Vieira <ricardojrsmvieira@gmail.com>
Requires-Python: >=3.13
Project-URL: Homepage, https://github.com/ricardojrsmvieira/debug_group_-_python
Project-URL: Issues, https://github.com/ricardojrsmvieira/debug_group_-_python/issues
Description-Content-Type: text/markdown

# debud_group
Python library to make debug prints easier to group, easier to read, and easier to turn on and off several prints by changing a single flag.


[![Publish to PyPI](https://github.com/ricardojrsmvieira/debud_group_-_python/actions/workflows/publish_to_pypi.yml/badge.svg)](https://github.com/ricardojrsmvieira/debud_group_-_python/actions/workflows/publish_to_pypi.yml)
[![Publish to Test PyPI](https://github.com/ricardojrsmvieira/debud_group_-_python/actions/workflows/publish_to_test_pypi.yml/badge.svg)](https://github.com/ricardojrsmvieira/debud_group_-_python/actions/workflows/publish_to_test_pypi.yml)
[![Checked with pyright](https://microsoft.github.io/pyright/img/pyright_badge.svg)](https://microsoft.github.io/pyright/)
