LockedPackage#
Bases: ABC
Base class for any package in a lock file.
location: str
property
#
Returns the location of the package as recorded in the lock-file.
Examples#
name: str
property
#
Returns the name of the package as recorded in the lock-file.
Note that this might not perse be the normalized name according to the specific ecosystem for the package.
Examples#
__repr__()
#
Returns a representation of the LockedPackage.