cyclonedx_py.parser.poetry

Module Contents

Classes

PoetryParser

Helper class that provides a standard way to create an ABC using

PoetryFileParser

Helper class that provides a standard way to create an ABC using

class cyclonedx_py.parser.poetry.PoetryParser(poetry_lock_contents: str)[source]

Bases: cyclonedx.parser.BaseParser

Helper class that provides a standard way to create an ABC using inheritance.

class cyclonedx_py.parser.poetry.PoetryFileParser(poetry_lock_filename: str)[source]

Bases: PoetryParser

Helper class that provides a standard way to create an ABC using inheritance.