jupyterlab / hatch-jupyter-builder

A hatch plugin to help build Jupyter packages
https://hatch-jupyter-builder.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
37 stars 13 forks source link

[Proposal] Rename to `hatch-jupyter` #143

Open timkpaine opened 1 month ago

timkpaine commented 1 month ago

Problem

This is the de-facto standard Jupyter build plugin for Hatch, but the name is a bit long 😅

Proposed Solution

Rename project and configuration sections to hatch-jupyter. This would also align with the emerging pattern:

Additional context

blink1073 commented 1 month ago

Hi @timkpaine! I personally do not think it is worth the disruption to existing users. We'd also have to update https://blog.jupyter.org/packaging-for-jupyter-in-2022-c7be64c38926.

Zsailer commented 1 month ago

In the Jupyter Server meeting today, we talked about this.

It was mentioned that we could make one last release of hatch-jupyter-builder that depends on the new "hatch-jupyter" with not version pin. That way, folks can still use the old name but it's pulling in the new package to do all the business. Add all kinds of deprecation warnings too.

I'm not sure it's worth the possible headache either, but don't have a strong opinion either way.