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.2.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file tesla_api-1.0.2.tar.gz
.
File metadata
- Download URL: tesla_api-1.0.2.tar.gz
- Upload date:
- Size: 2.8 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 |
c6c197336875f280796b3955cbff46c1ec543f2e3f703543c6d2eefeee96d776
|
|
MD5 |
4363a1b07d3671e0cd15d5cf780f92c5
|
|
BLAKE2b-256 |
19873dbbcac2dd8c2ad4b12d6b0479176439f3d20999864638bb9f1f6b6288b2
|
File details
Details for the file tesla_api-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: tesla_api-1.0.2-py3-none-any.whl
- Upload date:
- Size: 4.4 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 |
feca723c35e221354cf1bb96d2f687c2e2584a3bf4fcd637271a7f5ffe337f33
|
|
MD5 |
5d19360001892f08947d77e8ffc6e217
|
|
BLAKE2b-256 |
c8b318fa4660b39a7fd967e1e46f3490d2289eeb192b18faa418d3a6e7d68637
|