{ "info": { "author": "Ridley Larsen", "author_email": "ridley@iglobalstores.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "Python iGlobal\n\n# Introduction\nThis library provides a python interface for the iGlobalStores API.\n\n\n# Basic Usage\n\n```python\n\timport iglobal\n\n\tapi = iglobal.Api(store_id=\"\", secret_key=\"\")\n\n\t# Fetch all iGlobal international Order Numbers\n\torders = api.all_orders()\n\n\t# Fetch Order Numbers from certain date\n\torders = api.order_numbers(since_date='20151101')\n\n\t# Fetch Order Details of specific order\n\torder = api.order_details(order_id='999-99999')\n\n\t# Update an Order with a new Merchant Order ID\n\tresponse = api.update_merchant_order_id(order_id=\"123-1234\", merchant_order_id=\"123456\")\n```\n\nResponses are returned as Python namedtuples decoded from JSON. Non-200 responses from the API will raise an iGlobalException.\n\n# Testing\n\nTo run the unit tests:\n\n```\n\tpython test.py\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/iGlobal/python-iglobal", "keywords": "iglobal api", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "python-iglobal", "package_url": "https://pypi.org/project/python-iglobal/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-iglobal/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/iGlobal/python-iglobal" }, "release_url": "https://pypi.org/project/python-iglobal/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper for the iGlobalStores.com REST API.", "version": "0.1.2" }, "last_serial": 1852635, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d1522cd11da4e9b28a1c24d368ec8c94", "sha256": "62ab3c7230c30b81389cc085358351781ba0de5cba29811adac7e132ccf1967f" }, "downloads": -1, "filename": "python-iglobal-0.1.tar.gz", "has_sig": false, "md5_digest": "d1522cd11da4e9b28a1c24d368ec8c94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4225, "upload_time": "2015-11-05T18:35:46", "url": "https://files.pythonhosted.org/packages/dd/c6/7d443ec547afb1f5601e0efead52ceda6d98efa6257e74dbf5de55bac2a2/python-iglobal-0.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "22895eddb93771d634cbcf94ad8aca91", "sha256": "57e70879b6cce5818ab21a1585dd44d40cca87a0d860ce3e890166f9f23cf38c" }, "downloads": -1, "filename": "python-iglobal-0.1.2.tar.gz", "has_sig": false, "md5_digest": "22895eddb93771d634cbcf94ad8aca91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4458, "upload_time": "2015-12-08T18:41:11", "url": "https://files.pythonhosted.org/packages/48/ca/644e99ef86ca6c521f761eaa49a45f04314787aa21eac0735ed179f33d4c/python-iglobal-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "22895eddb93771d634cbcf94ad8aca91", "sha256": "57e70879b6cce5818ab21a1585dd44d40cca87a0d860ce3e890166f9f23cf38c" }, "downloads": -1, "filename": "python-iglobal-0.1.2.tar.gz", "has_sig": false, "md5_digest": "22895eddb93771d634cbcf94ad8aca91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4458, "upload_time": "2015-12-08T18:41:11", "url": "https://files.pythonhosted.org/packages/48/ca/644e99ef86ca6c521f761eaa49a45f04314787aa21eac0735ed179f33d4c/python-iglobal-0.1.2.tar.gz" } ] }