Skip to content

ejmurray/ChemSpiPy

 
 

Repository files navigation

ChemSpiPy

http://img.shields.io/pypi/v/ChemSpiPy.svg?style=flat http://img.shields.io/pypi/l/ChemSpiPy.svg?style=flat http://img.shields.io/travis/mcs07/ChemSpiPy/master.svg?style=flat http://img.shields.io/coveralls/mcs07/ChemSpiPy/master.svg?style=flat http://img.shields.io/badge/DOI-10.5281%2Fzenodo.13153-blue.svg?style=flat

ChemSpiPy provides a way to interact with ChemSpider in Python. It allows chemical searches, chemical file downloads, depiction and retrieval of chemical properties:

>>> from chemspipy import ChemSpider
>>> cs = ChemSpider('<YOUR-SECURITY-TOKEN>')
>>> c1 = cs.get_compound(236)  # Specify compound by ChemSpider ID
>>> c2 = cs.search('benzene')  # Search using name, SMILES, InChI, InChIKey, etc.

Installation

Install ChemSpiPy using pip:

pip install chemspipy

Alternatively, try one of the other installation options.

Documentation

Full documentation is available at http://chemspipy.readthedocs.org.

The general documentation for the ChemSpider API is also a useful resource.

Contribute

  • Feature ideas and bug reports are welcome on the Issue Tracker.
  • Fork the source code on GitHub, make changes and file a pull request.

License

ChemSpiPy is licensed under the MIT license.

This project was originally forked from ChemSpiPy by Cameron Neylon, which has been released into the public domain.

About

Python wrapper for the ChemSpider API

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.8%
  • Makefile 8.2%