|
|
|
|
|
by sjellis
1475 days ago
|
|
I've been experimenting with Hatch: https://hatch.pypa.io/ The USP of Hatch is that it uses the latest generation of Python standards and tech under the covers, so you have a unified tool that's less quirky than previous ones. Poetry and pipenv predate some of the improvements in Python packaging, so had to develop some things in their own way. |
|