Metadata-Version: 2.1
Name: pyopenms
Version: 3.0.0
Summary: Python wrapper for C++ LCMS library OpenMS
Home-page: https://openms.de
Author: Uwe Schmitt and the OpenMS team
Author-email: uschmitt@mineway.de
Maintainer: The OpenMS team
Maintainer-email: open-ms-general@lists.sourceforge.net
License: http://opensource.org/licenses/BSD-3-Clause
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Description-Content-Type: text/x-rst

This package contains Python bindings for a large part of the OpenMS library
for mass spectrometry based proteomics.  It thus provides providing facile
access to a feature-rich, open-source algorithm library for mass-spectrometry
based proteomics analysis. These Python bindings allow raw access to the
data-structures and algorithms implemented in OpenMS, specifically those for
file access (mzXML, mzML, TraML, mzIdentML among others), basic signal
processing (smoothing, filtering, de-isotoping and peak-picking) and complex
data analysis (including label-free, SILAC, iTRAQ and SWATH analysis tools).

You can install pyopenms using::

  pip install pyopenms

Please see https://github.com/OpenMS/OpenMS/wiki/pyOpenMS for more information.

