poetry

Python dependency management and packaging tool with lock files.

brewmacoslinux
Try with needOr install directly
Source

About

Python package management tool

Commands

poetry

Examples

create a new python project with dependencies$ poetry new my-project
add a package to your project$ poetry add requests
install all project dependencies$ poetry install
run a python script in the project environment$ poetry run python script.py
publish your python package to pypi$ poetry publish