Unofficial PyPI distribution of OpenBabel (version 3.1.1.23), providing prebuilt wheels for Python ≥3.8. OpenBabel is a chemical toolbox for interconverting chemical file formats, molecular modeling, and cheminformatics. This package is useful when building from source is impractical.
pip install openbabel-wheelVerified import paths — ran on the pinned version, not inferred.
Basic usage: create an OBMol, read SMILES, print formula.
Use 'from openbabel import pybel' (if pybel is needed) or directly use openbabel.OBMol etc.
Check migration guides from OpenBabel 2.x to 3.x. Use 'openbabel.openbabel' for low-level functions.
Run 'import openbabel; print(openbabel.__file__)' to verify which module is loaded.
Run 'pip install openbabel-wheel'. Then use 'import openbabel' (not 'import openbabel-wheel').
Use 'from openbabel import openbabel' then 'openbabel.OBMol()'.
No dependency data recorded yet.