Properties2
TypeConcept
Note createdFeb 17, 2025

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. It will provide a top-layer on top of pip, similar to the one that Cargo provides, making it one of the best options for packaging in Python.