Skip to main content

Python client for Toyota North America service API

Project description

toyota-na

PyPI Codecov branch PyPI - Downloads

Python client for Toyota North America service API

Install

pip install toyota-na

Usage

python -m toyota_na.app -h  # Get help
python -m toyota_na.app authorize <username> <passworde>
python -m toyota_na.app get_user_vehicle_list  # List vehicle
python -m toyota_na.app get_vehicle_status <vin>  # Get vehcicle status
...

Known Issues

  1. Door/window status not always up-to-date unless you call send_refresh_status first and wait for it to complete (there is no notification that it completed successfully).

Developer Guide

Quick Start

from toyota_na.client import ToyotaOneClient

async def main():
    cli = ToyotaOneClient()
    await cli.auth.login(USERNAME, PASSWORD)
    vehicle_list = await cli.get_user_vehicle_list()
    vehicle_status = await cli.get_vehicle_status(vehicle_list[0]["vin"])
    ...

Abstracted Interface Example

from toyota_na.client import ToyotaOneClient
from toyota_na.vehicle.vehicle import get_vehicles

async def main():
    cli = ToyotaOneClient()

Contributing

We use black and isort for opinionated formatting to ensure a consistent look and feel throughout the codebase no matter the contributor. Pre-commit is used to guarantee the files being checked-in to the repo are formatted correctly.

For convenience a vscode project settings file is included as well. Editors other than vscode will require some setup if you wish to have formatting take place while working.

Getting started:

Samples

Sample responses from API calls are stored in samples folder. The data is sourced from real users and from the Toyota app's "Demo Mode"

Credits:

Thanks @DurgNomis-drol for making the original Toyota module and bring up the discussing of Toyota North America.

Thanks @visualage for finding the way to authenticate headlessly.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

toyota-na-2.1.1.dev2.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

toyota_na-2.1.1.dev2-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

Details for the file toyota-na-2.1.1.dev2.tar.gz.

File metadata

  • Download URL: toyota-na-2.1.1.dev2.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for toyota-na-2.1.1.dev2.tar.gz
Algorithm Hash digest
SHA256 079af46387157c61e6e76e928e4735cfdb9c4f2bc9c6eede4b467232812eddc1
MD5 3e63dbe1851f4c5d5768ec6b1500c5f2
BLAKE2b-256 a03db7f5b4ccfe5d0a7f99fa98cc01d34a0299f419bf94c440c79cecac8a32a9

See more details on using hashes here.

File details

Details for the file toyota_na-2.1.1.dev2-py3-none-any.whl.

File metadata

File hashes

Hashes for toyota_na-2.1.1.dev2-py3-none-any.whl
Algorithm Hash digest
SHA256 0014cee187cea951e14f4546868204630c4748cc59f783cdb45892291feab2bb
MD5 f91205ae9574ae5a56a985fdd4f198a7
BLAKE2b-256 03f00c48274f0134a3e2e066e0e600018a1871b1c127be5872f3e6701ec47758

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page