Skip to content

kcpevey/client_cookiecutter

Repository files navigation

Features

  • Testing setup pytest
  • GitHub Actions: coming soon
  • License file
  • Sphinx docs: Documentation ready
  • pre-commit hooks: black, isort, trailing whitespace, end of file fixer, large file check, Jupyter NB clearout
  • rever: Pre-configured version bumping with a single command (optional)

Quickstart

Install the latest Cookiecutter if you haven't installed it yet (this requires Cookiecutter 1.4.0 or higher):

conda install -c conda-forge cookiecutter

Generate a Python package project:

cookiecutter git@github.com:kcpevey/client_cookiecutter.git