Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.59 KB

File metadata and controls

33 lines (23 loc) · 1.59 KB

cookiecutter-pytask-plugin

MIT license image image image pre-commit.ci status code style: ruff

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

Usage

First, install cookiecutter.

$ pip install 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.