This package browser is in early development. Mind the rough edges.

python-poetry-core

Poetry PEP 517 build back-end

The poetry-core module provides a PEP 517 build back-end implementation developed for Poetry. This project is intended to be a light weight, fully compliant, self-contained package allowing PEP 517 compatible build front-ends to build Poetry managed projects.

Installation

Install the latest version of python-poetry-core as follows:

guix install python-poetry-core

Or install a particular version:

guix install python-poetry-core@1.9.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-poetry-core about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-poetry-core'><img src='https://packages.guix.gnu.org/packages/python-poetry-core/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-poetry-core/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-poetry-core)

Example Org:

[[https://packages.guix.gnu.org/packages/python-poetry-core][https://packages.guix.gnu.org/packages/python-poetry-core/badges/latest-version.svg]]