LICENSE
README.md
pyproject.toml
src/reposmith/__init__.py
src/reposmith/__main__.py
src/reposmith/ci_utils.py
src/reposmith/cli.py
src/reposmith/config_utils.py
src/reposmith/console.py
src/reposmith/env_manager.py
src/reposmith/file_utils.py
src/reposmith/gitignore_utils.py
src/reposmith/license_utils.py
src/reposmith/logging_utils.py
src/reposmith/main.py
src/reposmith/venv_utils.py
src/reposmith/vscode_utils.py
src/reposmith/commands/__init__.py
src/reposmith/commands/doctor_cmd.py
src/reposmith/commands/init_cmd.py
src/reposmith/core/__init__.py
src/reposmith/core/fs.py
src/reposmith/utils/__init__.py
src/reposmith/utils/deps.py
src/reposmith/utils/paths.py
src/reposmith_tol.egg-info/PKG-INFO
src/reposmith_tol.egg-info/SOURCES.txt
src/reposmith_tol.egg-info/dependency_links.txt
src/reposmith_tol.egg-info/entry_points.txt
src/reposmith_tol.egg-info/requires.txt
src/reposmith_tol.egg-info/top_level.txt
tests/test_ci_utils.py
tests/test_cli_entry_creates_file.py
tests/test_cli_error_paths.py
tests/test_cli_flags_extra.py
tests/test_cli_main_coverage.py
tests/test_cli_smoke.py
tests/test_cli_with_ci.py
tests/test_config_utils.py
tests/test_e2e_project.py
tests/test_file_utils.py
tests/test_fs.py
tests/test_gitignore_utils.py
tests/test_gitignore_utils_extra.py
tests/test_license_utils.py
tests/test_license_utils_extra.py
tests/test_main_extra_coverage.py
tests/test_main_more_paths.py
tests/test_module_main_coverage.py
tests/test_venv_utils_coverage.py
tests/test_venv_utils_pip_call.py
tests/test_vscode_utils.py