{ "info": { "author": "Nam Ngo", "author_email": "nam@kogan.com.au", "bugtrack_url": null, "classifiers": [], "description": "Python Google Shopping for Human\n=================================\n\nPython client for Google Content API v2\n\nInstallation\n-------------\n\n.. code-block:: bash\n \n pip install python-google-shopping\n\nFeatures\n----------\n\n* Handles OAuth2 sanely through ENV variables\n* Handles pagination with iterators\n* Pads and adds checksum to GTIN of products automatically\n* Works well with Django and other frameworks\n\n\nUsage\n------------\n \nBasic\n\n.. code-block:: bash\n\n export GOOGLE_SHOPPING_CLIENT_ID=my_client_id\n export GOOGLE_SHOPPING_CLIENT_SECRET=my_client_secret\n export GOOGLE_SHOPPING_REFRESH_TOKEN=my_refresh_token\n\n\n.. code-block:: python\n\n from google_shopping import Merchant\n merchant_id = '536476575676'\n merchant = Merchant(merchant_id, country_code='AU')\n \n # Get product resource\n product_resource = merchant.products.get(1234)\n\n # Get all products\n products = list(merchant.products.list())\n\n # Iterate through products (generator)\n for product in merchant.products.list():\n print product.title \n\n # Delete product resource\n product = Product.objects.order_by('?').first()\n merchant.products.delete(product.id)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://blog.namis.me", "keywords": "google shopping content api merchant product", "license": "Copyright (c) 2015 Nam Ngo.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "python-google-shopping", "package_url": "https://pypi.org/project/python-google-shopping/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-google-shopping/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://blog.namis.me" }, "release_url": "https://pypi.org/project/python-google-shopping/0.1/", "requires_dist": null, "requires_python": null, "summary": "Python client for Google Shopping API", "version": "0.1" }, "last_serial": 1600752, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "cf190c3020acb90c43a190c91924d666", "sha256": "a769f3d1b4838ad68e2afeebdb536d9f82f392c8ea6d1db24b886b4e39b22ce4" }, "downloads": -1, "filename": "python-google-shopping-0.1.tar.gz", "has_sig": false, "md5_digest": "cf190c3020acb90c43a190c91924d666", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4828, "upload_time": "2015-06-21T13:31:07", "url": "https://files.pythonhosted.org/packages/80/d4/ed328d07b327b3be8748f37036e351f72c64e6eaf24d6d9a2ff2d362951b/python-google-shopping-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cf190c3020acb90c43a190c91924d666", "sha256": "a769f3d1b4838ad68e2afeebdb536d9f82f392c8ea6d1db24b886b4e39b22ce4" }, "downloads": -1, "filename": "python-google-shopping-0.1.tar.gz", "has_sig": false, "md5_digest": "cf190c3020acb90c43a190c91924d666", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4828, "upload_time": "2015-06-21T13:31:07", "url": "https://files.pythonhosted.org/packages/80/d4/ed328d07b327b3be8748f37036e351f72c64e6eaf24d6d9a2ff2d362951b/python-google-shopping-0.1.tar.gz" } ] }