Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package using poetry for a better life #4

Closed
aahnik opened this issue May 14, 2021 · 2 comments
Closed

Package using poetry for a better life #4

aahnik opened this issue May 14, 2021 · 2 comments

Comments

@aahnik
Copy link
Contributor

aahnik commented May 14, 2021

setup.py is a old method. pyproject.toml is modern, and poetry is very convenient.

Should I open a pr ?

@ramnes
Copy link
Owner

ramnes commented May 14, 2021

Hey @aahnik, thanks for the issue and offer!

Poetry is indeed a much better tool but as good and widely used as it is, it's not what I would call standard, yet. For example, the thing that's holding me back the most is the lack of support for editable installs. While they don't make sense in the Poetry world, not everyone uses Poetry.

From my experience, a setup.py file is still the most portable way for libraries, i.e. it doesn't get in the path of anyone, whatever tool they're using for their application development. I feel that Poetry and others bring a lot of value for a project developer, but not really for libraries end users. I'm still open to discussion though!

@ramnes
Copy link
Owner

ramnes commented May 14, 2021

Moving this to a discussion. :)

@ramnes ramnes closed this as completed May 14, 2021
Repository owner locked and limited conversation to collaborators May 14, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants