Skip to content

Python Repo Tutorial#

This tutorial will walk you through the process of creating a simple Python repository from scratch while slowly adding a bunch of tooling that will make our package easier to maintain over time.

But before doing that, it's informative to see the bare minimum needed to create a Python package.


updated: 2023-04-03 created: 2023-03-21