LICENSE
README.md
pyproject.toml
cpa_wizard.egg-info/PKG-INFO
cpa_wizard.egg-info/SOURCES.txt
cpa_wizard.egg-info/dependency_links.txt
cpa_wizard.egg-info/entry_points.txt
cpa_wizard.egg-info/top_level.txt
create_python_app/__main__.py
create_python_app/cli.py
create_python_app/core/__init__.py
create_python_app/core/metadata.py
create_python_app/core/project.py
create_python_app/core/venv.py
create_python_app/core/vscode.py
create_python_app/ui/__init__.py
create_python_app/ui/confirms.py
create_python_app/ui/inputs.py
create_python_app/ui/keyboard.py
create_python_app/ui/panels.py
create_python_app/ui/prompts.py
create_python_app/ui/spinner.py
create_python_app/ui/styles.py
create_python_app/ui/terminal.py
create_python_app/ui/utils.py
create_python_app/wizard/__init__.py
create_python_app/wizard/config.py
create_python_app/wizard/panels.py
create_python_app/wizard/prompts.py
tests/test_cli.py