python.package
Description
Python package information
Init
python.package(path string)
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
id | string | ID is the python.package unique identifier |
name | string | Name of the package |
file | file | File containing the package metadata |
version | string | Version of the package |
license | string | License of the package |
author | string | Author of the package |
authorEmail | string | Author email of the package |
summary | string | Short package description |
purl | string | Package URL |
cpes | []core.cpe | Common Platform Enumeration (CPE) for the package |
dependencies | []python.package | List of packages depended on |