poetry-merge-lock

Tests Codecov PyPI Python Version Read the Docs License Black pre-commit Dependabot

Tests Codecov PyPI Python Version Read the Docs License Black pre-commit Dependabot

This is a tool for resolving merge conflicts in the lock file of Poetry, a packaging and dependency manager for Python. If the merge conflicts cannot be resolved by this tool, you can use the --print-content-hash option to compute the content hash for the metadata.content-hash entry, and resolve the conflicts manually.

Installation

To install poetry-merge-lock, run this command in your terminal:

$ pip install poetry-merge-lock

Usage

poetry-merge-lock’s usage looks like:

$ poetry-merge-lock [OPTIONS]
--print-content-hash

Print the content hash (metadata.content-hash).

--version

Display the version and exit.

--help

Display a short usage message and exit.