Skip to content

[WORK-IN-PROGRESS] Cookiecutter template for python projects.

License

Notifications You must be signed in to change notification settings

haoqixu/cookiecutter-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cookiecutter-python

Code style: black MIT licensed

Quickstart

Install Cookiecutter:

$ pip install --user cookiecutter

Generate a python project using this template:

$ cookiecutter gh:haoqixu/cookiecutter-python

For more detail about cookiecutter, please refer to Cookiecutter Document.

Features

  • Manage working environment with pipenv
  • Consistent coding styles with editorconfig
  • Format the code with black
  • Lint the code with flake8
  • Testing setup with pytest

References

License

Licensed under the terms of the MIT License (see the file LICENSE).

Releases

No releases published

Packages

No packages published

Languages