Skip to content

NMRPy/nmrpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

19a947b · Feb 28, 2025
Sep 4, 2024
Jun 28, 2023
May 16, 2024
Sep 29, 2022
Feb 22, 2020
Jan 14, 2022
Sep 29, 2022
Jan 14, 2022
Jun 22, 2020
Jan 14, 2022
Jun 14, 2020
Feb 28, 2025
Aug 4, 2016
Feb 22, 2020

Repository files navigation

CI build wheels CI build Anaconda Documentation Status

NMRPy

NMRPy is a Python 3 module for the processing and analysis of NMR spectra. The functionality of NMRPy is structured to make the analysis of arrayed NMR spectra more intuitive.

Read the docs at http://nmrpy.readthedocs.io/

Installation

NMRPy is a pure Python module and works on Windows, Linux and macOS. Installation is via pip and dependencies are pulled in automatically. Conda packages are also provided for installation on Anaconda. The package is best installed in a separate virtual environment to ensure that it does not interfere with other installed packages and modules.

For installation with pip:
pip install nmrpy

For installation with conda:
conda install -c bioconda -c conda-forge -c jmrohwer nmrpy

Detailed installation instructions are available at https://nmrpy.readthedocs.io/en/latest/installation.html

Changelog

Read the changelog here