Aims to simplify managing dependencies for Python projects, finding right versions of packages and their dependencies for compatibility, creating isolated Python environments and build distribution packages.
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.
Some key features of Poetry:
In summary, Poetry brings dependency management and packaging capabilities to Python projects, standardizing and simplifying several processes. It aims to be a comprehensive solution for Python project needs in these areas.