Metadata-Version: 2.1
Name: pyHTTPRequestRouter
Version: 0.1.2
Summary: A ReST API implementation (request router) using the pyHTTPInterface.
Home-page: https://github.com/Paebbels/pyHTTPRequestRouter
Author: Patrick Lehmann
Author-email: Paebbels@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://pyHTTPRequestRouter.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/Paebbels/pyHTTPRequestRouter
Project-URL: Issue Tracker, https://github.com/Paebbels/pyHTTPRequestRouter/issues
Keywords: Python3 HTTP Request-Router JSON ReST
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: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: py-flags
Requires-Dist: pyExceptions
Requires-Dist: pyAttributes
Requires-Dist: pyGenericPath
Requires-Dist: pyHTTPInterface

![PyPI - License](https://img.shields.io/pypi/l/pyHTTPRequestRouter)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/Paebbels/pyHTTPRequestRouter) 
![GitHub release (latest by date)](https://img.shields.io/github/v/release/Paebbels/pyHTTPRequestRouter)
[![Documentation Status](https://readthedocs.org/projects/pyhttprequestrouter/badge/?version=latest)](https://pyhttprequestrouter.readthedocs.io/en/latest/?badge=latest)      
[![PyPI](https://img.shields.io/pypi/v/pyHTTPRequestRouter)](https://pypi.org/project/pyHTTPRequestRouter/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyHTTPRequestRouter)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/pyHTTPRequestRouter)
![PyPI - Status](https://img.shields.io/pypi/status/pyHTTPRequestRouter)

# pyHTTPRequestRouter

A ReST API implementation (request router) using the 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


