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.1.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file tesla_api-1.0.1.tar.gz
.
File metadata
- Download URL: tesla_api-1.0.1.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 |
aca251e496705b7b66c7df269bb26d7e4eaceae6716f9f09bd5ee62949246c16
|
|
MD5 |
91569eaf48116c40ba152dec9dbf628a
|
|
BLAKE2b-256 |
db830a3996d9b7024ba3d1225bf5703f067474c26f68ee99b42d8d9176061acf
|
File details
Details for the file tesla_api-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: tesla_api-1.0.1-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 |
6b4c72413ea00ec5cab86ad57315d8799e47d252defe9b4946a6188a487d177f
|
|
MD5 |
32fcc912912b788365bffcc3d6fa130e
|
|
BLAKE2b-256 |
e6e82a34792020eafb78e2f2c2fd4cefb0651e4582a185b6daabba41e00d83e1
|