Introduction

Notes and code snipets for python projects, standards and packaging

Package

An example to create a simple package using a snake taht says something in the console.

Source: RealPython - Packaging You Python Code With project.toml

pyproject.toml

Dependencies installation that replaces the "pip install -r requirements.txt" legacy command