An open API service indexing awesome lists of open source software.

https://github.com/dusktreader/focalize


https://github.com/dusktreader/focalize

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Focalize

**You can't depend on your eyes when your imagination is out of focus _--Mark Twain_**

![asciicast](https://github.com/dusktreader/focalize/blob/main/docs/source/images/focalize.gif)

Focalize provides context within logs for blocks of code that are encircled by a
context manager. This helps contextualize log lines within deeply nested call chains or
within complex operations where many logical steps are taken.

## Super-quick Start

* Only requires Python 3.8 or later
* Installed with pip (`$ pip install focalize`)
* Demo available in [examples](https://github.com/dusktreader/focalize/tree/main/examples/demo.py)

## Documentation

The complete documentation can be found at the [focalize documentation page](https://dusktreader.github.io/focalize/)