Metadata-Version: 2.1
Name: index.py
Version: 0.9.3
Summary: An easy-to-use asynchronous web framework based on ASGI.
Home-page: https://github.com/abersheeran/index.py
License: Apache-2.0
Author: abersheeran
Author-email: me@abersheeran.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: aiofiles (>=0.5.0,<0.6.0)
Requires-Dist: contextvars (>=2.4,<3.0); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: gunicorn (>=20.0.4,<21.0.0)
Requires-Dist: jinja2 (>=2.10.3,<3.0.0)
Requires-Dist: pydantic (>=1.5,<2.0)
Requires-Dist: pytest (>=5.4.1,<6.0.0)
Requires-Dist: python-multipart (>=0.0.5,<0.0.6)
Requires-Dist: pyyaml (>=5.3,<6.0)
Requires-Dist: requests (>=2.23.0,<3.0.0)
Requires-Dist: starlette (>=0.13.1,<0.14.0)
Requires-Dist: uvicorn (>=0.11.3,<0.12.0)
Requires-Dist: watchdog (>=0.10.2,<0.11.0)
Project-URL: Documentation, https://index-py.abersheeran.com/
Project-URL: Repository, https://github.com/abersheeran/index.py
