Skip to content

DonalChilde/cookiecutter-python-base

Repository files navigation

Cookiecutter Python Base

Derived from https://github.com/cjolowicz/cookiecutter-hypermodern-python

Much to do.

Quickstart

Install the latest Cookiecutter if you haven't installed it yet (this requires Cookiecutter 1.4.0 or higher)

pip install -U cookiecutter

Generate a Python package project

cookiecutter https://github.com/DonalChilde/cookiecutter-python-base.git

#With a specific output directory
cookiecutter -o ~/projects/tmp/ https://github.com/DonalChilde/cookiecutter-python-base.git

#With a specific output directory and default values from cookiecutter.json
cookiecutter --no-input -o ~/projects/tmp/ https://github.com/DonalChilde/cookiecutter-python-base.git

About

A project skeleton for a modern python project.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages