Skip to content

My recomended Cookiecutter template for Python apps

License

Notifications You must be signed in to change notification settings

great-glow/cookiecutter-python-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Main

Cookiecutter Template for Python Projects

This template uses Poetry as a dependency manager.

I have similar template that uses Pipenv here.

Usage

  1. Install Cookiecutter globally
    pip install cookiecutter
  2. Use my template
    cookiecutter https://github.com/great-glow/cookiecutter-python-template
    cd <project-folder>
    git init
    poetry install
    git add .
    git commit -m "Initial commit"

About

My recomended Cookiecutter template for Python apps

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 37.0%
  • Makefile 25.9%
  • HCL 20.8%
  • Dockerfile 16.3%