Есть ли недавние изменения в библиотеке pybel
. У него нет методов readstring()
и readfile()
.
На одном из форумов рекомендуется использовать openBabel
, но нет достаточной документации.
C:\Windows\system32>python
Python 2.7.17 (v2.7.17:c2f86d86e6, Oct 19 2019, 21:01:17) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pybel
>>> pybel.readstring()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'readstring'
>>>