/python_project_template

Personal Continuous Integration python project template

Primary LanguageMakefileApache License 2.0Apache-2.0

python_project_template

Github Actions Workflow

Personal python project template

Python version: 3.12

cheat sheet

venv

create venv

python3.12 -m venv .venv

activate venv

source .venv/bin/activate

Docker

build docker image

docker build -t main:latest .