Skip to content

alexferl/python-boilerplate

Repository files navigation

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