https://github.com/hugapi/hug_explainable
Provides an on demand context manager that makes it easy to profile and explain code blocks / paths within hug.
https://github.com/hugapi/hug_explainable
Last synced: 3 months ago
JSON representation
Provides an on demand context manager that makes it easy to profile and explain code blocks / paths within hug.
- Host: GitHub
- URL: https://github.com/hugapi/hug_explainable
- Owner: hugapi
- License: mit
- Created: 2016-11-04T17:42:06.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-26T20:30:30.000Z (about 3 years ago)
- Last Synced: 2025-04-30T15:18:12.385Z (10 months ago)
- Language: Python
- Size: 558 KB
- Stars: 5
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Hug Explainable
===================
[](http://badge.fury.io/py/hug_explainable)
[](https://travis-ci.org/timothycrosley/hug_explainable)
[](https://coveralls.io/github/timothycrosley/hug_explainable?branch=master)
[](https://pypi.python.org/pypi/hug_explainable/)
[](https://gitter.im/timothycrosley/hug_explainable?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
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:
```bash
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