Loading repository data…
Loading repository data…
VaultVulp / repository
My recomended Cookiecutter template for Python apps
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This template uses Pipenv as a dependency manager.
I have similar template that uses Poetry here.
pip install cookiecutter
cookiecutter https://github.com/VaultVulp/cookiecutter-python-template
cd <project-folder>
git init
pipenv install -d
git add .
git commit -m "Initial commit"