/project-template-python

A template python script template with default files, folder structure, debugging, etc.

Primary LanguagePython

Project Name

Project Description

How to setup?

  • Clone the repository
  • Make sure Makefile is installed apt-get update && apt-get install -y make
  • Run make setup

How to run?

  • Run make run

How to debug?

  • Run make run_debug

How to test?

  • Run make test

How to run this in a container?