Contents

poetry 2.3.2

0

Python dependency management and packaging made easy.

Python dependency management and packaging made easy.

Stars: 34204, Watchers: 34204, Forks: 2402, Open Issues: 577

The python-poetry/poetry repo was created 7 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 34204 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
None
Homepage
None
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 577 open issues on GitHub

  • Uppercase naming on package.dependencies field in poetry.lock file
  • Cannot remove optional dependency
  • Non-deterministic markers order
  • Add tests for pbs_installer_supported_arch
  • PEP-621 static dependencies lose develop = true on transitive dependencies
  • docs: add usage guide for contributors on existing Poetry projects (#8131)
  • poetry sync will not switch package from non-editable to editable
  • file scripts are not copied to bin on poetry install
  • Support for strict release dependency resolution with PEP621/PEP735 style dependency declaration
  • AssertionError in get_parents when updating package from private repo
  • fix: handle || operator in version constraints for poetry add
  • feat: Add default-group-optionality configuration option
  • Poetry doesn't recognize the virtualenv it created; insists the virtualenv path is "."
  • Allow setting default optionality for dependency groups
  • poetry init –author multiple authors fix #8864

See more issues on GitHub

Related Packages & Articles

pep517 0.13.1

Wrappers to build Python packages using PEP 517 hooks