Commit graph

7 commits

Author SHA1 Message Date
2faeda87c3
Validate CSV output schemas
Also moved code dir to src.
There are reasons to do standard things in standard ways. While it is
possible to get the `code/` directory to work, and recognize it as a
package path, this requires wrangling the pyproject.toml file.
Additionally, any import from the `code.something` path automatically
shadows the python stdlib `code` module. While it may not be necessary,
it still is good to not shadow standard library modules.
2025-10-01 10:23:10 +02:00
42e706080a
Add code README and automatic CHANGELOG entries 2025-09-30 21:39:22 +02:00
3beb496680
Update justfile with versioned run 2025-09-30 20:58:36 +02:00
28eb0a39ae
add generation script for package stats 2025-09-30 18:48:45 +02:00
fa3473cdc2
add generation script for file stats 2025-09-30 18:32:03 +02:00
9c88194369
add generation script for unique installs 2025-09-30 18:24:17 +02:00
2fe8a58670
add justfile for kernels 2025-09-30 18:08:26 +02:00