Comment on Poetry – Dependency Management for Python – v1.0parentComments−hiccuphippo6yI've read of another project for publishing to PyPI called flit. Anyone knows how they compare to each other?−brettcannon6yPoetry 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.
Comments
I've read of another project for publishing to PyPI called flit. Anyone knows how they compare to each other?
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.