- pyproject.toml met wetgit package, pytest/ruff/black/mypy config - BWB XML → Markdown parser (src/wetgit/pipeline/bwb_parser.py) - Getest op ~400 regelingen over alle BWB-types - 20 edge cases gevonden en opgelost: - <boek>, <deel>, <kop> structuren - <regeling-tekst>, <circulaire-tekst> containers - <bijlage>, <enig-artikel>, <sub-paragraaf>, <divisie> - CALS <table> → Markdown tabellen - <nadruk>, <sup>, <sub> inline formatting - <redactie>, <tussenkop>, <gereserveerd>, <vervallen> - Nix flake devshell met alle dependencies - CLI entrypoint (wetgit) - Domain models (Regeling, Artikel) Sluit #4, sluit #5
10 lines
234 B
Text
10 lines
234 B
Text
# WetGIT Environment Variables
|
|
# Copy to .env and fill in real values:
|
|
# cp .env.example .env
|
|
|
|
# AgentMail API (coornhert@wetgit.nl)
|
|
# Get your key from https://console.agentmail.to
|
|
AGENTMAIL_API_KEY=
|
|
|
|
# Hetzner Cloud
|
|
HCLOUD_TOKEN=
|