/pytemplate

Python project template using cookiecutter 🍪

Primary LanguagePythonMIT LicenseMIT

py-template

Python project template using cookiecutter 🍪

Test Project Template pre-commit Code Style

Features

A Python project template using cookiecutter 🍪 with the following features:

Usage

Create a new project using the template by running the following command:

cookiecutter git@github.com:iplitharas/project-template.git

Go to the project directory and build it:

cd <project-name>
make setup-local-env