我如何制作脚本(简单的 .py 文件)以使用 python 从 magento 获取数据?

How i can make script(simple .py file) for fetch data from magento using python?

在此只创建python文件中的一个方法是读取,在这个方法中通过fetch magento的数据。

我该怎么做,谁能帮帮我?

从magento.api导入API
导入警告 用 API('url','username','passward') 作为 magento:

result=magento.call('catalog_product.info',[int(1),None,None,'id'])
print result