alexferl / python-boilerplate

A minimalistic Python boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-boilerplate

A minimalistic Python boilerplate.

Includes:

Requirements

  • Python 3.9+

Using

git clone https://github.com/alexferl/python-boilerplate.git myapp
cd myapp
make dev

See which other commands are available with:

make help

About

A minimalistic Python boilerplate

License:MIT License


Languages

Language:Makefile 87.1%Language:Python 12.9%