Skip to content

hashref/python-cookiecutter-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Cookiecutter Templates

The repo contains the various cookiecutter templates that I use for jump-starting my various projects.

Prerequisites

  • Python3
  • cookiecutter
pipenv install cookiecutter --user

Templates

Below are the following templates...

Sparse

A sparse template for general purpose projects that can be built from the ground up.

Features

Quick Start

cookiecutter https://github.com/hashref/python-cookiecutter-templates --directory sparse
pipenv install --dev
pre-commit install

Python 100 Days of Code

Built from the sparse template, I use this to create projects for the udemy 100 Days of Code: The Complete Python Pro Bootcamp for 2022 course. It's basically the sparse template with the standardized README.md file that I use for all these projects.

Features

Quick Start

cookiecutter https://github.com/hashref/python-cookiecutter-templates --directory python-100-days-of-code
pipenv install --dev
pre-commit install

License

Distributed under the MIT License. See LICENSE for more information.

About

My standard python template library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages