{ "info": { "author": "Artur Tukaev", "author_email": "", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.4" ], "description": "API wrapper for api.myshows.me (v2)\n===================================\n\nTo get auth data for OAuth 2.0 please contact with email that shown at api.myshows.me (v2).\n\nAPI methods are described `here `_.\n\nRequirements\n------------\n\npython 3.4+\n\nInstallation\n------------\n\npip3 install myshowsapi\n\nUsage\n-----\n\n.. code:: python\n\n >>> import myshowsapi\n\n # Getting token within Client Credentials Grant\n >>> session = myshowsapi.Session(client_id='',\n client_secret='')\n\n # Getting token within Authorization Code Grant\n >>> # session = myshowsapi.Session(client_id='',\n # client_secret='', code='',\n # redirect_uri='',\n # grant_type='authorization_code')\n # You can receive the in response headers after authorization at\n # https://myshows.me/oauth/authorize?response_type=code&client_id=\n # &scope=basic\n\n >>> api = myshowsapi.API(session)\n >>> api.profile.Get(login='user')\n {'stats': {'remainingDays': 2.5,\n 'remainingEpisodes': 154,\n 'remainingHours': 60.5,\n 'totalDays': 65,\n 'totalEpisodes': 2640,\n 'totalHours': 1560.7,\n 'watchedDays': 62.5,\n 'watchedEpisodes': 2486,\n 'watchedHours': 1500.2},\n 'user': {'avatar': 'https://api.myshows.me/shared/img/fe/default-user-avatar-normal.png',\n 'gender': 'm',\n 'isPro': False,\n 'login': 'bwn',\n 'wastedTime': 1502}}", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/kreedz/myshowsapi/archive/0.1.5.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/kreedz/myshowsapi", "keywords": "myshows.me myshows api", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "myshowsapi", "package_url": "https://pypi.org/project/myshowsapi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/myshowsapi/", "project_urls": { "Download": "https://github.com/kreedz/myshowsapi/archive/0.1.5.tar.gz", "Homepage": "http://github.com/kreedz/myshowsapi" }, "release_url": "https://pypi.org/project/myshowsapi/0.1.5/", "requires_dist": null, "requires_python": "", "summary": "API wrapper for http://api.myshows.me/", "version": "0.1.5" }, "last_serial": 2862988, "releases": { "0.1.5": [ { "comment_text": "", "digests": { "md5": "17a3e830d795be6f6fdbd761ccb95b21", "sha256": "3285933ccfea680a40cdd68d67bd3c710131c9fa4a7bc6474623abc2a21222ce" }, "downloads": -1, "filename": "myshowsapi-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "17a3e830d795be6f6fdbd761ccb95b21", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5075, "upload_time": "2017-05-09T22:20:09", "url": "https://files.pythonhosted.org/packages/6e/7a/2a5b995c6002a662d88fafaa2095ac094c5e1669d382d44ace5524979bd8/myshowsapi-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "236d45ed313c558400df22f583f357f9", "sha256": "398f9218038d432c73ae333d1acbf68088cf65aa0aafd1938bbff777f6ede5a6" }, "downloads": -1, "filename": "myshowsapi-0.1.5.tar.gz", "has_sig": false, "md5_digest": "236d45ed313c558400df22f583f357f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3505, "upload_time": "2017-05-09T22:20:11", "url": "https://files.pythonhosted.org/packages/b4/8b/0b3826c13a905e61a83b61b6022896ee235c4a27ae09f755a593b5c165f2/myshowsapi-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "17a3e830d795be6f6fdbd761ccb95b21", "sha256": "3285933ccfea680a40cdd68d67bd3c710131c9fa4a7bc6474623abc2a21222ce" }, "downloads": -1, "filename": "myshowsapi-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "17a3e830d795be6f6fdbd761ccb95b21", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5075, "upload_time": "2017-05-09T22:20:09", "url": "https://files.pythonhosted.org/packages/6e/7a/2a5b995c6002a662d88fafaa2095ac094c5e1669d382d44ace5524979bd8/myshowsapi-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "236d45ed313c558400df22f583f357f9", "sha256": "398f9218038d432c73ae333d1acbf68088cf65aa0aafd1938bbff777f6ede5a6" }, "downloads": -1, "filename": "myshowsapi-0.1.5.tar.gz", "has_sig": false, "md5_digest": "236d45ed313c558400df22f583f357f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3505, "upload_time": "2017-05-09T22:20:11", "url": "https://files.pythonhosted.org/packages/b4/8b/0b3826c13a905e61a83b61b6022896ee235c4a27ae09f755a593b5c165f2/myshowsapi-0.1.5.tar.gz" } ] }