https://bugzilla.redhat.com/show_bug.cgi?id=1668387 --- Comment #4 from Neal Gompa <ngompa13@xxxxxxxxx> --- (In reply to Fabio Valentini from comment #3) > (In reply to Raphael Groner from comment #2) > > What's the benefit towards PyPI and setuptools? > > poetry manages the python package metadata in a machine-readable format > (TOML), and allows exporting to the usual "setup.py", i.e. for uploading to > PyPI. > So it can be used as a "convenience wrapper" around the standard tools. > (Neal, please correct me if I'm wrong here.) That's basically correct. It replaces conventional setup.py, requirements.txt, Pipfile, Pipfile.lock, etc. with a PEP 518 compliant configuration in pyproject.toml and a simple poetry.lock file for projects that want dependency locking. It supports both virtualenv-oriented stuff (a la pipenv) and normal stuff (a la pip and friends) while also providing backwards compatibility to those tools when you elect to upload your project managed by poetry to PyPI. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx