this post was submitted on 08 Jul 2024
74 points (94.0% liked)

Python

6160 readers
20 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 month ago (1 children)

What did you end up using for your workflow?

[–] [email protected] 3 points 1 month ago (1 children)

Not OP. I ended up using hatch to make packages because it’s simple and does everything without feeling like a jumbled mess of tools like Poetry. It feels unix-like and didn’t prevent from doing my job.

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

Hatch is great. It's easy to get started but I wouldn't call it simple. Flit is simple, because it's limited.

Hatch is complex enough to allow you to override everything, which makes it not simple, but also not complicated.