Metadata-Version: 2.1
Name: textualog
Version: 0.0.5
Summary: Display, filter and search logging messages in the terminal.
Home-page: https://github.com/rhuygen/textualog
Author: Rik Huygen
Author-email: rik.huygen@kuleuven.be
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown

# Textualog

Display, filter and search logging messages in the terminal.

This project is powered by [rich](https://github.com/Textualize/rich) and [textual](https://github.com/Textualize/textual).

Ideas and some code are based on:

* [kaskade](https://github.com/sauljabin/kaskade)
* textual example code, e.g. code_viewer
* [cutelog](https://github.com/busimus/cutelog/)


