Metadata-Version: 2.1
Name: ms-reader
Version: 1.2.2
Summary: Package for parsing a Tracefinder file containing processed Mass Spectrometry data
Home-page: https://github.com/llegregam/MSReader
Author: Loïc Le Grégam
Author-email: legregam@insa-toulouse.fr
Project-URL: Bug Tracker, https://github.com/llegregam/MSReader/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pandas (>=1.3.4)
Requires-Dist: numpy (>=1.21.4)
Requires-Dist: natsort (>=8.0.0)
Requires-Dist: streamlit (>=1.8.0)
Requires-Dist: openpyxl (>=3.0.9)
Provides-Extra: testing
Requires-Dist: pytest (>=7.1.2) ; extra == 'testing'
Requires-Dist: flake8 (>=4.0.1) ; extra == 'testing'
Requires-Dist: tox (>=3.25.0) ; extra == 'testing'

MS_Reader
=========

**MS_Reader is a package for parsing and rearranging data originating from ThermoFisher's Tracefinder software for
Mass Spectrometry data processing**.

It is currently in it's beta phase, and will be integrated in the future in the MetaboQuant tool developped on the
`MetaToul Platform <https://www6.toulouse.inrae.fr/metatoul>`_.

The code is open-source, and available on `GitHub <github.com/llegregam/ms_reader>`_ under a GPLv3 license.
