Skip to content

pytask-dev/cookiecutter-pytask-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

37afa4c · Jan 5, 2022

History

3 Commits
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022
Jan 5, 2022

Repository files navigation

cookiecutter-pytask

MIT license https://readthedocs.org/projects/cookiecutter-pytask/badge/?version=latest https://img.shields.io/github/workflow/status/pytask-dev/cookiecutter-pytask/main/main pre-commit.ci status

This repository contains a minimal cookiecutter template for a project with pytask .

Usage

First, install cookiecutter.

$ pip install cookiecutter

$ conda install -c conda-forge cookiecutter

Then, set up the template with

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

FAQ

Q: Why are the source files nested in src/<project_slug>?

A: This is called the src layout and the advantages are discussed in this article by Hynek Schlawack.

Although the article discusses the src layout in terms of Python packages, it is also beneficial to structure a project the same way.