{ "info": { "author": "Jacob CUI", "author_email": "jacobcui123@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.3", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Following python code shows you how to\r\ninititialize the Magentouch instance\r\nand then call an Magento SOUPv2 api\r\n\r\nFurther api reference can be found here\r\nhttp://www.magentocommerce.com/api/soap/introduction.html\r\n\r\n
\r\nfrom magentouch import Magentouch\r\nfrom magentouch.utils import recursive_asdict\r\n\r\n# e.g. url='http://shop.digirocks.com.au/api/v2_soap?wsdl=1'\r\nurl=''\r\nusername=''\r\npassword=''\r\n\r\nmgt = Magentouch(url=url, username=username, password=password)\r\nsuds_ret = mgt.service.catalogCategoryTree(mgt.session)\r\ncategories = recursive_asdict(suds_ret)['children']\r\nfor c in categories:\r\n print c\r\n", "description_content_type": null, "docs_url": null, "download_url": "https://pypi.python.org/packages/source/m/magentouch/magentouch-1.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jacobcui/magentouch", "keywords": "Python Magento Soup Suds API", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "magentouch", "package_url": "https://pypi.org/project/magentouch/", "platform": "Python", "project_url": "https://pypi.org/project/magentouch/", "project_urls": { "Download": "https://pypi.python.org/packages/source/m/magentouch/magentouch-1.0.tar.gz", "Homepage": "https://github.com/jacobcui/magentouch" }, "release_url": "https://pypi.org/project/magentouch/1.0/", "requires_dist": null, "requires_python": null, "summary": "Magento Soup v2 suds client", "version": "1.0" }, "last_serial": 1554332, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "52f8fefacc10dbe97daea169b0d502bb", "sha256": "b1ddf38fc6d38fcaf75e21920fcabc1ba47c5dc2169c40fbff2d3d7e0f76ff31" }, "downloads": -1, "filename": "magentouch-1.0.tar.gz", "has_sig": false, "md5_digest": "52f8fefacc10dbe97daea169b0d502bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1779, "upload_time": "2015-05-20T06:36:40", "url": "https://files.pythonhosted.org/packages/ca/17/6e97c28a76886be366840b30e2eed8a9cfba6e5069975446b619bbc70820/magentouch-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "52f8fefacc10dbe97daea169b0d502bb", "sha256": "b1ddf38fc6d38fcaf75e21920fcabc1ba47c5dc2169c40fbff2d3d7e0f76ff31" }, "downloads": -1, "filename": "magentouch-1.0.tar.gz", "has_sig": false, "md5_digest": "52f8fefacc10dbe97daea169b0d502bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1779, "upload_time": "2015-05-20T06:36:40", "url": "https://files.pythonhosted.org/packages/ca/17/6e97c28a76886be366840b30e2eed8a9cfba6e5069975446b619bbc70820/magentouch-1.0.tar.gz" } ] }