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

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.

Awesome Lists containing this project

README

          

Hug Explainable
===================

[![PyPI version](https://badge.fury.io/py/hug_explainable.svg)](http://badge.fury.io/py/hug_explainable)
[![Build Status](https://travis-ci.org/timothycrosley/hug_explainable.svg?branch=master)](https://travis-ci.org/timothycrosley/hug_explainable)
[![Coverage Status](https://coveralls.io/repos/timothycrosley/hug_explainable/badge.svg?branch=master&service=github)](https://coveralls.io/github/timothycrosley/hug_explainable?branch=master)
[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://pypi.python.org/pypi/hug_explainable/)
[![Join the chat at https://gitter.im/timothycrosley/hug_explainable](https://badges.gitter.im/Join%20Chat.svg)](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