Metadata-Version: 1.1
Name: hug-explainable
Version: 0.0.5
Summary: Provides an on demand context manager that makes it easy to profile and explain code blocks / paths within hug.
Home-page: https://github.com/timothycrosley/hug_explainable
Author: Timothy Crosley
Author-email: timothy.crosley@gmail.com
License: MIT
Description: 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:
        
        .. code:: 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
        
        .. |PyPI version| image:: https://badge.fury.io/py/hug_explainable.svg
           :target: http://badge.fury.io/py/hug_explainable
        .. |Build Status| image:: https://travis-ci.org/timothycrosley/hug_explainable.svg?branch=master
           :target: https://travis-ci.org/timothycrosley/hug_explainable
        .. |Coverage Status| image:: https://coveralls.io/repos/timothycrosley/hug_explainable/badge.svg?branch=master&service=github
           :target: https://coveralls.io/github/timothycrosley/hug_explainable?branch=master
        .. |License| image:: https://img.shields.io/github/license/mashape/apistatus.svg
           :target: https://pypi.python.org/pypi/hug_explainable/
        .. |Join the chat at https://gitter.im/timothycrosley/hug\_explainable| image:: https://badges.gitter.im/Join%20Chat.svg
           :target: https://gitter.im/timothycrosley/hug_explainable?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
Keywords: Python,Python3
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
