Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anyone use Poetry?
#1
https://poetry.eustace.io/

It's a package manager that sits on top of pypi, and is meant to be used instead of pip. I just found it today, and the coolest part imo is the way it can easily package a project and deploy it to pypi: basically just poetry build && poetry publish.
Reply
#2
Yes i have tired it a couple times,look very promising.
Make package and create virtual environment automatic and just one file pyproject.toml.
poetry Wrote:In other words, poetry uses pyproject.toml to replace setup.py, requirements.txt, setup.cfg, MANIFEST.in and the newly added Pipfile.

Also the guy behind pendulum.
Most be some best new libraries for Python,the documentation for both is as good as it get Thumbs Up
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020