{"id":26477164,"url":"https://github.com/pytoyoda/pytoyoda","last_synced_at":"2026-01-03T23:10:30.645Z","repository":{"id":279820656,"uuid":"938312769","full_name":"pytoyoda/pytoyoda","owner":"pytoyoda","description":"Python client for Toyota Connected Services API Europe","archived":false,"fork":false,"pushed_at":"2025-12-27T16:50:24.000Z","size":1647,"stargazers_count":53,"open_issues_count":17,"forks_count":21,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-12-29T13:58:30.134Z","etag":null,"topics":["api","car","toyota","vehicle"],"latest_commit_sha":null,"homepage":"https://pytoyoda.github.io/pytoyoda/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"DurgNomis-drol/mytoyota","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pytoyoda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-24T18:55:07.000Z","updated_at":"2025-12-27T16:48:03.000Z","dependencies_parsed_at":"2025-03-28T17:36:36.019Z","dependency_job_id":"f213f298-ede8-48c5-8dd3-3d260e4b5f40","html_url":"https://github.com/pytoyoda/pytoyoda","commit_stats":null,"previous_names":["pytoyoda/pytoyoda"],"tags_count":65,"template":false,"template_full_name":null,"purl":"pkg:github/pytoyoda/pytoyoda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytoyoda%2Fpytoyoda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytoyoda%2Fpytoyoda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytoyoda%2Fpytoyoda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytoyoda%2Fpytoyoda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pytoyoda","download_url":"https://codeload.github.com/pytoyoda/pytoyoda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pytoyoda%2Fpytoyoda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28194389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2026-01-03T02:00:06.471Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","car","toyota","vehicle"],"created_at":"2025-03-20T00:14:23.241Z","updated_at":"2026-01-03T23:10:30.640Z","avatar_url":"https://github.com/pytoyoda.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/github/license/pytoyoda/pytoyoda)](LICENSE)\n[![PyPI version](https://img.shields.io/pypi/v/pytoyoda?logo=pypi\u0026logoColor=white\u0026label=PyPI)](https://pypi.org/project/pytoyoda/)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pytoyoda?logo=python\u0026logoColor=white\u0026label=Python)](https://pypi.org/project/pytoyoda/)\n[![Github Actions Build](https://img.shields.io/github/actions/workflow/status/zyf722/poetry-plugin-migrate/build.yml?logo=github)](https://github.com/zyf722/poetry-plugin-migrate/actions/workflows/build.yml)\n[![Code Coverage](https://img.shields.io/codecov/c/github/pytoyoda/pytoyoda?logo=codecov\u0026logoColor=white)](https://app.codecov.io/github/pytoyoda/pytoyoda/)\n[![CodeQL](https://github.com/pytoyoda/pytoyoda/actions/workflows/codeql.yml/badge.svg)](https://github.com/pytoyoda/pytoyoda/actions/workflows/codeql.yml)\n\n# Toyota Connected Services Europe Python module\n\n⚠️ _This is still in beta_\n⚠️ _Only EU is supported, other regions are not possible so far._\n\n## Summary\n\n- [Toyota Connected Services Europe Python module](#toyota-connected-services-europe-python-module)\n  - [Description](#description)\n  - [Installation](#installation)\n  - [Docs](#docs)\n  - [Usage](#usage)\n  - [Known issues](#known-issues)\n  - [Contributing](#contributing)\n  - [Note](#note)\n  - [Credits](#credits)\n\n## Description\n\nPython 3 package to communicate with [Toyota Connected Europe](https://www.toyota-europe.com/about-us/toyota-in-europe/toyota-connected-europe) Services.\nThis is an unofficial package and Toyota can change their API at any point without warning.\n\n## Installation\n\nThis package can be installed through `pip`.\n\n```bash\npip install pytoyoda\n```\n\n## Docs\n\nhttps://pytoyoda.github.io/pytoyoda/pytoyoda.html\n\n## Usage\n\nFor a quick start on how to use the package take a look at the `simple_client_example.py` file contained in the report. You can also use and execute this file directly by using the following commands:\n\n```bash\npython -m venv pytoyoda\nsource pytoyoda/bin/activate\npython -m pip install \"pytoyoda@git+https://github.com/pytoyoda/pytoyoda@main\"\ncurl -LO https://raw.githubusercontent.com/pytoyoda/pytoyoda/main/sandbox/simple_client_example.py\n# Create a credentials.json file with {\"username\":\"your@mail.tld\",\"password\":\"yourpassword\"}\npython simple_client_example.py\n```\n\nPlease note that the `simple_client_example.py` file is only to be regarded as a playground and is intended to provide an initial insight into the possibilities. It is not an officially supported interface of the pytoyoda API!\nFor an overview of the current official interfaces, please take a look at our [documentation](https://pytoyoda.github.io/pytoyoda/pytoyoda/models/vehicle.html).\n\n## Known issues\n\n- Statistical endpoint will return `None` if no trip have been performed in the requested timeframe. This problem will often happen at the start of each week, month or year. Also daily stats will of course also be unavailable if no trip have been performed.\n- Currently, it is only possible to get various vehicle information. Functions for controlling and setting vehicle properties have not yet been implemented.\n\n## Contributing\n\nThis python module uses poetry (\u003e= 2.0.0) and pre-commit.\n\nTo start contributing, fork this repository and run `poetry install`. Then create a new branch. Before making a PR, please run pre-commit `poetry run pre-commit run --all-files` and make sure that all tests passes locally first by running `pytest tests/`.\n\n## Note\n\nThis is a friendly community fork of the original project by [@DurgNomis-drol](https://github.com/DurgNomis-drol),\nto ease up on maintenance and the [bus factor](https://en.wikipedia.org/wiki/Bus_factor) for this project.\n\n## Credits\n\nSpecial thanks go [@DurgNomis-drol](https://github.com/DurgNomis-drol) for starting this project!\nA huge thanks go to [@calmjm](https://github.com/calmjm) for making [tojota](https://github.com/calmjm/tojota).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpytoyoda%2Fpytoyoda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpytoyoda%2Fpytoyoda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpytoyoda%2Fpytoyoda/lists"}