Skip to content

Cookiecutter template for Python project with poetry and pysen

License

Notifications You must be signed in to change notification settings

altescy/cookiecutter-poetry-pysen

Repository files navigation

cookiecutter-poetry-pysen

Actions Status GitHub release (latest by date) License

This repository provides a Cookiecutter template with poetry and pysen.

cookiecutter https://github.com/altescy/cookiecutter-poetry-pysen.git

Usage

  1. Generate a project directory with cookiecutter
❯ cookiecutter https://github.com/altescy/cookiecutter-poetry-pysen.git
package_name [package_name]: your-package
module_name [your_package]:
author [author <author@example.com>]:
  1. Install dependent packages via:
❯ cd your-package
❯ poetry install
  1. Run pysen and pytest
❯ make    # Run formatters, linters, and pytest