Metadata-Version: 2.1
Name: matchms-extras
Version: 0.1.0
Summary: Additional functionalities to be used with matchms
Home-page: https://github.com/matchms/matchms_extras
Author: Netherlands eScience Center
Author-email: f.huber@esciencecenter.nl
License: Apache Software License 2.0
Keywords: similarity measures,mass spectrometry,networking,network analysis,library search
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Requires-Dist: matchms
Requires-Dist: spec2vec
Requires-Dist: community
Requires-Dist: networkx
Requires-Dist: pandas
Provides-Extra: chemistry
Requires-Dist: rdkit (>=2020.03.1) ; extra == 'chemistry'
Provides-Extra: dev
Requires-Dist: bump2version ; extra == 'dev'
Requires-Dist: isort (<5,>=4.2.5) ; extra == 'dev'
Requires-Dist: prospector[with_pyroma] ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: sphinx (!=3.2.0,!=3.5.0,<4.0.0,>=3.0.0) ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: sphinxcontrib-apidoc ; extra == 'dev'
Requires-Dist: yapf ; extra == 'dev'

<img src="https://github.com/matchms/matchms_extras/blob/main/images/matchms_extras_logo.png" width="600">

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/matchms/matchms_extras/CI%20Build)
![GitHub](https://img.shields.io/github/license/matchms/matchms_extras)

# matchms_extras

Additional functionalities to be used with [matchms](https://github.com/matchms/matchms), but which either in scope and/or in code quality and/or in degree of unit testing do not match the criteria we have for matchms.

## Installation (soon)

```
pip install matchms_extras
```



