Metadata-Version: |
2.1 |
Name: |
asgi_aws |
Version: |
2.0.0 |
Summary: |
Build API with ASGI in AWS Lambda with API Gateway HTTP API or REST API, or with Function URL ✨ |
Author-Email: |
Yasser Tahiri <hello[at]yezz.me> |
Project-Url: |
Homepage, https://github.com/yezz123/asgi-aws |
Project-Url: |
Funding, https://github.com/sponsors/yezz123 |
Classifier: |
Framework :: AsyncIO |
Classifier: |
Framework :: FastAPI |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Topic :: Internet :: WWW/HTTP :: Session |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.8 |
Requires-Dist: |
typing-extensions (<5.0.0,>=4.0.0) |
Requires-Dist: |
mypy (==1.1.1); extra == "lint" |
Requires-Dist: |
pre-commit (==3.2.0); extra == "lint" |
Requires-Dist: |
asynctest (==0.13.0); extra == "test" |
Requires-Dist: |
codecov (==2.1.12); extra == "test" |
Requires-Dist: |
fastapi (<0.96.0,>=0.65.2); extra == "test" |
Requires-Dist: |
pydantic (==1.10.7); extra == "test" |
Requires-Dist: |
pytest-asyncio (==0.21.0); extra == "test" |
Requires-Dist: |
pytest-cov (==4.0.0); extra == "test" |
Requires-Dist: |
pytest-pretty (==1.1.1); extra == "test" |
Requires-Dist: |
pytest (==7.2.2); extra == "test" |
Requires-Dist: |
python-multipart; extra == "test" |
Requires-Dist: |
requests (==2.28.2); extra == "test" |
Requires-Dist: |
uvicorn (==0.21.1); extra == "test" |
Provides-Extra: |
lint |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-Expression: |
MIT |
License-File: |
LICENSE |