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.6.0.tar.gz (155.1 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.6.0-py3-none-any.whl (271.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for chemex-2026.6.0.tar.gz
Algorithm Hash digest
SHA256 ae5ff37048f410648cc5672417e37208c86b13e17f2db5bbdd5c13c186364159
MD5 a9be5c842c2bf859d22e66304652b7a3
BLAKE2b-256 ee29e776546d6eeede7237d6aaf5710b306796e6215743baad9e7b2c0d0e490b

See more details on using hashes here.

Provenance

The following attestation bundles were made for chemex-2026.6.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.6.0-py3-none-any.whl.

File metadata

  • Download URL: chemex-2026.6.0-py3-none-any.whl
  • Upload date:
  • Size: 271.7 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.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 491cab8f0fcfe93754dd10a6535e981d9cfd6d739cc491f1e393eb3d2971ae96
MD5 7efb2571e0a0deb27cb99fd28b618a37
BLAKE2b-256 3fcc219cbacc6179975c3da7bd74d750d5de7a97f812330b6a1af15cccfedad6

See more details on using hashes here.

Provenance

The following attestation bundles were made for chemex-2026.6.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