pyOBabel

It is a Python interface for openbabel chemical toolbox.

It is not the official Python interface of openbabel and may lack many functionality of openbabel. If you are looking for official Python, Please follow this pybel link.

Why another Python interface

The official Python interface to openbabel was built using SWIG. However, I used pybind11 to built the Python interface. It gives flexibility in building Python interface such that the obtained Python interface can be used in pythonic way.

Please cite the original publication of the openbabel:

Indices and tables