8000 GitHub - zztin/cookiecutter-python-template: Python Project template that supports PyPI publishment and basic docker image
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zztin/cookiecutter-python-template

 
 

Repository files navigation

Cookiecutter Python Template

Features

  • pipenv or poetry: dependency and virtual environment management
  • Coding style
    • flake8 and pylint (optional): check style, programming errors and complexity
    • mypy: check static type
    • black: auto format your code
    • isort: auto sort your package importing
  • Test thought pytest with the following supports
  • commitizen:
    • regulate git commit convention
    • bump project version
    • generate changelog automatically
  • mkdocs: generate documentation
  • invoke: organize the tools above
  • pre-commit: git-hook to run the above tools automatically
  • GitHub
    • GitHub Actions workflows for checking style, testing, publishing package to PyPI and pushing documentation to GitHub pages
    • GitHub issue templates, pull request template
  • General Python project Dockerfile
  • Consolidate most of the tool configurations in pyproject.toml

Getting Started

Prerequisites

Usage

cookiecutter https://github.com/zztin/cookiecutter-python-template

Authors

Liting Chen

About

Python Project template that supports PyPI publishment and basic docker image

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.7%
  • Dockerfile 3.3%
0