Repository URL to install this package:
Version:
0.1.16-1 ▾
|
"""Errors raised from this package."""
class InstallerError(Exception):
"""All exceptions raised from this package's code."""
class InvalidWheelSource(InstallerError):
"""When a wheel source violates a contract, or is not supported."""