Metadata-Version: 2.1
Name: backend1
Version: 1.0.3
Summary: This a demo project
Author: sukruth grandhi
Author-email: sukruthgrandhiofficial@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fastapi (>=0.110.1,<0.111.0)
Requires-Dist: pydantic[email] (>=2.7.1,<3.0.0)
Requires-Dist: pyjwt (>=2.8.0,<3.0.0)
Requires-Dist: pymysql (>=1.1.0,<2.0.0)
Requires-Dist: python-decouple (>=3.8,<4.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: sqlalchemy (>=2.0.30,<3.0.0)
Requires-Dist: uvicorn[standard] (>=0.29.0,<0.30.0)
Description-Content-Type: text/markdown

backend1

Bellow API calls

1. hello_world
2. route_hello_world
3. signup
4. login
5. Added jwt authentication.
