API client for Tesla
Project description
Tesla API
This is a package for connecting to the Tesla API.
Usage
from tesla_api import TeslaApiClient
client = TeslaApiClient('your@email.com', 'yourPassword')
vehicles = client.list_vehicles()
for v in vehicles:
print(v.vin)
v.controls.flash_lights()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tesla_api-1.0.7.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file tesla_api-1.0.7.tar.gz
.
File metadata
- Download URL: tesla_api-1.0.7.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d0d9675a46da870e8b15feab357587e3d08cde86f2a1ac44f0ea4658fa87e0b3
|
|
MD5 |
6c734073667e1794c80caddb342a3a1a
|
|
BLAKE2b-256 |
087a9e766a4930ba0370c7ac8f93059b16bb89648f8afe13c8fae37c9663b210
|
File details
Details for the file tesla_api-1.0.7-py3-none-any.whl
.
File metadata
- Download URL: tesla_api-1.0.7-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8348650a2f6aa65b6783321ea5f5bf0d32c4a2a3baafafb66c02bda4ba886821
|
|
MD5 |
9ce6efa4d66289732af7caf02044cc4a
|
|
BLAKE2b-256 |
908b1bbd97c5a2dc12e8ad8619c8f084d9fa176e4a13d0885551856602a45078
|