cyclonedx_py.parser.conda
Module Contents
Classes
Internal abstract parser - not for programmatic use. |
|
This parser is intended to receive the output from the command conda list --json. |
|
This parser is intended to receive the output from the command conda list --explicit or |
- class cyclonedx_py.parser.conda._BaseCondaParser(conda_data: str)[source]
Bases:
cyclonedx.parser.BaseParserInternal abstract parser - not for programmatic use.
- class cyclonedx_py.parser.conda.CondaListJsonParser(conda_data: str)[source]
Bases:
_BaseCondaParserThis parser is intended to receive the output from the command conda list –json.
- class cyclonedx_py.parser.conda.CondaListExplicitParser(conda_data: str)[source]
Bases:
_BaseCondaParserThis parser is intended to receive the output from the command conda list –explicit or conda list –explicit –md5.