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/
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
Read the changelog here