Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 736 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 736 Bytes

Teamplete of Python Project

Table of Contents

Description

This is a template of Python project. This template includes the following features:

  • requirements.txt for dependencies
  • Makefile for common tasks
  • pytest for testing
  • black for code formatting
  • pre-commit for pre-commit hooks
  • mkdocs for documentation

Usage

Github provides a feature to create a new repository from a template. Click the Use this template button to create a new repository from this template.

Features

  • Global Logger with logging
  • Build Image with Dockerfile, with Github Action to build and push the image