Metadata-Version: 2.4
Name: setup_project
Version: 0.1.0
Summary: A CLI tool to set up a FastAPI Python project structure with sample code
Author-email: Varsha <varsha.s@grootan.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Project Setup Tool

Install with `uv pip install setup_project`.

Then, in an empty directory, run `setup_project create` to set up the FastAPI project.
