skillfed

poetry-core

Poetry PEP 517 Build Backend

poetry-core Permissive license MIT Active 34,290 v2.4.1 released

Install

poetry-core on PyPI

pip

pip install poetry-core

uv

uv add poetry-core

poetry

poetry add poetry-core

Package facts

License MIT (permissive)
Python support supports the current Python release (<4.0,>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance actively maintained — 82 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: poetry_core-2.4.1-py3-none-any.whl

Keywords: packaging, dependency, poetry

Programming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Software Development :: Build ToolsTopic :: Software Development :: Libraries :: Python Modules

About poetry-core

from the package's own PyPI description — quoted content, verbatim

Poetry Core

Poetry (image) PyPI version (image) Python Versions (image) License: MIT (image) https://github.com/python-poetry/poetry-core/workflows/Tests/badge.svg (image)

A PEP 517 build backend implementation developed for Poetry. This project is intended to be a lightweight, fully compliant, self-contained package allowing PEP 517-compatible build frontends to build Poetry-managed projects.

Usage

In most cases, the usage of this package is transparent to the end-user as it is either used by Poetry itself or a PEP 517 frontend (eg: pip).

In order to enable the use of poetry-core as your build backend, the following snippet must be present in...

Read as markdown · JSON record · Source repository · Homepage

Similar packages