Metadata-Version: 2.4
Name: py-create-app
Version: 0.1.4
Summary: A Quick-style CLI to bootstrap Python projects with venv and interactive package selection.
Author-email: Yuvraj Singh <yuvraj.singh.mait@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Yuvraj7061MAIT/py-create-app
Project-URL: Repository, https://github.com/Yuvraj7061MAIT/py-create-app
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.1
Requires-Dist: questionary>=2.0
Dynamic: license-file

# py-create-app

A Quick-style CLI to bootstrap Python projects:
- creates a virtualenv
- interactive checkbox to pick libraries (NumPy, Pandas, FastAPI, PyTorch, etc.)
- installs them
- sets up starter files

