Skip to content

pytask-dev/cookiecutter-pytask-plugin

Folders and files

NameName
Last commit message
Last commit date
Feb 4, 2023
Jan 1, 2023
Feb 4, 2023
Jan 6, 2023
Feb 4, 2023
Jan 1, 2023
Feb 4, 2023
Jan 17, 2022
Jan 6, 2023
Jan 17, 2022
Jan 1, 2023
Jan 1, 2023
Jan 1, 2023
Jan 1, 2023
Feb 4, 2023
Jan 1, 2023
Jan 1, 2023

Repository files navigation

cookiecutter-pytask-plugin

MIT license image image image pre-commit.ci status image

This repository contains a minimal cookiecutter template for a plugin for pytask .

Usage

First, install cookiecutter.

$ pip install cookiecutter

$ conda install -c conda-forge cookiecutter

Then, set up the template for the new plugin with

$ cookiecutter https://github.com/pytask-dev/cookiecutter-pytask-plugin

FAQ

Q: Why are the source files nested in src/<{{ cookiecutter.__package_name }}>?

A: This is called the src layout. This article by Hynek Schlawack discusses the advantages of this layout in detail.