Skip to content

A modern package template based on python best practices ๐Ÿ

License

Notifications You must be signed in to change notification settings

lukemiloszewski/cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Cookiecutter

A modern package template based on python best practices ๐Ÿ

Overview

This template supports Python 3.8.x, 3.9.x and 3.10.x.

Usage

Requirements

Installation

cookiecutter gh:lukemiloszewski/cookiecutter

Configuration

  • project_name - project name
  • package_name - package name
  • package_version - package version
  • package_description - package description
  • github_homepage - GitHub homepage where the project is hosted
  • author_name - author name
  • author_email - author email
  • use_api - include template for API
  • use_cli - include template for CLI
  • use_docs - include template for documentation
  • use_auto_deploy - include workflow for automatic documentation deployment
  • use_auto_publish - include workflow for automatic package publishing
  • use_github_actions - include workflows for continuous integration
  • use_git - initialize git repository and make initial commit

About

A modern package template based on python best practices ๐Ÿ

Resources

License

Stars

Watchers

Forks

Releases

No releases published