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.vehicles.list()
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.5.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file tesla_api-1.0.5.tar.gz
.
File metadata
- Download URL: tesla_api-1.0.5.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 |
7a127a281ee37d62b6ae041248eef7fef8546bfa73ccb26b1892d49c26c9a4ce
|
|
MD5 |
ded30cc38d1197dfde61be3ead6c853a
|
|
BLAKE2b-256 |
e78bbb87b637d9670edd0cfe5317ed5e575d61981b789decf0a44a1449774a64
|
File details
Details for the file tesla_api-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: tesla_api-1.0.5-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 |
1fa23d9a433cf40168c36c246a7c13352ec905ef06d4ade5595366be86b85e56
|
|
MD5 |
a137ce4f22502e1d112dfe9b814b0bf3
|
|
BLAKE2b-256 |
c94336c35cb39d496dbe6ae398052c373f32d8ece07064d9eee633fe586e384f
|