Metadata-Version: 2.4
Name: notsofastapi2
Version: 0.1.0
Summary: A minimalist WSGI web framework inspired by FastAPI
Author-email: Aniket Surjuse <asurjuse111matt@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/AniketSurjuse/not-so-fastapi
Project-URL: Repository, https://github.com/AniketSurjuse/not-so-fastapi
Project-URL: Issues, https://github.com/AniketSurjuse/not-so-fastapi/issues
Keywords: web,framework,wsgi,minimal,fastapi
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: parse

this is toy implementation of fastapi like backend framework, it does not have async support yet hence the name - NotSoFastAPI!
