Skip to content

hyriver/cookieriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CookieRiver: Cookiecutter Template for HyRiver Software Development

This is a Cookiecutter template for HyRiver software development. It generates a project structure with the following features:

  • A Python package with a command-line interface (CLI) using Click
  • A test suite using pytest
  • Continuous integration (CI) using GitHub Actions
  • Code coverage using Codecov
  • A README template with badges for CI, code coverage, and PyPI
  • An MIT LICENSE file
  • Contribution and Code of Conduct guidelines
  • A pyproject.toml file
  • Linting, formatting, and type checking using pre-commit, pyright, and nox

Usage

First, install cookiecutter:

pipx install cookiecutter

Then, generate a new project:

cookiecutter gh:hyriver/cookieriver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages