Metadata-Version: 2.1
Name: cstream
Version: 1.0.0
Summary: C++ Style Colorful output stream for Python with debug level capabilities.
Home-page: UNKNOWN
Author: Pedro Maciel Xavier
Author-email: pedromxavier@poli.ufrj.br
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: <4,>=3.7
Description-Content-Type: text/markdown
Requires-Dist: colorama

# cstream
## C++ Style Colorful output stream for Python with debug level capabilities.

Implements `Stream` object.

Default `stderr`, `stdwar` and `stdlog` instances are directed to standard error output. `stdout` is also available.

