chemfileconverter

chemfileconverter.load(fp: TextIO) Any[source]

Deserialize fp (a .read()-supporting file-like object containing a Chemical Table document) to a Python object.

chemfileconverter.loads(s)[source]

Deserialize s (a str instance containing a Chemical Table document) to a Python object.