File: intro.rst

package info (click to toggle)
python-chemspipy 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: python: 1,125; makefile: 14
file content (27 lines) | stat: -rw-r--r-- 1,293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. _intro:

Introduction
============

ChemSpiPy is a Python wrapper that allows simple access to the web APIs offered by ChemSpider. The aim is to provide an
interface for users to access and query the ChemSpider database using Python, facilitating programs that can
automatically carry out the tasks that you might otherwise perform manually via the `ChemSpider website`_.

The RSC website has `full documentation for the ChemSpider APIs`_. It can be useful to browse through this
documentation before getting started with ChemSpiPy to get an idea of what sort of features are available.

.. _apikey:

Obtaining an API Key
--------------------

The Royal Society of Chemistry web services are currently available as an Open Developer Preview. During the preview you
can make 1000 calls per month. For an increased allowance, contact `api@rsc.org`_.

All operations require an API key. To obtain one, `Register for a RSC Developers account`_ and then `Add a new key`_.

.. _`ChemSpider website`: http://www.chemspider.com
.. _`full documentation for the ChemSpider APIs`: https://developer.rsc.org/compounds-v1/apis
.. _`api@rsc.org`: api@rsc.org
.. _`Register for a RSC Developers account`: https://developer.rsc.org/user/register
.. _`Add a new key`: https://developer.rsc.org/user/me/apps