~1K LOC for parallel & sandboxed mutation testing (https://github.com/pkhuong/ppb/blob/main/mutants.py). I could probably do better with a real parsing library?
ppb/mutants.py at main · pkhuong/ppb

A non-allocating lexer for protocol buffers. Contribute to pkhuong/ppb development by creating an account on GitHub.

GitHub
@pkhuong I get the "Batteries Included" temptation, but at this point I'd maybe turn mutants into its own package and use pyproject.toml :D.
@cr1901 yeah... I set myself a soft limit of 1K LOC for that reason ;)