Skip to main content

An analysis program for chemical exchange detected by NMR

Project description

ChemEx: NMR Chemical Exchange Analysis Tool

Code style: black

Table of Contents

About ChemEx

ChemEx is an advanced, open-source software specifically designed for analyzing NMR experimental data to characterize chemical exchange processes. Ideal for researchers and scientists in the field of biochemistry and molecular biology, ChemEx aids in the analysis of NMR experiments like Carr-Purcell-Meiboom-Gill (CPMG) relaxation dispersion and Chemical Exchange Saturation Transfer (CEST).

Prerequisites

Before installing ChemEx, ensure you have Python 3.13 installed on your system.

Note: ChemEx requires Python 3.13. Python 3.14 was recently released and is being tested for compatibility, but Python 3.13 is recommended for production use until the scientific Python ecosystem fully adopts 3.14.

Installation

ChemEx offers several installation methods to suit your specific setup:

Quick Start with uv (Recommended)

uv is a fast Python package and project manager. If you don't have it installed:

# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh

# Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

The fastest way to try ChemEx without installation:

uvx chemex --help

Or install it as a tool:

uv tool install chemex
chemex --help

Using pip with venv

Create an isolated environment and install ChemEx:

python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
pip install chemex

Using pip (global)

pip install chemex

From source

pip install git+https://github.com/gbouvignies/ChemEx.git

Using conda

If you prefer conda/mamba:

conda create -n chemex python=3.13
conda activate chemex
conda config --env --add channels conda-forge
conda install chemex

Performance Optimization

ChemEx performance depends on the underlying numerical libraries (NumPy and SciPy). The default installation provides good performance for most users:

  • pip (PyPI wheels): Uses OpenBLAS on Linux/Windows, or Apple's Accelerate framework on macOS
  • conda-forge: Uses OpenBLAS as the BLAS/LAPACK backend
  • Anaconda (defaults channel): Uses Intel® MKL, which can provide better performance for some operations
  • Intel® Distribution for Python: Also uses Intel® MKL

For most use cases, the default pip or conda-forge installation is sufficient. If you need maximum performance and are doing intensive numerical computations, consider using Anaconda's defaults channel or Intel's Python distribution.

Contributing

We encourage contributions from the community. Please see our CONTRIBUTING.md for guidelines on how to make ChemEx better. For any issues or suggestions, please open an issue or a discussion on our GitHub repository.

Support and Documentation

For additional support, tutorials, and detailed documentation, visit the ChemEx Documentation.

License

ChemEx is licensed under the GPL-3.0. See the LICENSE file for more details.


Developed with ❤️ by the ChemEx Contributors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chemex-2026.5.0.tar.gz (139.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chemex-2026.5.0-py3-none-any.whl (252.9 kB view details)

Uploaded Python 3

File details

Details for the file chemex-2026.5.0.tar.gz.

File metadata

  • Download URL: chemex-2026.5.0.tar.gz
  • Upload date:
  • Size: 139.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for chemex-2026.5.0.tar.gz
Algorithm Hash digest
SHA256 3247eb449024d700da04b140e4327479a56876c01fc79441d94c61cee0bc50b4
MD5 202a4b0605eece8a23f896ba1f91a5ce
BLAKE2b-256 f9b73550e62932cd74875d98a51c91cef84c68ec0a52abfbac797ef54b1c8e60

See more details on using hashes here.

Provenance

The following attestation bundles were made for chemex-2026.5.0.tar.gz:

Publisher: python-publish.yml on gbouvignies/ChemEx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chemex-2026.5.0-py3-none-any.whl.

File metadata

  • Download URL: chemex-2026.5.0-py3-none-any.whl
  • Upload date:
  • Size: 252.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for chemex-2026.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f09269c643a8b73b4b996224e9e621049ccf95528c392a32ea569234aadc9f58
MD5 36531f3bcba73bba2c9d34c952c9b359
BLAKE2b-256 509abf36f6b52c3df8527faae0009617482fe4d3beebff5e4b50f9caad1c68cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for chemex-2026.5.0-py3-none-any.whl:

Publisher: python-publish.yml on gbouvignies/ChemEx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page