Skip to content
 
 

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChemSpiPy

Python wrapper for the ChemSpider API.

Forked from ChemSpiPy by Cameron Neylon.

Usage

import chemspipy

# Specify compound by ChemSpider ID
c = Compound('236')

# Search using name, SMILES, InChI, InChIKey, etc.
c = chemspipy.find_one('benzene')
c = chemspipy.find('benzene')[0]

Properties of the compound class:

c.imageurl
c.mf
c.smiles
c.inchi
c.inchikey
c.averagemass
c.molecularweight
c.monoisotopicmass
c.nominalmass
c.alogp
c.xlogp
c.commonname
c.image
c.mol

About

Python wrapper for the ChemSpider API. Forked from ChemSpiPy by Cameron Neylon.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors