PrefixRecord#
PrefixRecord
#
Bases: RepoDataRecord
extracted_package_dir: Optional[os.PathLike[str]]
property
writable
#
The path that contains the extracted package content.
Examples#
files: List[os.PathLike[str]]
property
writable
#
A sorted list of all files included in this package
Examples#
package_tarball_full_path: Optional[os.PathLike[str]]
property
writable
#
The path to where the archive of the package was stored on disk.
Examples#
paths_data: PrefixPaths
property
writable
#
Information about how files have been linked when installing the package.
Examples#
requested_spec: Optional[str]
property
writable
#
The spec that was used when this package was installed.
Note that this field is not currently updated if another
spec was used. If this package was not directly requested by the
user but was instead installed as a dependency of another package
None
will be returned.
Examples#
write_to_path(path, pretty)
#
Writes the contents of this instance to the file at the specified location.