Skip to main content

Python interface to the Open Babel chemistry library

Project description

This is a Python interface to the Open Babel chemistry library. For the main Open Babel project, see http://openbabel.org.

Open Babel is a chemical toolbox designed to speak the many languages of chemical data. It’s an open, collaborative project allowing anyone to search, convert, analyze, or store data from molecular modeling, chemistry, solid-state materials, biochemistry, or related areas. For installation instructions, tutorials and examples, please visit the Open Babel website.

This package provides two Python modules that can be used to access the functionality of the Open Babel toolkit:

  • The openbabel module: A wrapper that is automatically generated using the SWIG package and provides access to almost all of the Open Babel interfaces via Python, including the base classes OBMol, OBAtom, OBBond, and OBResidue, as well as the conversion framework OBConversion.

  • The pybel module: A lightweight wrapper around the classes and methods in the openbabel module. Pybel provides more convenient and Pythonic ways to access the Open Babel toolkit.

For detailed installation instructions, API documentation and further information on the Python bindings, see the Python pages on the Open Babel website.

Dependencies

  • Python 2.4 or a more recent version.

  • Open Babel 2.3.0 or a more recent version.

Installation

Option 1: Use pip.

pip install openbabel

Option 2: Download the latest release and install yourself.

tar -xzvf openbabel-1.8.1.tar.gz
cd openbabel-1.8.1
python setup.py install

Option 3: While building Open Babel itself.

cd openbabel
mkdir ob-build
cd ob-build
cmake -DRUN_SWIG=ON -DPYTHON_BINDINGS=ON ..
make install

Download files

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

Source Distribution

openbabel-2.4.0.tar.gz (74.4 kB view hashes)

Uploaded Source

Built Distributions

openbabel-2.4.0-cp35-cp35m-win_amd64.whl (730.0 kB view hashes)

Uploaded CPython 3.5m Windows x86-64

openbabel-2.4.0-cp35-cp35m-win32.whl (529.9 kB view hashes)

Uploaded CPython 3.5m Windows x86

openbabel-2.4.0-cp35-cp35m-macosx_10_11_x86_64.whl (899.5 kB view hashes)

Uploaded CPython 3.5m macOS 10.11+ x86-64

openbabel-2.4.0-cp34-cp34m-win_amd64.whl (729.7 kB view hashes)

Uploaded CPython 3.4m Windows x86-64

openbabel-2.4.0-cp34-cp34m-win32.whl (529.9 kB view hashes)

Uploaded CPython 3.4m Windows x86

openbabel-2.4.0-cp27-cp27m-win_amd64.whl (722.2 kB view hashes)

Uploaded CPython 2.7m Windows x86-64

openbabel-2.4.0-cp27-cp27m-win32.whl (532.2 kB view hashes)

Uploaded CPython 2.7m Windows x86

openbabel-2.4.0-cp27-cp27m-macosx_10_11_x86_64.whl (903.6 kB view hashes)

Uploaded CPython 2.7m macOS 10.11+ x86-64

Supported by

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