poetry-plugin-export icon indicating copy to clipboard operation
poetry-plugin-export copied to clipboard

Support PEP 751 lockfiles as an output format

Open edgarrmondragon opened this issue 8 months ago • 1 comments

With PEP 751 being accepted, it'd be nice if this plugin could add support for pylock.toml as an output format too for interoperability, as workflows begin to adopt the it.

Probably something like this

poetry export --format=pylock.toml

Related issues in other tools

Consumers

  • https://github.com/pypa/pip/issues/13334
  • https://github.com/astral-sh/uv/pull/12992

Producers

  • https://github.com/pypa/pip/pull/13213
  • https://github.com/astral-sh/uv/pull/12955
  • https://github.com/pdm-project/pdm/issues/3480
  • https://github.com/pex-tool/pex/issues/2735

Additional links

  • https://pip.pypa.io/en/latest/cli/pip_lock/
  • https://docs.astral.sh/uv/reference/cli/#uv-export--format

edgarrmondragon avatar Apr 22 '25 02:04 edgarrmondragon