Parsers

Different available parsers.

Base

Abstract classes to give a base for parsers.

BaseParser(content_response)

Base structure for parsers.

BaseListParser(content_response)

Base structure for parsers.

KEGG

KeggLinkParser(*args, **kwargs)

Parser for LINK operation from KEGG API.

KeggOrthologyListParser(content_response)

Parser for list of KEGG ko from KEGG API (http://rest.kegg.jp/list/ko).

KeggPathwayListParser(content_response)

Parser for list of KEGG pathways (map) from KEGG API (http://rest.kegg.jp/list/pathway).

KeggModuleListParser(content_response)

Parser for list of KEGG modules (M) from KEGG API (http://rest.kegg.jp/list/module).

KeggModuleParser(content_response)

Parser for KEGG module plain text result from KEGG API.

KeggOrthologyParser(content_response)

Parser for KEGG KO plain text result from KEGG API.

KeggPathwayParser(content_response)

Parser for KEGG pathway plain text result from KEGG API.