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

 
 
 

Contributors