Metadata-Version: 2.1
Name: pyHTTPServer
Version: 0.1.6
Summary: An HTTP Server implementation offering a pyHTTPInterface.
Home-page: https://github.com/Paebbels/pyHTTPServer
Author: Patrick Lehmann
Author-email: Paebbels@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://pyHTTPServer.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/Paebbels/pyHTTPServer
Project-URL: Issue Tracker, https://github.com/Paebbels/pyHTTPServer/issues
Description: [![PyPI - License](https://img.shields.io/pypi/l/pyHTTPServer?logo=PyPI)](LICENSE.md)
        [![GitHub tag (latest SemVer incl. pre-release)](https://img.shields.io/github/v/tag/Paebbels/pyHTTPServer?logo=GitHub&include_prereleases)](https://github.com/Paebbels/pyHTTPServer/tags)
        [![GitHub release (latest SemVer incl. including pre-releases)](https://img.shields.io/github/v/release/Paebbels/pyHTTPServer?logo=GitHub&include_prereleases)](https://github.com/Paebbels/pyHTTPServer/releases/latest)
        [![GitHub release date](https://img.shields.io/github/release-date/Paebbels/pyHTTPServer?logo=GitHub&)](https://github.com/Paebbels/pyHTTPServer/releases)
        [![Libraries.io status for latest release](https://img.shields.io/librariesio/release/pypi/pyHTTPServer)](https://libraries.io/github/Paebbels/pyHTTPServer)
        [![Requires.io](https://img.shields.io/requires/github/Paebbels/pyHTTPServer)](https://requires.io/github/Paebbels/pyHTTPServer/requirements/?branch=master)  
        [![Travis](https://img.shields.io/travis/com/Paebbels/pyHTTPServer?logo=Travis)](https://travis-ci.com/Paebbels/pyHTTPServer)
        [![PyPI](https://img.shields.io/pypi/v/pyHTTPServer?logo=PyPI)](https://pypi.org/project/pyHTTPServer/)
        ![PyPI - Status](https://img.shields.io/pypi/status/pyHTTPServer?logo=PyPI)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyHTTPServer?logo=PyPI)
        [![Dependent repos (via libraries.io)](https://img.shields.io/librariesio/dependent-repos/pypi/pyHTTPServer)](https://github.com/Paebbels/pyHTTPServer/network/dependents)  
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/c55d993bec614e2daa1f88f1f7b46857)](https://www.codacy.com/manual/Paebbels/pyHTTPServer)
        [![Libraries.io SourceRank](https://img.shields.io/librariesio/sourcerank/pypi/pyHTTPServer)](https://libraries.io/github/Paebbels/pyHTTPServer/sourcerank)
        [![Read the Docs](https://img.shields.io/readthedocs/pyhttpserver)](https://pyHTTPServer.readthedocs.io/en/latest/)
        
        # pyHTTPServer
        
        An HTTP Server implementation offering a pyHTTPInterface.
        
        
        ## Contributors
        
        * [Patrick Lehmann](https://github.com/Paebbels) (Maintainer)
        
        
        ## License
        
        This library is licensed under [Apache License 2.0](LICENSE.md)
        
        -------------------------
        
        SPDX-License-Identifier: Apache-2.0
        
Keywords: Python3 HTTP-Server
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/markdown
