Skip to content

wfondrie/cookiecutter-python-package

Repository files navigation

A template for creating a Python package

This is my template for creating new Python packages. It uses cookiecutter to create a skeleton of a Python package, so that I don't have to copy and paste a bunch of files when starting a new package.

Prerequisites

If you want to use this template, first you'll need to install cookiecutter with conda:

conda install -c conda-forge cookiecutter

or pip:

pip install cookiecutter

Usage

To create a new Python package run:

cookiecutter gh:wfondrie/cookiecutter-python-package

About

A template for new Python packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages