Skip to content

Entries published on December 15, 2023

1 entry published on this date. See also: all entries published in December 2023, full archive.

Python packaging: use the “src”

This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See the first post for an introduction.

A lurking problem

Imagine you write a Python library named, say, foo. And you diligently set up the configuration to package it for distribution (which is not that hard; you can learn the basics of packaging up some Python code in an hour or two, and it’s only when you get into things like bundling compiled …

Entry published December 15, 2023. Read full entry.