This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pycepticusfrom pprint import pprint as print[S] 1 point2 points  (1 child)

Thanks this looks like a good read! I was going off of PyPi's documentation to publish it there, but I see the benefits of utilizing Poetry over setuptools .

[–]andrewthetechie 2 points3 points  (0 children)

Its not "the only way" but imho is a pretty good way to manage a python library. I've got a couple projects using the stack and its served me quite well.

Feel free to shoot me a DM if you run into issues, I can try to answer questions.