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

use poetry-core instead of poetry #320

Merged
merged 1 commit into from
Aug 12, 2023
Merged

use poetry-core instead of poetry #320

merged 1 commit into from
Aug 12, 2023

Conversation

tjni
Copy link
Contributor

@tjni tjni commented Aug 12, 2023

Per https://pypi.org/project/poetry-core/:

Prior to the release of version 1.1.0, Poetry was a project management tool that included a PEP 517 build backend. This was inefficient and time consuming when a PEP 517 build was required. For example, both pip and tox (with isolated builds) would install Poetry and all dependencies it required. Most of these dependencies are not required when the objective is to simply build either a source or binary distribution of your project.

In order to improve the above situation, poetry-core was created. Shared functionality pertaining to PEP 517 build backends, including reading pyproject.toml and building wheel/sdist, were implemented in this package. This makes PEP 517 builds extremely fast for Poetry managed packages.

@coveralls
Copy link

Coverage Status

coverage: 87.285%. remained the same when pulling 9d5626e on tjni:poetry-core into 7154a8f on newAM:main.

Copy link
Owner

@newAM newAM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@newAM newAM merged commit b9351d5 into newAM:main Aug 12, 2023
9 checks passed
@tjni tjni deleted the poetry-core branch August 12, 2023 17:01
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.

3 participants