.DS_Store
.gitignore
LICENSE
MANIFEST.in
README.md
activate.sh
gitignore
lint.sh
make_venv.py
pyproject.toml
requirements.testing.txt
setup.py
tox.ini
upload_package.sh
.github/workflows/lint.yml
.github/workflows/push_macos.yml
.github/workflows/push_ubuntu.yml
.github/workflows/push_win.yml
.vscode/launch.json
.vscode/settings.json
src/.DS_Store
src/create_python_cmd/__init__.py
src/create_python_cmd/cli.py
src/create_python_cmd/createapp.py
src/create_python_cmd.egg-info/PKG-INFO
src/create_python_cmd.egg-info/SOURCES.txt
src/create_python_cmd.egg-info/dependency_links.txt
src/create_python_cmd.egg-info/entry_points.txt
src/create_python_cmd.egg-info/top_level.txt
tests/test_cli.py
tests/test_createapp.py