Metadata-Version: 2.1
Name: yhttp
Version: 2.13.5
Summary: A very micro http framework.
Home-page: http://github.com/dobisel/yhttp
Author: Vahid Mardani
Author-email: vahid.mardani@gmail.com
License: MIT
Description: # yhttp
        
        [![PyPI](http://img.shields.io/pypi/v/yhttp.svg)](https://pypi.python.org/pypi/yhttp)
        [![Build](https://github.com/dobisel/yhttp/workflows/Build/badge.svg?branch=master)](https://github.com/dobisel/yhttp/actions)
        [![Coverage Status](https://coveralls.io/repos/github/dobisel/yhttp/badge.svg?branch=master)](https://coveralls.io/github/dobisel/yhttp?branch=master)
        [![Documentation](https://img.shields.io/badge/Documentation-almost%20done!-blue)](https://dobisel.github.io/yhttp)
        [![Python](https://img.shields.io/badge/Python-%3E%3D3.6-blue)](https://python.org)
        
        [Documentation](https://dobisel.github.io/yhttp)
        
        ### Contribution
        
        ```bash
        cd path/to/yhttp
        make env
        ```
        
        #### Running tests
        
        ```bash
        pytest
        ```
        
        #### Coverage
        
        ```bash
        make cover
        ```
        
        #### Documentation
        
        ```bash
        cd sphinx
        make doctest
        make html
        make livehtml
        ```
        
        
        
        
        [Documentation](https://dobisel.github.io/yhttp/)
        
        
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
