0 purchases
pyOBabel 0.1.1
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
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:
# 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 .
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.