Metadata-Version: 2.1
Name: chemistry-tools
Version: 0.2.1
Summary: Python tools for analysis of chemical compounds
Home-page: https://github.com/domdfcoding/chemistry_tools
Author: Dominic Davis-Foster
Author-email: dominic@davis-foster.co.uk
License: LGPL3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: numpy (>=1.16.0)
Requires-Dist: pandas (>=0.24.0)
Requires-Dist: matplotlib (>=3.0.0)
Requires-Dist: requests (>=2.21.0)
Requires-Dist: beautifulsoup4 (>=4.7.0)
Requires-Dist: requests-cache (>=0.5.0)

****************
chemistry_tools
****************

.. image:: https://travis-ci.org/domdfcoding/chemistry_tools.svg?branch=master
    :target: https://travis-ci.org/domdfcoding/chemistry_tools
    :alt: Build Status
.. image:: https://readthedocs.org/projects/chemistry_tools/badge/?version=latest
    :target: https://chemistry_tools.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
.. image:: https://img.shields.io/pypi/v/chemistry_tools.svg
    :target: https://pypi.org/project/chemistry_tools/
    :alt: PyPI
.. image:: https://img.shields.io/pypi/pyversions/chemistry_tools.svg
    :target: https://pypi.org/project/chemistry_tools/
    :alt: PyPI - Python Version
.. image:: https://coveralls.io/repos/github/domdfcoding/chemistry_tools/badge.svg?branch=master
    :target: https://coveralls.io/github/domdfcoding/chemistry_tools?branch=master
    :alt: Coverage


Python tools for analysis of chemical compounds


Lookup adapted from PubChemPy
======================================
Copyright 2017 Matt Swain <m.swain@me.com>

https://github.com/mcs07/PubChemPy

Available under the MIT License


SpectrumSimilarity
======================================
Adapted from SpectrumSimilarity.R
Part of OrgMassSpecR

Copyright 2011-2017 Nathan Dodder <nathand@sccwrp.org>

https://cran.r-project.org/web/packages/OrgMassSpecR/index.html

Available under the BSD 2-Clause License




