@@ -23,7 +23,7 @@ The report is a JSON object with the following properties:
23
23
24
24
- ` pip_version ` : a string with the version of pip used to produce the report.
25
25
26
- - ` installed ` : an array of [ InspectReportItem] ( InspectReportItem ) representing the
26
+ - ` installed ` : an array of [ ` InspectReportItem ` ] ( InspectReportItem ) representing the
27
27
distribution packages that are installed.
28
28
29
29
- ` environment ` : an object describing the environment where the installation report was
@@ -50,10 +50,11 @@ the following properties:
50
50
```
51
51
52
52
- ` direct_url ` : Information about the direct URL that was used for installation, if any,
53
- using the [ direct
54
- URL] ( https://packaging.python.org/en/latest/specifications/direct-url/ ) data
55
- structure. In most case, this field corresponds to the ` direct_url.json ` metadata,
56
- except for legacy editable installs, where it is emulated.
53
+ using the [ direct URL data
54
+ structure] ( https://packaging.python.org/en/latest/specifications/direct-url-data-structure/ ) .
55
+ In most case, this field corresponds to the
56
+ [ ` direct_url.json ` ] ( https://packaging.python.org/en/latest/specifications/direct-url )
57
+ metadata, except for legacy editable installs, where it is emulated.
57
58
58
59
- ` requested ` : ` true ` if the ` REQUESTED ` metadata is present, ` false ` otherwise. This
59
60
field is only present for modern ` .dist-info ` installations.
0 commit comments