chakrakan / python-base-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Base Starter

This is a quick starter for arbitrary python projects/scripts with minimal configurations and automations using make.

Comes with:

  • linting ✅
  • formating ✅
  • sorting of imports ✅
  • typing via mypy (typecheck) ✅
  • pytest ✅

to get you started

About


Languages

Language:Makefile 60.3%Language:Python 39.7%