Y
Hacker News
new
|
ask
|
show
|
jobs
by
hiccuphippo
2382 days ago
I've read of another project for publishing to PyPI called flit. Anyone knows how they compare to each other?
1 comments
brettcannon
2377 days ago
Poetry tries to help you manage your whole project while flit is just for building your library (and optionally uploading; you can always use twine to do the upload). It's all-in-one versus one-job-one-tool.
link