Metadata-Version: 2.4
Name: ims-utils
Version: 0.1.8
Summary: Spectrum utilities.
Author-email: "Lukasz G. Migas" <lukas.migas@yahoo.com>
License: BSD 3-Clause License
Project-URL: homepage, https://github.com/vandeplaslab/ims-utils
Project-URL: repository, https://github.com/vandeplaslab/ims-utils
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: numba
Requires-Dist: koyo
Requires-Dist: msalign
Requires-Dist: loguru
Requires-Dist: tqdm
Provides-Extra: html
Requires-Dist: plotly; extra == "html"
Provides-Extra: oms
Requires-Dist: pyopenms>=2.7.0; python_version < "3.10" and extra == "oms"
Provides-Extra: batch
Requires-Dist: pandas; extra == "batch"
Requires-Dist: scikit-learn; extra == "batch"
Requires-Dist: mpire; extra == "batch"
Requires-Dist: patsy; extra == "batch"
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-pretty; extra == "test"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pdbpp; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: rich; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: ims_utils[test]; extra == "dev"
Dynamic: license-file

# ims-utils

[![License](https://img.shields.io/pypi/l/spec_utils.svg?color=green)](https://github.com/vandeplaslab/ims-utils/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/ims-utils.svg?color=green)](https://pypi.org/project/ims-utils)
[![Python Version](https://img.shields.io/pypi/pyversions/ims-utils.svg?color=green)](https://python.org)
[![CI](https://github.com/vandeplaslab/ims-utils/actions/workflows/ci.yml/badge.svg)](https://github.com/vandeplaslab/ims-utils/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/vandeplaslab/ims-utils/branch/main/graph/badge.svg)](https://codecov.io/gh/vandeplaslab/ims-utils)


Various small functions for mass spectrometry data processing.

## Contributing

Contributions are always welcome. Please feel free to submit PRs with new features, bug fixes, or documentation improvements.

```bash
git clone https://github.com/vandeplaslab/ims-utils.git

pip install -e .[dev]
```
