poetry 1.8.3
0
Python dependency management and packaging made easy.
Contents
Python dependency management and packaging made easy.
Stars: 31440, Watchers: 31440, Forks: 2266, Open Issues: 659The python-poetry/poetry
repo was created 6 years ago and the last code push was 11 hours ago.
The project is extremely popular with a mindblowing 31440 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
Related Packages
Errors
A list of common poetry errors.
Code Examples
Here are some poetry
code examples and snippets.
GitHub Issues
The poetry package has 659 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
istrue
- 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 deprecatedcallable
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