Skip to content
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

Reword cross-reference to the poetry project #508

Merged
merged 1 commit into from
May 23, 2018

Conversation

ncoghlan
Copy link
Member

@ncoghlan ncoghlan commented May 23, 2018

The key design distinction between pipenv and poetry isn't
the overall scope of the projects, but rather the assumptions
we make about how projects are going to be structured.

pipenv focuses mainly on "git push" and "git archive" style
publication, where there's a private distribution pipeline
between the repo and production systems (e.g. this is
really common in SaaS and embedded systems).

poetry, by contrast, focuses on the case where a pyproject.toml
file is already present, at which point having Pipfile as well (as
pipenv requires if you want to use it to manage development
and testing environments) may feel redundant.

Closes #506

The key design distinction between pipenv and poetry isn't
the overall scope of the projects, but rather the assumptions
we make about how projects are going to be structured.

pipenv focuses mainly on "git push" and "git archive" style
publication, where there's a private distribution pipeline
between the repo and production systems (e.g. this is
really common in SaaS and embedded systems).

poetry, by contrast, focuses on the case where a pyproject.toml
file is already present, at which point having Pipfile as well (as
`pipenv` requires if you want to use it to manage development
and testing environments) may feel redundant.
@theacodes theacodes merged commit 93d78c3 into master May 23, 2018
@theacodes theacodes deleted the ncoghlan-clarify-poetry-reference branch May 23, 2018 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants