tesla-fleet-api 0.0.3__py3-none-any.whl → 0.0.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,27 +0,0 @@
1
- import aiohttp
2
- from .TeslaFleetApi import TeslaFleetApi
3
-
4
-
5
- class Teslemetry(TeslaFleetApi):
6
- def __init__(
7
- self,
8
- session: aiohttp.ClientSession,
9
- access_token: str,
10
- raise_for_status: bool = False,
11
- ):
12
- """Initialize the Teslemetry API."""
13
- super().__init__(
14
- session,
15
- access_token,
16
- use_command_protocol=False,
17
- server="https://teslemetry.com",
18
- raise_for_status=raise_for_status,
19
- )
20
-
21
- async def find_server(self):
22
- """Find the server URL for the Tesla Fleet API."""
23
- raise NotImplementedError("Do not use this function for Teslemetry.")
24
-
25
- def stream(self, vin: str, fields, alerts, expire: int):
26
- """Stream data from the Tesla Fleet API."""
27
- raise NotImplementedError("Not implemented yet")
@@ -1,11 +0,0 @@
1
- tesla_fleet_api/TeslaFleetApi.py,sha256=6lYgtKnk04wEefwrhAysJ6iogVzGl49oPUSlber7K_Y,45676
2
- tesla_fleet_api/TeslaFleetOAuth.py,sha256=ra14xPhlaUc71T9fiEH3g8P2PzUnVHSG9cMe8jMhil8,1982
3
- tesla_fleet_api/Teslemetry.py,sha256=865mefn14EXfSLA5Ui5xu0cpOXKx25vvgIZLEP3qawU,839
4
- tesla_fleet_api/__init__.py,sha256=HFzNi2gaIAOSUwE2vO5TgZZAqol47zyhuNOoPXidbVQ,161
5
- tesla_fleet_api/const.py,sha256=pfVeCwTgFiYs0J43fFHvH1v9Ti-4xvrvG4nB-QqOSOQ,680
6
- tesla_fleet_api/exceptions.py,sha256=uAfITaX4D2K1PgozTHOStjZfcksmNvxKf5YRLWkiZDU,8588
7
- tesla_fleet_api-0.0.3.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
8
- tesla_fleet_api-0.0.3.dist-info/METADATA,sha256=vQ9bmAKBiuFhdExM3jqXobVAPxFNxDOwyusw8Zt8rHw,2235
9
- tesla_fleet_api-0.0.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
10
- tesla_fleet_api-0.0.3.dist-info/top_level.txt,sha256=jeNbog_1saXBFrGpom9WyPWmilxsyP3szL_G7JLWQfM,16
11
- tesla_fleet_api-0.0.3.dist-info/RECORD,,