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 = ApiClient('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.6.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file tesla_api-1.0.6.tar.gz
.
File metadata
- Download URL: tesla_api-1.0.6.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 |
32cf27db5595fff4a4008a1a7b49d6f209b5cc9637ffe374f053f9277d55d697
|
|
MD5 |
109289875aa71aeead2a550b7293e3b0
|
|
BLAKE2b-256 |
0c34add4be9f219e7e5b08c86688b9477d7d9a1b035ffdc3071757be0b938b06
|
File details
Details for the file tesla_api-1.0.6-py3-none-any.whl
.
File metadata
- Download URL: tesla_api-1.0.6-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 |
eb4ceaecbb9225d815f5114ad25b8c468acc7f72fd441fa2383d337fb731a77e
|
|
MD5 |
8ce74ced8430dbec5abc0461ab16da83
|
|
BLAKE2b-256 |
acdadb31e7e293ae3a126525b01f308741f17399de5a004622c036475836b916
|