poetry 1.1.12
Python dependency management and packaging made easy
Poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.
- Website: https://python-poetry.org
- Licenses: Expat
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install poetry 1.1.12
as follows:
guix install poetry@1.1.12
Or install the latest version:
guix install poetry
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.