Tesla API wrapper
Installation
Use the package manager pip to install TeslaClient
pip install TeslaClient
Usage
Import TeslaClient
t = TeslaClient('email', 'password') # instantiates the client
t.connect() # connects to the api
v = t.vehicle('vehicle name') # creates an vehicle object based on case sensitive name
v.get_vehicle_data(*args) # accepts vehicle/climate/drive/charge_state or no parameter to collect all data. Loads data into a property dict of the same name
v.send_vehicle_command(command, data={}) # sends a command to vehicle, data parameter should contain any parameters required for command
Release files for teslaclient 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| teslaclient-0.0.5.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| teslaclient-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.3 kB
Release files / teslaclient-0.0.5.tar.gz
| Download URL | teslaclient-0.0.5.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9c331e1f574fb54034595ea0dcf66d5d72db99b59d8bcc6edf8668378147c263
|
|
BLAKE2b-256 checksum How to use checksums |
73801a1ad26d0f51b99e6e745b1c5fdfbd90222e987752fadf90910860a9a92e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.0 CPython/3.7.4
|
Release files / teslaclient-0.0.5-py3-none-any.whl
| Download URL | teslaclient-0.0.5-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f7db3c6b8acbf48617a3709dba68b127d1a6bc9ede8ca5f692e53a4fc5011bee
|
|
BLAKE2b-256 checksum How to use checksums |
6cc33fd64956ea994780eba903a1d1563fd23f33b376906785fde87d632b428c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.0 CPython/3.7.4
|