Metadata-Version: 2.1
Name: pubchem-api
Version: 1.0.1
Summary: A simple API call to the pubchem database
Home-page: https://github.com/simonholmes001/pubchem_api
Author: simonholmes001
Author-email: simonholmesabc@gmail.com
License: MIT license
Keywords: pubchem_api
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: Click (>=7.0)
Requires-Dist: requests

===========
pubchem_api
===========


.. image:: https://img.shields.io/pypi/v/pubchem_api.svg
        :target: https://pypi.python.org/pypi/pubchem_api

.. image:: https://img.shields.io/travis/simonholmes001/pubchem_api.svg
        :target: https://travis-ci.com/simonholmes001/pubchem_api

.. image:: https://readthedocs.org/projects/pubchem-api/badge/?version=latest
        :target: https://pubchem-api.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


A simple API call to the pubchem database (UNOFFICIAL AND NOT FROM PUBCHEM)

* Documentation: https://pubchem-api.readthedocs.io/en/latest/
* Free software: MIT license


Features
--------

* Please see this file https://github.com/simonholmes001/pubchem_api/blob/master/README.md'

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-02-22)
------------------

* First release on PyPI.


