Welcome to cookiecutter-pytask-plugin’s documentation!¶
cookiecutter-pytask-plugin¶
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.