One way to package Python code right now
A simple example of how to package a Python project when you don’t want to get overwhelmed by confusing options.
via https://hachyderm.io/@nedbat/111907682388334147
For the ebook, install pandoc, then run this:
pandoc -f rst -t epub2 -o pkgsample.epub --metadata title="nedbat/pkgsample: A simple example of how to structure a Python project" --metadata author="Ned Batchelder" https://github.com/nedbat/pkgsample/raw/main/README.rst