rxn.chemutils.rdf.rdf_parser

Functions

iterate_reactions_from_file(filename[, ...])

param filename

Classes

ParsedReaction()

Reaction under construction during parsing of an RDF file.

RdfParser(filename[, encoding])

Custom parser for RDF files.

Exceptions

IncompleteReaction

Exception for incomplete reaction in RDF file.

InvalidBlock(lines)

Exception raised when a block of an RDF file cannot be processed.

RdfParsingError

Exception for RDF parsing errors.