Metadata-Version: 2.4
Name: bhqrprt
Version: 4.2.0
Summary: Logging system for Blender extensions
Author-email: Ivan Perevala <ivan95perevala@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/ivan-perevala/lib_bhqrprt
Project-URL: Issues, https://github.com/ivan-perevala/lib_bhqrprt/issues
Project-URL: Documentation, https://lib-bhqrprt.readthedocs.io/4.2.0/
Keywords: bpy,logging
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-intl; extra == "docs"
Requires-Dist: furo; extra == "docs"
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Dynamic: license-file

<!--
SPDX-FileCopyrightText: 2025 Ivan Perevala <ivan95perevala@gmail.com>

SPDX-License-Identifier: GPL-3.0-or-later
-->

# Python Logging and Blender Integration Package

Python package designed to streamline the process of logging for Blender extension development. It provides advanced logging features such as automatic log file management, colored console outputs, and a specialized API for seamless integration with Blender.

![logo](https://raw.githubusercontent.com/ivan-perevala/lib_bhqrprt/main/.github/images/logo-dark.svg)

[![License: GPL-3.0-or-later](https://img.shields.io/badge/license-GPLv3-yellow.svg)](https://www.gnu.org/licenses/gpl-3.0-standalone.html)

See [./LICENSE](./LICENSE) file for license.

© 2025 Ivan Perevala (ivan95perevala@gmail.com)
