pubchemprops icon indicating copy to clipboard operation
pubchemprops copied to clipboard

A convenient wrapper around PubChem PUG REST API that allows to search for many compound properties available at PubChem with ease

Results 1 pubchemprops issues
Sort by recently updated
recently updated
newest added

Hi Maxim, Thank you for Pubchemprops!! I am getting a weird error: from pubchemprops.pubchemprops import get_first_layer_props, get_second_layer_props chem_id=8285.0 easy_properties = get_first_layer_props(crap[0], ['MolecularFormula', 'MolecularWeight', 'CanonicalSMILES', 'IsomericSMILES', 'InChI', 'InChIKey', 'IUPACName', 'XLogP', 'ExactMass','MonoisotopicMass',...