Metadata-Version: 2.1
Name: lightweightdebugmessages
Version: 0.1.0.1
Summary: Helper class for exception handling
Home-page: https://gitlab.com/semantik-software/code/python/LightweightDebugMessages
License: LICENSE
Keywords: Debugging,Logging
Author: William
Author-email: Semantik-Codeworks@outlook.com
Maintainer: William
Maintainer-email: Semantik-Codeworks@outlook.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
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 :: Only
Project-URL: Documentation, https://semantik-software.gitlab.io/code/python/LightweightDebugMessages
Project-URL: Issues, https://gitlab.com/semantik-software/code/python/lightweightdebugmessages/-/issues
Project-URL: Repository, https://gitlab.com/semantik-software/code/python/LightweightDebugMessages
Description-Content-Type: text/markdown

<!-- GitLab Badges -->


LightweightDebugMessages
========================
The *LightweightDebugMessages* class is a lightweight class that adds a
simple console printing for debugging messages that can be enabled or
disabled via a parameter to classes by inheriting `LightweightDebugMessages`
as a superclass to a user class.

Documentation and User Guide
============================
See the [User Guide][3] for detailed documentation on the package.
This includes the API docs, user guide, and examples.

History
=======
*LightweightDebugMessages* is pulled from [*ConfigParserEnhanced*][3] into its
own module because it is an interesting and useful class. Splitting these up
was the intent from the beginning when it was originally developed.

Updates
=======
See [CHANGELOG][1] for information on changes.


[1]: https://gitlab.com/semantik-software/code/python/LightweightDebugMessages/-/blob/main/CHANGELOG.md
[2]: https://github.com/sandialabs/ConfigParserEnhanced
[3]: https://semantik-software.gitlab.io/code/python/LightweightDebugMessages/


