Skip to content

chore: hernoem ceda-synth → edu-synth (command, branding én package)#51

Merged
StevenRamondt merged 1 commit into
mainfrom
chore/47-rename-edu-synth
Jun 16, 2026
Merged

chore: hernoem ceda-synth → edu-synth (command, branding én package)#51
StevenRamondt merged 1 commit into
mainfrom
chore/47-rename-edu-synth

Conversation

@StevenRamondt

Copy link
Copy Markdown
Contributor

Wat

Volledige hernoeming naar één consistente naam: edu-synth. Sluit de inconsistentie waarbij de repo edusynth heet maar command/branding/package nog ceda-synth waren.

  • Command + [project.scripts]: ceda-synthedu-synth
  • Branding: app-header, CLI prog, help-teksten, reproductie-/downloadteksten, docs
  • Python-package: src/ceda_synth/src/edu_synth/ (+ tests/ceda_synth/tests/edu_synth/) en alle imports ceda_synthedu_synth
  • GitHub-URLs: naar de echte slug cedanl/edusynth

Underscore vs koppelteken: de naam is overal edu-synth, behalve de importnaam/map die edu_synth is — Python staat geen koppelteken in importnamen toe. Zelfde naam, Python-verplichte schrijfwijze.

Beslissingen

  • Harde rename, geen ceda-synth-alias (conform issue-default).
  • GitHub-repo zelf niet hernoemd: de slug blijft edusynth (repo hernoemen breekt remotes — aparte actie). Daarom wijzen URLs naar cedanl/edusynth, niet edu-synth.
  • git mv gebruikt → bestandshistorie blijft behouden.

Verificatie

  • uv sync → console-script heet nu edu-synth (oude ceda-synth weg).
  • uv run pytest → 81 passed; ruff check/format schoon.
  • uv run edu-synth --help werkt; end-to-end synthesize met fixture-schema draait.
  • Geen ceda_synth/ceda-synth meer in de tracked bestanden.

Closes #47

Volledige rename naar één naam, edu-synth:
- CLI-command en [project.scripts]: ceda-synth → edu-synth
- branding in app, CLI-prog en docs
- Python-package src/ceda_synth/ → src/edu_synth/ (+ tests) en alle
  imports ceda_synth → edu_synth (underscore = Python-verplichte vorm)
- GitHub-URLs naar de echte slug cedanl/edusynth

Harde rename, geen ceda-synth-alias. git mv behoudt de historie.

Closes #47
@StevenRamondt StevenRamondt marked this pull request as ready for review June 16, 2026 11:43
@StevenRamondt StevenRamondt merged commit d20f9ca into main Jun 16, 2026
1 check passed
@StevenRamondt StevenRamondt deleted the chore/47-rename-edu-synth branch June 16, 2026 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: CLI-command en branding hernoemen van ceda-synth naar edu-synth

1 participant