hug_explainable

Provides an on demand context manager that makes it easy to profile and explain code blocks / paths within hug.


Keywords
Python
License
MIT
Install
pip install hug_explainable==0.2.1

Documentation

Hug Explainable

PyPI version Build Status Coverage Status License Join the chat at https://gitter.im/timothycrosley/hug_explainable

Provides an on demand context manager that makes it easy to profile and explain code blocks / paths within hug.

Installing hug_explainable

Installing hug_explainable is as simple as:

pip3 install hug_explainable --upgrade

Ideally, within a virtual environment.

Why hug_explainable?

Provides an on demand context manager that makes it easy to profile and explain code blocks / paths within hug.


Thanks and I hope you find hug_explainable helpful!

~Timothy Crosley