Python Project Scaffold

create a project scaffold or project template to get started faster with python projects

We will create a virtual environment inside our project to avoid any incompatibility issues

Example code

Example test code

We need then a Makefile to automate builds and tests

Then we will create the requirements file

The .github/workflows/pythonapp.yml file that stores the commands to build and test the project on Github Actions:

Leave a comment

Your email address will not be published. Required fields are marked *