Replies: 1 comment 8 replies
-
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My apologize for asking such a broad question. I just need a hint and some tips to decide if I am on the right track.
I wouldn't call me experienced with Python Packaging but do a lot of research also developing some example projects usable as a tutorial. Because I want to keep it simple I do use
setuptools
only and never tried something else.But maybe now I am at a point where it is time to try something else. I heard about
hatch
as a quit modern but standard (PEP) conform build backend.Can
hatch
help to handle the packaging of Python applications using GNU gettext (see this example)? It means compiling po into mo files (e.g. viamsgfmt
on the shell) and installing (usingpip install
) the mo files at the right place?In your docs I found Custom build hooks. Might that be the right track?
Beta Was this translation helpful? Give feedback.
All reactions