Python project template for Advent of Code puzzle solutions and writeups.
A Python template and CLI helper for creating, running, and debugging Advent of Code solutions. It provides input-parsing base classes, per-year/day scaffolding commands, answer assertion decorators, and utilities for debugging and profiling. Suited for writing reproducible AoC solutions and pedagogical writeups.
0