Metadata-Version: 2.1
Name: pythonplug
Version: 0.1.1
Summary: An ASGI web framework
License: MIT
Author: Shen Li
Author-email: dustet@gmail.com
Requires-Python: >=3.6,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: Werkzeug (>=0.15.4,<0.16.0)
Requires-Dist: multidict (>=4.5,<5.0)
Description-Content-Type: text/markdown

# PythonPlug

[![CircleCI](https://circleci.com/gh/ericls/PythonPlug.svg?style=shield)](https://circleci.com/gh/ericls/PythonPlug)
[![Code Coverage](https://codecov.io/gh/ericls/PythonPlug/branch/master/graph/badge.svg)](https://codecov.io/gh/ericls/PythonPlug)
[![Python Version](https://img.shields.io/pypi/pyversions/PythonPlug.svg)](https://pypi.org/project/PythonPlug/)
[![PyPI Package](https://img.shields.io/pypi/v/PythonPlug.svg)](https://pypi.org/project/PythonPlug/)
[![License](https://img.shields.io/pypi/l/PythonPlug.svg)](https://github.com/ericls/PythonPlug/blob/master/LICENSE.md)


ASGI web framework inspired by Elixir's [Plug](https://github.com/elixir-plug/plug)

