pypi_inspector.routes
#
Module Contents#
Classes#
Functions#
|
Parse the given version string and return a |
|
|
|
|
|
|
|
|
|
|
|
Generate a mailto report link for malicious code. |
|
Attributes#
- pypi_inspector.routes.parse(version: str) packaging.version.Version [source]#
Parse the given version string and return a
Version
object
- class pypi_inspector.routes.ZipDistribution(f)[source]#
Bases:
Distribution
- class pypi_inspector.routes.TarGzDistribution(f)[source]#
Bases:
Distribution