{ "info": { "author": "Jeff Shurak", "author_email": "jshurak@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Tesla API wrapper\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install TeslaClient\n```bash\npip install TeslaClient\n```\n\n## Usage\n```bash\nImport TeslaClient\n\nt = TeslaClient('email', 'password') # instantiates the client\nt.connect() # connects to the api\nv = t.vehicle('vehicle name') # creates an vehicle object based on case sensitive name\nv.get_vehicle_data(*args) # accepts vehicle/climate/drive/charge_state or no parameter to collect all data. Loads data into a property dict of the same name\nv.send_vehicle_command(command, data={}) # sends a command to vehicle, data parameter should contain any parameters required for command\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/jshurak/tesla_client", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "teslaclient", "package_url": "https://pypi.org/project/teslaclient/", "platform": "", "project_url": "https://pypi.org/project/teslaclient/", "project_urls": { "Homepage": "https://github.com/jshurak/tesla_client" }, "release_url": "https://pypi.org/project/teslaclient/0.0.5/", "requires_dist": null, "requires_python": ">=3.7", "summary": "Python Tesla API wrapper", "version": "0.0.5" }, "last_serial": 5858648, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "ac94d1d8c3dd8d7b47ea8d98cc6a2f35", "sha256": "f7db3c6b8acbf48617a3709dba68b127d1a6bc9ede8ca5f692e53a4fc5011bee" }, "downloads": -1, "filename": "teslaclient-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ac94d1d8c3dd8d7b47ea8d98cc6a2f35", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 4539, "upload_time": "2019-09-19T20:41:48", "url": "https://files.pythonhosted.org/packages/6c/c3/3fd64956ea994780eba903a1d1563fd23f33b376906785fde87d632b428c/teslaclient-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "807e0a04cd447afc381646002da246a7", "sha256": "9c331e1f574fb54034595ea0dcf66d5d72db99b59d8bcc6edf8668378147c263" }, "downloads": -1, "filename": "teslaclient-0.0.5.tar.gz", "has_sig": false, "md5_digest": "807e0a04cd447afc381646002da246a7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 2783, "upload_time": "2019-09-19T20:41:50", "url": "https://files.pythonhosted.org/packages/73/80/1a1ad26d0f51b99e6e745b1c5fdfbd90222e987752fadf90910860a9a92e/teslaclient-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ac94d1d8c3dd8d7b47ea8d98cc6a2f35", "sha256": "f7db3c6b8acbf48617a3709dba68b127d1a6bc9ede8ca5f692e53a4fc5011bee" }, "downloads": -1, "filename": "teslaclient-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ac94d1d8c3dd8d7b47ea8d98cc6a2f35", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 4539, "upload_time": "2019-09-19T20:41:48", "url": "https://files.pythonhosted.org/packages/6c/c3/3fd64956ea994780eba903a1d1563fd23f33b376906785fde87d632b428c/teslaclient-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "807e0a04cd447afc381646002da246a7", "sha256": "9c331e1f574fb54034595ea0dcf66d5d72db99b59d8bcc6edf8668378147c263" }, "downloads": -1, "filename": "teslaclient-0.0.5.tar.gz", "has_sig": false, "md5_digest": "807e0a04cd447afc381646002da246a7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7", "size": 2783, "upload_time": "2019-09-19T20:41:50", "url": "https://files.pythonhosted.org/packages/73/80/1a1ad26d0f51b99e6e745b1c5fdfbd90222e987752fadf90910860a9a92e/teslaclient-0.0.5.tar.gz" } ] }