poetry==2.4.1
# Python dependency management and packaging made easy.
$ pip install poetry
downloads/wk
19,003,679
license
version
2.4.1
python
<4.0,>=3.10
What is poetry?
Poetry is a tool that simplifies managing Python project dependencies and building packages for distribution. Instead of juggling multiple configuration files like requirements.txt and setup.py, developers use Poetry's single configuration file to declare dependencies, specify versions, and handle package creation. It's useful for anyone building Python applications or libraries who wants a streamlined, reliable workflow for dependency management.
Keywords
#packaging #dependency #poetry
Author
Sébastien Eustace