LICENSE
README.md
pyproject.toml
src/gen/__init__.py
src/gen/cli.py
src/gen/config.py
src/gen/commands/__init__.py
src/gen/commands/doctor.py
src/gen/commands/helper.py
src/gen/commands/list_.py
src/gen/commands/template.py
src/gen/core/__init__.py
src/gen/core/render.py
src/gen/templates/__init__.py
src/gen/templates/__pycache__/__init__.cpython-313.pyc
src/gen/templates/__pycache__/__init__.cpython-314.pyc
src/gen/templates/c/main.c
src/gen/templates/cp/cp/README.md
src/gen/templates/cp/cp/in.txt
src/gen/templates/cp/cp/main.c
src/gen/templates/cp/cp/main.cpp
src/gen/templates/cp/cp/main.py
src/gen/templates/cp/cp/out.txt
src/gen/templates/cpp/main.cpp
src/gen/templates/go/main.go
src/gen/templates/html/main.html
src/gen/templates/java/main.java
src/gen/templates/javascript/main.js
src/gen/templates/python/main.py
src/gen/templates/python/flask/app.py
src/gen/templates/python/flask/static/style.css
src/gen/templates/python/flask/templates/index.html
src/gen/templates/python/lib/README.md
src/gen/templates/python/lib/pyproject.toml.j2
src/gen/templates/python/lib/requirements.txt
src/gen/templates/python/lib/src/__project_name__/main.py
src/gen/templates/python/project/README.md
src/gen/templates/python/project/pyproject.toml.j2
src/gen/templates/python/project/requirements.txt
src/gen/templates/python/project/src/__project_name__/main.py
src/gen/templates/rust/main.rs
src/gen_cli.egg-info/PKG-INFO
src/gen_cli.egg-info/SOURCES.txt
src/gen_cli.egg-info/dependency_links.txt
src/gen_cli.egg-info/entry_points.txt
src/gen_cli.egg-info/requires.txt
src/gen_cli.egg-info/top_level.txt
tests/test_config.py
tests/test_core.py
tests/test_doctor.py
tests/test_filename.py
tests/test_helper.py
tests/test_list.py
tests/test_main.py
tests/test_template.py
tests/test_version.py