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.8.tar.gz
(2.9 kB
view details)
File details
Details for the file tesla_api-1.0.8.tar.gz
.
File metadata
- Download URL: tesla_api-1.0.8.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d8eb89c9d884820b2c01d661c3ef334357fba74b4098d197f0ca714d5513c269
|
|
MD5 |
2f48eaa478aad5ba1fb44e384b788b11
|
|
BLAKE2b-256 |
40d14a41153a4bdd92172b589712e969b46a6fec16381c72f1a3183c279aef11
|