{ "info": { "author": "Viagogo", "author_email": "api@viagogo.com", "bugtrack_url": null, "classifiers": [], "description": "Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\nDescription: # The GogoKit Python Toolkit\n \n [![Build Status](https://travis-ci.org/viagogo/gogokit.py.svg?branch=master)][travis]\n \n [travis]: https://travis-ci.org/viagogo/gogokit.py\n [apidocs]: http://developer.viagogo.net\n [submitanissue]: https://github.com/viagogo/gogokit.py/issues\n [apidocsgettingstarted]: http://developer.viagogo.net/#getting-started\n \n Python toolkit for working with the viagogo API. Our [developer site][apidocs]\n documents all of the viagogo APIs.\n \n \n ## Installation\n \n Install via pip\n \n pip install --upgrade gogokit\n \n ... or\n \n easy_install --upgrade gogokit\n \n \n ## Usage\n \n See our [developer site][apidocsgettingstarted] for more examples.\n \n ```python\n from gogokit import ViagogoClient\n \n # All methods require OAuth2 authentication. To get OAuth2 credentials for your\n # application, see http://developer.viagogo.net/#authentication.\n client = ViagogoClient(YOUR_CLIENT_ID, YOUR_CLIENT_SECRET)\n \n \n # Get an access token. See http://developer.viagogo.net/#getting-access-tokens\n token = client.oauth.get_client_access_token()\n client.set_token(token)\n \n \n # Get a list of events, categories, venues and metro areas that match the given\n # search query\n search = client.search.get_search_results({ \"query\": \"Real Madrid\" })\n \n # Get the different event genres (see http://developer.viagogo.net/#entities)\n genres = client.category.get_genres()\n ```\n \n \n ## How to contribute\n \n All submissions are welcome. Fork the repository, read the rest of this README\n file and make some changes. Once you're done with your changes send a pull\n request. Thanks!\n \n \n ## Need Help? Found a bug?\n \n Just [submit a issue][submitanissue] if you need any help. And, of course, feel\n free to submit pull requests with bug fixes or changes.\n \n \n ## Supported Python Versions\n \n This library aims to support and is [tested against][travis] the following Python\n implementations:\n \n * Python 2.6\n * Python 2.7\n * Python 3.3\n * Python 3.4\n \n If something doesn't work on one of these python versions, it's a bug.\n \n This library may inadvertently work (or seem to work) on other Python\n implementations, but support will only be provided for the versions listed\n above.\n \n If you would like this library to support another Python version, you may\n volunteer to be a maintainer. Being a maintainer entails making sure all tests\n run and pass on that implementation. When something breaks on your\n implementation, you will be responsible for providing patches in a timely\n fashion. If critical issues for a particular implementation exist at the time\n of a major release, support for that Python version may be dropped.\n \nKeywords: viagogo,rest,sdk,api\nPlatform: UNKNOWN\nClassifier: Intended Audience :: Developers\nClassifier: Natural Language :: English\nClassifier: Operating System :: OS Independent\nClassifier: Programming Language :: Python\nClassifier: Programming Language :: Python :: 2\nClassifier: Programming Language :: Python :: 2.6\nClassifier: Programming Language :: Python :: 2.7\nClassifier: Programming Language :: Python :: 3\nClassifier: Programming Language :: Python :: 3.3\nClassifier: Programming Language :: Python :: 3.4\nClassifier: Programming Language :: Python :: Implementation :: PyPy\nClassifier: Topic :: Software Development :: Libraries :: Python Modules\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/viagogo/gogokit.py", "keywords": "", "license": "Copyright (c) 2015 viagogo", "maintainer": "", "maintainer_email": "", "name": "Gogokit", "package_url": "https://pypi.org/project/Gogokit/", "platform": "", "project_url": "https://pypi.org/project/Gogokit/", "project_urls": { "Homepage": "https://github.com/viagogo/gogokit.py" }, "release_url": "https://pypi.org/project/Gogokit/0.1.5/", "requires_dist": [ "iso8601 (>=0.1.10)", "requests (>=2.7.0)", "six (>=1.9.0)", "uritemplate (>=0.6)" ], "requires_python": "", "summary": "GogoKit is a lightweight, viagogo API client library for Python.", "version": "0.1.5" }, "last_serial": 3120375, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "17b76004efe2da2b1e741c6e0eb362a8", "sha256": "02facd3443957a4d47d8ec97d32149e77c848c4b36f03724ab6acda112c494ff" }, "downloads": -1, "filename": "gogokit-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "17b76004efe2da2b1e741c6e0eb362a8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8630, "upload_time": "2015-07-03T14:30:40", "url": "https://files.pythonhosted.org/packages/28/52/7282d363ae2298b7fd7bd259c65e9df27ed6aac3281434c1f6e0065f6893/gogokit-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6486385158a5de6368249a2c1c5bf7df", "sha256": "1fa27eefe85773ba99f873ecd1a2880c877eed87a34ad22bf57525857e56554a" }, "downloads": -1, "filename": "gogokit-0.1.0.zip", "has_sig": false, "md5_digest": "6486385158a5de6368249a2c1c5bf7df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8959, "upload_time": "2015-07-03T14:30:44", "url": "https://files.pythonhosted.org/packages/7d/df/dc229d9e6f2b988c3ee0242fd26e86a8693f81b8b690d64b0ec537df9b25/gogokit-0.1.0.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "8581e0f533694962d65d8dc08afe4997", "sha256": "28b2144d3f897a7ce474c064bb49eb07e27960e1ba2e52425011f200a0e23364" }, "downloads": -1, "filename": "gogokit-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8581e0f533694962d65d8dc08afe4997", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10961, "upload_time": "2015-07-06T10:08:52", "url": "https://files.pythonhosted.org/packages/7d/36/97e89753710194a384edd3dc55822fad07abee7fa844ffa2a201dda009e4/gogokit-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "42c820cb54c36dad1ad636cc6a0f5c88", "sha256": "0b8197f94c57cdb697c31cfad94e32e48fea61bafa4555b493927b67a05db955" }, "downloads": -1, "filename": "gogokit-0.1.1.zip", "has_sig": false, "md5_digest": "42c820cb54c36dad1ad636cc6a0f5c88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11292, "upload_time": "2015-07-06T10:08:55", "url": "https://files.pythonhosted.org/packages/c2/e3/6afcaa19adba04471e8a5a6977710f37569afedc13e6ed2504501432caf8/gogokit-0.1.1.zip" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "34b048ba8d75f54442ad3d4bb93da0a9", "sha256": "a9f1bf763be4d40661dc8d1d79239cdfd034fbbf611362fa136d065e63445254" }, "downloads": -1, "filename": "gogokit-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "34b048ba8d75f54442ad3d4bb93da0a9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10972, "upload_time": "2015-07-06T11:56:14", "url": "https://files.pythonhosted.org/packages/3e/42/74a2f64d05235d2a794de1638db64444d9fbc322608fb5f7f6d3667213b6/gogokit-0.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d42e10b215a4c4b11ac43242eba3fb81", "sha256": "bbd8f1c49b8979511aa956897fa9f6faeb69cba9733486283a8fdf3d28032ac6" }, "downloads": -1, "filename": "gogokit-0.1.2.zip", "has_sig": false, "md5_digest": "d42e10b215a4c4b11ac43242eba3fb81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11310, "upload_time": "2015-07-06T11:56:17", "url": "https://files.pythonhosted.org/packages/ad/a4/a09fb124ec338e4ebda7ea15123561204505c12c52cc0792bdc1be0ad55e/gogokit-0.1.2.zip" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "76cadbb8e6955682767e350e7982be81", "sha256": "8e61c8d61e92d34f2dea98b9a5a6f2bc08066775bfa83b28aaca696b9827e65e" }, "downloads": -1, "filename": "gogokit-0.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "76cadbb8e6955682767e350e7982be81", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10974, "upload_time": "2015-12-09T13:23:36", "url": "https://files.pythonhosted.org/packages/b7/b4/08d9c2324da2a648e70e69f8fbb7aacf48ca09152a6bd707bff1405f2e3b/gogokit-0.1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "003f026de0f2773b6defacf2c4b31215", "sha256": "45a5a89b4c6527d66f6b129d8544a4001d982f72236e0c63658623debd01a6e2" }, "downloads": -1, "filename": "gogokit-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "003f026de0f2773b6defacf2c4b31215", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10977, "upload_time": "2015-12-09T13:23:42", "url": "https://files.pythonhosted.org/packages/0a/a5/144d6e7f9aede04835a27c5176f508c2bbb622d1d251a5f0004313fe9f44/gogokit-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ea71530ad189df4cd067d0b3119659f8", "sha256": "9f255a2942a35cf2bffdbdb4662ed8977a632ad3e8ec32ce56fd2651a917eeea" }, "downloads": -1, "filename": "gogokit-0.1.3.zip", "has_sig": false, "md5_digest": "ea71530ad189df4cd067d0b3119659f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12234, "upload_time": "2015-12-09T13:23:48", "url": "https://files.pythonhosted.org/packages/62/9b/a0eee2ea2b679d645644e782bf14e37951c160c904be8b339d5e98a58b6b/gogokit-0.1.3.zip" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "c32c6ac97677266c1e2bf3667eebdcc6", "sha256": "883680c97de362fc64c95362fdba54eefd33113ef647f8d3f0e964ef5e58f970" }, "downloads": -1, "filename": "gogokit-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c32c6ac97677266c1e2bf3667eebdcc6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10976, "upload_time": "2015-12-10T14:02:01", "url": "https://files.pythonhosted.org/packages/4b/2a/84130e9e4c56661322c0a5371899e85a5466eb2960d5857fd3ed19b964ab/gogokit-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "738d478f5c301621fe6f9aaec9c85ab3", "sha256": "3ed50d4bc7440dfd6bbca053c5793e607584378782bb39358a955554cc8bce9f" }, "downloads": -1, "filename": "gogokit-0.1.4.zip", "has_sig": false, "md5_digest": "738d478f5c301621fe6f9aaec9c85ab3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13595, "upload_time": "2015-12-10T14:02:20", "url": "https://files.pythonhosted.org/packages/a0/ec/503a0d978d731857d11a681877b657476e859f85fbacf05a0c900ce99e51/gogokit-0.1.4.zip" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "ac793f0b8bb4ae535183c2a80b4b4dc2", "sha256": "f4609acff3ac79b2fbee8a08ad68c6e0b8d30cc439fa28e08342deca2f3f95a1" }, "downloads": -1, "filename": "gogokit-0.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ac793f0b8bb4ae535183c2a80b4b4dc2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11650, "upload_time": "2017-08-24T13:18:34", "url": "https://files.pythonhosted.org/packages/ec/66/2e792d8d8ac7128e98ac40d99e45d2ba1cfb2cc923d5a0efc166b33b3792/gogokit-0.1.5-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ac793f0b8bb4ae535183c2a80b4b4dc2", "sha256": "f4609acff3ac79b2fbee8a08ad68c6e0b8d30cc439fa28e08342deca2f3f95a1" }, "downloads": -1, "filename": "gogokit-0.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ac793f0b8bb4ae535183c2a80b4b4dc2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11650, "upload_time": "2017-08-24T13:18:34", "url": "https://files.pythonhosted.org/packages/ec/66/2e792d8d8ac7128e98ac40d99e45d2ba1cfb2cc923d5a0efc166b33b3792/gogokit-0.1.5-py2.py3-none-any.whl" } ] }