Contents

poetry 1.8.2

0

Python dependency management and packaging made easy.

Python dependency management and packaging made easy.

Stars: 29303, Watchers: 29303, Forks: 2199, Open Issues: 636

The python-poetry/poetry repo was created 6 years ago and the last code push was 18 hours ago.
The project is extremely popular with a mindblowing 29303 github stars!

How to Install poetry

You can install poetry using pip

pip install poetry

or add it to a project with poetry

poetry add poetry

Package Details

Author
Sébastien Eustace
License
MIT
Homepage
https://python-poetry.org/
PyPi:
https://pypi.org/project/poetry/
Documentation:
https://python-poetry.org/docs
GitHub Repo:
https://github.com/python-poetry/poetry

Classifiers

  • Software Development/Build Tools
  • Software Development/Libraries/Python Modules
No  poetry  pypi packages just yet.

Errors

A list of common poetry errors.

Code Examples

Here are some poetry code examples and snippets.

GitHub Issues

The poetry package has 636 open issues on GitHub

  • Optional groups and extras installed if explicit source given
  • 1.6.0 Release
  • ModuleNotFoundError after installing a wheel package using Poetry
  • Poetry does not install packages in docker entrypoint when tty is activated
  • [WinError 193] when virtualenvs.prefer-active-python is true
  • fix: remove exception when keyring is locked
  • Update vendor dependencies to support FIPS on older Python versions
  • Speed up lock file update when path dep lock file gets updated
  • Could not parse version constraint: >="3.0"
  • Add a dependency as editable and non-editable
  • Remove package pyproject line if package is module to resolve #7609
  • Fish completions do not work properly for subcommand specific options
  • docs: Use reference instead of deprecated callable in scripts example
  • 1.5.1. cannot update extras
  • poetry lock --check doesn't warn of missmatch in versions of local dependencies and their transitive dependencies

See more issues on GitHub

Related Packages & Articles

pep517 0.13.1

Wrappers to build Python packages using PEP 517 hooks