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 link.
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.
# O'Boyle et al (2011) # Open Babel: An open chemical toolbox # Journal of Cheminformatics 2011 3:33 # https://doi.org/10.1186/1758-2946-3-33 .