This is a short summary. ↗ Open original to view full content
Introducing zizmor: now you can have beautiful clean workflows
from blog ENOSUCHBLOG, | ↗ original
More from ENOSUCHBLOG
YAML feature extraction with yamlpath
10 Sept 2024 |
original ↗
Another Rust crate announcement: this time I’m announcing yamlpath, a small library for format-preserving YAML feature extraction.
Approximating sum types in Python with Pydantic
12 Aug 2024 |
original ↗
TL;DR: You can use Pydantic’s support for tagged unions to approximate sum types in Python; go right to Sum types in Python (and onwards) to see how it’s done.
Python wheel filenames have no canonical form
12 Jun 2024 |
original ↗
This short(-ish) post is a successor to 2022’s a most vexing parse, but for Python packaging. I discovered it the other day while doing it what I normally do: mucking through the guts of Python packaging.