documentation for lock file formats #6763
-
is there any documentation for the lock file format versions? i've just seen in the release notes that there will be a lock file format 2.0, and i was wondering what the differences are. i'm asking because for monotrail i have to read poetry.lock to get the resolved set of dependencies and their filenames/hashes. Currently, i've just hardcoded the poetry 1.2 format. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is no standalone documentation beyond the source code at this time. The lock file 2.0 format moves the files from a global table, to instead be per |
Beta Was this translation helpful? Give feedback.
There is no standalone documentation beyond the source code at this time. The lock file 2.0 format moves the files from a global table, to instead be per
[[package]]
entry aspackage.files = [{file objects}...]
.