Skip to content

aledelunap/pyproject-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python Project Template

Template repository for Python projects.
Ask a question πŸ™‹πŸ½ Β· Request a feature ✨ Β· Report a bug πŸ›

πŸ‘‹ About

This template is intended to help kick-start Python projects.

πŸ’» Getting started

To build a readable and maintainable code base, this template is equipped with the following tools:
  • Formatting $\rightarrow$ Restructures code to appear in a consistent way by following a set of custom rules

    make format
  • Linting $\rightarrow$ Linting analyses how code runs and helps detecting errors before runtime

    make lint
  • Type checking $\rightarrow$ Helps identifying incompatible code so that you can catch bugs before runtime

    make typecheck

About

Quick-start python projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published