Metadata-Version: 2.1
Name: vt100logging
Version: 0.0.3
Summary: VT100 logging for Python
Author-email: Grzegorz Grzęda <grzegorz.grzeda@g2labs.pl>
Project-URL: Homepage, https://github.com/g2labs-grzegorz-grzeda/vt100logging
Project-URL: Issues, https://github.com/g2labs-grzegorz-grzeda/vt100logging/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# logging-vt100
Python VT100 flavored logging package. Writes to STDOUT with VT100 color escape codes.

## How to use it
Just import the package into your project, `vt100logging_initialize("YOUR LOGGER NAME HERE", is_verbose=<True or False>)` and enjoy the `D(), I(), W(), E()` message levels. The `D()` is for debug purposes and will print only if `is_verbose` was set true.

# Copyright
Created by Grzegorz Grzęda. Distributed under MIT license
