{ "info": { "author": "Earleking", "author_email": "arek.fielding@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "This project helps to easily connect to Riot Games' LCU API. \nTo use this, install with \n```\npip install lcu_connector_python\n```\n\nWhen you want to use it. \n```\nimport lcu_connector_python as lcu\napi_connection_data = lcu.connect()\n```\nIf League of Legends is not install in the defualt location, \"C:/Riot Games/League of Legends\", then you will need to pass the location of your league folder. Example:\n```\nimport lcu_connector_python as lcu\napi_connection_data = lcu.connect(\"C:/Riot Games/League of Legends/RADS/projects/league_client/releases/0.0.0.178/deploy/LeagueClient.exe\")\n```\n\nThe connect() function returns a dictionary which include data required to connect to the LCU\n```\n{\n port: \"localhost port number\",\n url: \"url used to communicated with the lcu\",\n authorization: \"auth token\",\n connection_method: \"http or https\"\n}\n```\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Earleking/Python-LCU-Connector", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "lcu-connector-python", "package_url": "https://pypi.org/project/lcu-connector-python/", "platform": "", "project_url": "https://pypi.org/project/lcu-connector-python/", "project_urls": { "Homepage": "https://github.com/Earleking/Python-LCU-Connector" }, "release_url": "https://pypi.org/project/lcu-connector-python/1.0/", "requires_dist": null, "requires_python": "", "summary": "Connects to the LCU", "version": "1.0" }, "last_serial": 4625563, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "7b1f82f6fdcf0e14246dcc474d113b38", "sha256": "37708e46e4a93381b10735ed631f4ad6be46a289b7dbb5cc8635a7e850ace2a7" }, "downloads": -1, "filename": "lcu_connector_python-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "7b1f82f6fdcf0e14246dcc474d113b38", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3452, "upload_time": "2018-12-21T15:49:10", "url": "https://files.pythonhosted.org/packages/c6/da/978bdb75fb9d10b6442aebd3f51e8758fbeb084be7e36106f16c052105e0/lcu_connector_python-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cee08e0396db734a292b562bf4553c55", "sha256": "14234b25671a864186746a704b69554edb4561bae72ea2637b3cf357df45f9a8" }, "downloads": -1, "filename": "lcu_connector_python-1.0.tar.gz", "has_sig": false, "md5_digest": "cee08e0396db734a292b562bf4553c55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1887, "upload_time": "2018-12-21T15:49:12", "url": "https://files.pythonhosted.org/packages/dc/ca/3aeb9a74fc32902b03e5d652111f17580adad997bea02e0dd5560c4ebc7d/lcu_connector_python-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7b1f82f6fdcf0e14246dcc474d113b38", "sha256": "37708e46e4a93381b10735ed631f4ad6be46a289b7dbb5cc8635a7e850ace2a7" }, "downloads": -1, "filename": "lcu_connector_python-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "7b1f82f6fdcf0e14246dcc474d113b38", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3452, "upload_time": "2018-12-21T15:49:10", "url": "https://files.pythonhosted.org/packages/c6/da/978bdb75fb9d10b6442aebd3f51e8758fbeb084be7e36106f16c052105e0/lcu_connector_python-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cee08e0396db734a292b562bf4553c55", "sha256": "14234b25671a864186746a704b69554edb4561bae72ea2637b3cf357df45f9a8" }, "downloads": -1, "filename": "lcu_connector_python-1.0.tar.gz", "has_sig": false, "md5_digest": "cee08e0396db734a292b562bf4553c55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1887, "upload_time": "2018-12-21T15:49:12", "url": "https://files.pythonhosted.org/packages/dc/ca/3aeb9a74fc32902b03e5d652111f17580adad997bea02e0dd5560c4ebc7d/lcu_connector_python-1.0.tar.gz" } ] }