PubChemPy icon indicating copy to clipboard operation
PubChemPy copied to clipboard

the sdf record approach recommend

Open a358003542 opened this issue 7 years ago • 0 comments

I have study the pubchem api for a while, and found that the best api approach from cheminformatics view, maybe the best api approach is not the general json approach method which is popularity in the web.

I reccomend the sdf approach , the temp pysdf project .

It is really ease to parse the sdf content , and we will get the molfile_content and other property.

Please check here my work: chem .

we get the original property from the sdf file, and only need do some rename trick and we will get out property name directly.

a358003542 avatar Dec 15 '17 08:12 a358003542