Skip to content

legomb/cookiecutter-template-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Cookiecutter template for Python projects

This template includes everything you need to start a new Python project:

Future additions

Requirements

Usage

  • To use the template from a local directory, run:
cookiecutter <location-of-current-dir>/cookiecutter-template-python/
  • To use the template remotely, run:
cookiecutter gh:legomb/cookiecutter-template-python

This will prompt some questions:

  • new_directory_name: Name of the directory to be created based on this template
  • project_name: Name of the project