https://github.com/gunshotmatch/pyms-lc-esi
PyMassSpec extension for LC-ESI-MS data processing.
https://github.com/gunshotmatch/pyms-lc-esi
chemistry esi lcms pymassspec pyms python
Last synced: 4 months ago
JSON representation
PyMassSpec extension for LC-ESI-MS data processing.
- Host: GitHub
- URL: https://github.com/gunshotmatch/pyms-lc-esi
- Owner: GunShotMatch
- License: mit
- Created: 2023-10-19T13:15:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-22T15:39:42.000Z (about 1 year ago)
- Last Synced: 2025-05-22T17:08:38.661Z (about 1 year ago)
- Topics: chemistry, esi, lcms, pymassspec, pyms, python
- Language: Python
- Homepage: https://pyms-lc-esi.readthedocs.io/en/latest
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
============
pyms-lc-esi
============
.. start short_desc
**PyMassSpec extension for LC-ESI-MS data processing.**
.. end short_desc
.. start shields
.. list-table::
:stub-columns: 1
:widths: 10 90
* - Docs
- |docs| |docs_check|
* - Tests
- |actions_linux| |actions_windows| |actions_macos|
* - Activity
- |commits-latest| |commits-since| |maintained|
* - QA
- |codefactor| |actions_flake8| |actions_mypy|
* - Other
- |license| |language| |requires|
.. |docs| image:: https://img.shields.io/readthedocs/pyms-lc-esi/latest?logo=read-the-docs
:target: https://pyms-lc-esi.readthedocs.io/en/latest
:alt: Documentation Build Status
.. |docs_check| image:: https://github.com/GunShotMatch/pyms-lc-esi/workflows/Docs%20Check/badge.svg
:target: https://github.com/GunShotMatch/pyms-lc-esi/actions?query=workflow%3A%22Docs+Check%22
:alt: Docs Check Status
.. |actions_linux| image:: https://github.com/GunShotMatch/pyms-lc-esi/workflows/Linux/badge.svg
:target: https://github.com/GunShotMatch/pyms-lc-esi/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status
.. |actions_windows| image:: https://github.com/GunShotMatch/pyms-lc-esi/workflows/Windows/badge.svg
:target: https://github.com/GunShotMatch/pyms-lc-esi/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status
.. |actions_macos| image:: https://github.com/GunShotMatch/pyms-lc-esi/workflows/macOS/badge.svg
:target: https://github.com/GunShotMatch/pyms-lc-esi/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status
.. |actions_flake8| image:: https://github.com/GunShotMatch/pyms-lc-esi/workflows/Flake8/badge.svg
:target: https://github.com/GunShotMatch/pyms-lc-esi/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status
.. |actions_mypy| image:: https://github.com/GunShotMatch/pyms-lc-esi/workflows/mypy/badge.svg
:target: https://github.com/GunShotMatch/pyms-lc-esi/actions?query=workflow%3A%22mypy%22
:alt: mypy status
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/GunShotMatch/pyms-lc-esi/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/GunShotMatch/pyms-lc-esi/
:alt: Requirements Status
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/GunShotMatch/pyms-lc-esi?logo=codefactor
:target: https://www.codefactor.io/repository/github/GunShotMatch/pyms-lc-esi
:alt: CodeFactor Grade
.. |license| image:: https://img.shields.io/github/license/GunShotMatch/pyms-lc-esi
:target: https://github.com/GunShotMatch/pyms-lc-esi/blob/master/LICENSE
:alt: License
.. |language| image:: https://img.shields.io/github/languages/top/GunShotMatch/pyms-lc-esi
:alt: GitHub top language
.. |commits-since| image:: https://img.shields.io/github/commits-since/GunShotMatch/pyms-lc-esi/v0.0.0
:target: https://github.com/GunShotMatch/pyms-lc-esi/pulse
:alt: GitHub commits since tagged version
.. |commits-latest| image:: https://img.shields.io/github/last-commit/GunShotMatch/pyms-lc-esi
:target: https://github.com/GunShotMatch/pyms-lc-esi/commit/master
:alt: GitHub last commit
.. |maintained| image:: https://img.shields.io/maintenance/yes/2026
:alt: Maintenance
.. end shields
Installation
--------------
.. start installation
``pyms-lc-esi`` can be installed from GitHub.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install git+https://github.com/GunShotMatch/pyms-lc-esi
.. end installation