File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 6
6
The ` --report ` option of the pip install command produces a detailed JSON report of what
7
7
it did install (or what it would have installed, if used with the ` --dry-run ` option).
8
8
9
+ ``` {note}
10
+ When considering use cases, please bear in mind that
11
+
12
+ - while the `--report` option may be used to implement requirement locking tools (among
13
+ other use cases), this format is *not* meant to be a lock file format as such;
14
+ - there is no plan for pip to accept an installation report as input for the `install`,
15
+ `download` or `wheel` commands;
16
+ - the `--report` option and this format is intended to become a supported pip feature
17
+ (when the format is stabilized to version 1);
18
+ - it is however *not* a PyPA interoperability standard and as such its evolution will be
19
+ governed by the pip processes and not the PyPA standardization processes.
20
+ ```
21
+
9
22
## Specification
10
23
11
24
The report is a JSON object with the following properties:
You can’t perform that action at this time.
0 commit comments