Poetry is a Python tool for dependency management and packaging, simplifying how you handle the libraries your project needs and how you build and distribute your project. It replaces traditional tools like requirements.txt, setup.py, and MANIFEST.in with a more streamlined approach using a pyproject.toml file.

https://python-poetry.org/

#Python #poetry #dependency #dependencies #management #package #packaging #library #toml

Poetry - Python dependency management and packaging made easy

Python dependency management and packaging made easy