markdouthwaite / minimal-python-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minimal-python-project

This is a template project with some basic clean code automation built-in. You could use this project as anything you want, from a package to a microservice to a data pipeline. Your imagination is the limit 🦄.

Getting started

Running source

To run the source code, simply run:

python src/main.py

You should see:

Hello, world!

Add your code to this directory.

Running tests

make install-dev
make test

Running checks

make install-dev
make check

About

License:MIT License


Languages

Language:Python 62.1%Language:Makefile 37.9%