PypiLockedPackage#
Bases: LockedPackage
A locked PyPI package in a lock file.
extras: Set[str]
property
#
The extras enabled for the package. Note that the order doesn't matter.
Examples#
is_editable: bool
property
#
Whether the package should be installed in editable mode or not.
Examples#
version: str
property
#
Returns the version of the package as recorded in the lock-file.