TIL: Single source version package builds with uv
How to use uv to manage a single source for your Python package version, eliminating the need to update it in multiple files.
How to use uv to manage a single source for your Python package version, eliminating the need to update it in multiple files.
Explores the complexities of Python package metadata, comparing runtime introspection with packaging tools and discussing modern solutions.
Explains how to handle conditional Python package dependencies based on Python version, covering PEP 508, setuptools versions, and workarounds.
A tutorial on creating a custom extension for the handroll static site generator, from code to configuration.
A guide to packaging Python scripts using setuptools for distribution on PyPI, including basic setup examples.
A practical guide to packaging and uploading a Python module to PyPI, covering modern tools and best practices.