Python dependency management and packaging tool with lock files.
Python package management tool
poetry
$ poetry new my-project
$ poetry add requests
$ poetry install
$ poetry run python script.py
$ poetry publish