{ "info": { "author": "Filipp Lepalaan", "author_email": "filipp@fps.ee", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "Introduction\n============\n\ngsxws is a Python library designed to work with Apple's GSX Web Services API.\nThe goal is for it to support all the features of the API. Currently it supports most of them.\n\nPlease consult the GSX API documentation ([Testing](https://gsxapiut.apple.com/apidocs/ut/html/WSHome.html),\n[Production](https://gsxapi.apple.com/apidocs/prod/html/WSHome.html)) for more details.\n\n\nRequirements\n============\n\n- Python 2.7 or later\n- contents of requirements.pip\n- GSX client certs and valid Apple ID with access to GSX Web Services\n\nInstallation:\n\n pip install gsxws\n\n... or grab the latest dev version:\n\n pip install -U -e git+git://github.com/filipp/py-gsxws.git#egg=gsxws\n\n\nUsage\n=====\n\nIt goes a little something like this:\n\n```python\n# check warranty status\nimport os\nimport gsxws\nos.environ['GSX_CERT'] = '/path/to/gsx/client/cert.pem'\nos.environ['GSX_KEY'] = '/path/to/gsx/client/cert_private_key.pem'\ngsxws.connect(apple_id, sold_to)\nmac = gsxws.Product('70033CDFA4S')\nmac.warranty()\n# get available parts for this machine\nmac.parts()\n```\n\nCheck the `tests` folder for more examples.\n\n\nFAQ\n===\n\n- Q: My script keeps prompting me for the private key passphrase - how could I automate this?\n- A: One way would be to remove the passphrase from the key:\n\n openssl rsa -in privatekey.pem -out privatekey.nopass.pem", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/filipp/py-gsxws/tarball/latest", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/filipp/py-gsxws", "keywords": "gsx,python", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "gsxws", "package_url": "https://pypi.org/project/gsxws/", "platform": "", "project_url": "https://pypi.org/project/gsxws/", "project_urls": { "Download": "https://github.com/filipp/py-gsxws/tarball/latest", "Homepage": "https://github.com/filipp/py-gsxws" }, "release_url": "https://pypi.org/project/gsxws/0.94/", "requires_dist": null, "requires_python": "", "summary": "Library for communicating with GSX Web Services API.", "version": "0.94" }, "last_serial": 4007810, "releases": { "0.51": [ { "comment_text": "", "digests": { "md5": "f6ad5a55e7b9fdf75e3da196c27a34e5", "sha256": "6ef1a1243a40400d7e7d8dde2f82b3c8ad0882325752fbe765515bfcdad9454c" }, "downloads": -1, "filename": "gsxws-0.51.tar.gz", "has_sig": false, "md5_digest": "f6ad5a55e7b9fdf75e3da196c27a34e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21722, "upload_time": "2014-12-23T10:15:25", "url": "https://files.pythonhosted.org/packages/37/78/9092cc24bd265fec8caf32f28362fc756b432794be8e4be445d9719a766b/gsxws-0.51.tar.gz" } ], "0.52": [ { "comment_text": "", "digests": { "md5": "cd4c2c3ff1d31f92e36573b330b47b8a", "sha256": "fecac11816814bc485a694520a5329f63caf749a016403f3e0136264fa74df49" }, "downloads": -1, "filename": "gsxws-0.52.tar.gz", "has_sig": false, "md5_digest": "cd4c2c3ff1d31f92e36573b330b47b8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22092, "upload_time": "2015-01-07T13:37:13", "url": "https://files.pythonhosted.org/packages/6c/1f/55963742b194b4559264befd8ef0a021c198d0231350f7240f3bce55d5f1/gsxws-0.52.tar.gz" } ], "0.53": [ { "comment_text": "", "digests": { "md5": "b1f37189946c5167cbb889f69179eeab", "sha256": "de0f09209d0066764fe81e8df387378c781bbd94393a0c944783bd1bb7f345ec" }, "downloads": -1, "filename": "gsxws-0.53.tar.gz", "has_sig": false, "md5_digest": "b1f37189946c5167cbb889f69179eeab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24051, "upload_time": "2015-01-07T14:05:08", "url": "https://files.pythonhosted.org/packages/5a/6e/533450922c0f8f9293bf041528344817e9cd9b914aaa723d482b666e032a/gsxws-0.53.tar.gz" } ], "0.54": [ { "comment_text": "", "digests": { "md5": "45ed4119360c76b461c1a951b92bf511", "sha256": "42b446683563798b9833515dc2bca7c74dd014123134743a9ab98a015a729c39" }, "downloads": -1, "filename": "gsxws-0.54.tar.gz", "has_sig": false, "md5_digest": "45ed4119360c76b461c1a951b92bf511", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24291, "upload_time": "2015-01-07T15:07:52", "url": "https://files.pythonhosted.org/packages/2d/49/45460ac3054ff247f48bde2b4e2ce172337f154983a17c5439ea27f95129/gsxws-0.54.tar.gz" } ], "0.55": [ { "comment_text": "", "digests": { "md5": "8751fbdb88f9472d6e8066d34ce72da1", "sha256": "b78effa27b84cbbedc265d11c49a2f8d2374aa92da1639d4ed954754abcdb3f0" }, "downloads": -1, "filename": "gsxws-0.55.tar.gz", "has_sig": false, "md5_digest": "8751fbdb88f9472d6e8066d34ce72da1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24649, "upload_time": "2015-01-12T09:51:52", "url": "https://files.pythonhosted.org/packages/e4/33/e2872b5781121fc87aa2793fc13fb27ca04fc968693ee31a8e951613f254/gsxws-0.55.tar.gz" } ], "0.92": [ { "comment_text": "", "digests": { "md5": "ab1a12d6c61fd2f330e41a0f6c4937ea", "sha256": "3ffec5f982ae0c548a6dddc1b0e246c2d761f44dec79a43bf8a684d0f5c364de" }, "downloads": -1, "filename": "gsxws-0.92.tar.gz", "has_sig": false, "md5_digest": "ab1a12d6c61fd2f330e41a0f6c4937ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27039, "upload_time": "2015-09-03T11:37:33", "url": "https://files.pythonhosted.org/packages/23/22/76469b7601347eeaf87e50cd6214422c7e571bbedb0c91bcf77740531b8a/gsxws-0.92.tar.gz" } ], "0.94": [ { "comment_text": "", "digests": { "md5": "b9098913558d3efa37f6c20330bf8dbf", "sha256": "c1bf29d3467ecfc15ce30dc39330de16452037b9edb20c9473a044672d8215b4" }, "downloads": -1, "filename": "gsxws-0.94.tar.gz", "has_sig": false, "md5_digest": "b9098913558d3efa37f6c20330bf8dbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29058, "upload_time": "2018-06-27T14:51:53", "url": "https://files.pythonhosted.org/packages/33/99/8d34e41fe8a9f2680c7ec176decacfacb9b89bf96eb44f73bafe0f906af8/gsxws-0.94.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b9098913558d3efa37f6c20330bf8dbf", "sha256": "c1bf29d3467ecfc15ce30dc39330de16452037b9edb20c9473a044672d8215b4" }, "downloads": -1, "filename": "gsxws-0.94.tar.gz", "has_sig": false, "md5_digest": "b9098913558d3efa37f6c20330bf8dbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29058, "upload_time": "2018-06-27T14:51:53", "url": "https://files.pythonhosted.org/packages/33/99/8d34e41fe8a9f2680c7ec176decacfacb9b89bf96eb44f73bafe0f906af8/gsxws-0.94.tar.gz" } ] }