Metadata-Version: 2.2
Name: cli_project_generator
Version: 0.1.0
Summary: A CLI tool for generating FastAPI projects with WebSocket, GraphQL, and gRPC support.
Home-page: https://github.com/yourusername/cli_project_generator
Author: Nopparat
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: sqlalchemy
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: alembic
Requires-Dist: pyjwt
Requires-Dist: passlib[bcrypt]
Requires-Dist: python-multipart
Requires-Dist: grpcio
Requires-Dist: grpcio-tools
Requires-Dist: strawberry-graphql
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
