tesla-fleet-api 1.0.16__py3-none-any.whl → 1.0.17__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,7 +1,7 @@
1
1
  """Tesla Fleet API"""
2
2
 
3
3
  __author__ = "hello@teslemetry.com"
4
- __version__ = "1.0.16"
4
+ __version__ = "1.0.17"
5
5
 
6
6
  from tesla_fleet_api.tesla.fleet import TeslaFleetApi
7
7
  from tesla_fleet_api.tesla.bluetooth import TeslaBluetooth
@@ -13,7 +13,7 @@ if TYPE_CHECKING:
13
13
  from tesla_fleet_api.tesla.fleet import TeslaFleetApi
14
14
 
15
15
 
16
- class VehicleSigned(VehicleFleet, Commands):
16
+ class VehicleSigned(Commands, VehicleFleet):
17
17
  """Class describing the Tesla Fleet API vehicle endpoints and commands for a specific vehicle with command signing."""
18
18
 
19
19
 
@@ -1,13 +1,12 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: tesla_fleet_api
3
- Version: 1.0.16
3
+ Version: 1.0.17
4
4
  Summary: Tesla Fleet API library for Python
5
- Home-page: https://github.com/Teslemetry/python-tesla-fleet-api
6
- Author: Brett Adams
7
- Author-email: hello@teslemetry.com
5
+ Author-email: Brett Adams <hello@teslemetry.com>
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/Teslemetry/python-tesla-fleet-api
8
8
  Classifier: Development Status :: 5 - Production/Stable
9
9
  Classifier: Programming Language :: Python :: 3
10
- Classifier: License :: OSI Approved :: Apache Software License
11
10
  Classifier: Operating System :: OS Independent
12
11
  Requires-Python: >=3.10
13
12
  Description-Content-Type: text/markdown
@@ -19,15 +18,7 @@ Requires-Dist: cryptography
19
18
  Requires-Dist: protobuf
20
19
  Requires-Dist: bleak
21
20
  Requires-Dist: bleak-retry-connector
22
- Dynamic: author
23
- Dynamic: author-email
24
- Dynamic: classifier
25
- Dynamic: description
26
- Dynamic: description-content-type
27
- Dynamic: home-page
28
- Dynamic: requires-dist
29
- Dynamic: requires-python
30
- Dynamic: summary
21
+ Dynamic: license-file
31
22
 
32
23
  # Tesla Fleet API
33
24
 
@@ -1,4 +1,4 @@
1
- tesla_fleet_api/__init__.py,sha256=e4HaWJI7rTX6_WGPqvGvXsjRvo37K4njhUm34fKhMXM,475
1
+ tesla_fleet_api/__init__.py,sha256=CsFyd_kKg3-5EL2IH5KYMFena3intVDW4mFqeiYtoIA,475
2
2
  tesla_fleet_api/const.py,sha256=cu9jvvFTLOw56bL78lIPWJKlb35T9CYACI5pBT6DBQI,3881
3
3
  tesla_fleet_api/exceptions.py,sha256=GvjJBR77xGt2g3vhiAxcNtysj-e1Me7F-9PwO9dyzOo,35430
4
4
  tesla_fleet_api/tesla/__init__.py,sha256=ahqqQigZbXfysOpo28qUudUfWrQfKRpD_1az368Sjr0,823
@@ -14,7 +14,7 @@ tesla_fleet_api/tesla/vehicle/__init__.py,sha256=DKQA9lIAGcya5cHj4AsNc04pcQSVHn1
14
14
  tesla_fleet_api/tesla/vehicle/bluetooth.py,sha256=CSUOx2rTYHM1iCShtZ3vu7kR-_m8E2dvNSLEksFqe6g,21034
15
15
  tesla_fleet_api/tesla/vehicle/commands.py,sha256=CJ_NHJ9bCr5b6mjefxPPHChaUHLB6cVBFgwm6QYl4t4,51470
16
16
  tesla_fleet_api/tesla/vehicle/fleet.py,sha256=K9BVZj6CChJSDSMFroa7Cz0KrsYWj32ILtQumarkLaU,32080
17
- tesla_fleet_api/tesla/vehicle/signed.py,sha256=RUzVnZIfykz3YZW2gaxd1iaN1i8LkLaEoiXrbqZn9kg,1339
17
+ tesla_fleet_api/tesla/vehicle/signed.py,sha256=uZz2cYxzjujWVx7zIG7a1FkDpoNTaUK4_kU2ZCR3Fqs,1339
18
18
  tesla_fleet_api/tesla/vehicle/vehicle.py,sha256=IBvRO6qGkUf4bi-pFongA9fIe9iScvz_wGXtzEJXilY,870
19
19
  tesla_fleet_api/tesla/vehicle/vehicles.py,sha256=c1KFTAYDvuTVNjM5O23KvT54UbNwo3ofFVpfkY-Mq5Y,2640
20
20
  tesla_fleet_api/tesla/vehicle/proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -43,8 +43,8 @@ tesla_fleet_api/teslemetry/vehicles.py,sha256=IJMRKb3jrW9ZSdJrCQ5wOYYZGVbFvSVza2
43
43
  tesla_fleet_api/tessie/__init__.py,sha256=8HiaMLz1RueRoT5PSF1Y7iRr0-RV6ujgOH2RBSSUFk4,436
44
44
  tesla_fleet_api/tessie/tessie.py,sha256=UByX0BmDcqLPiW8ofNuGmMcjXvaWRn3taC68Ji80Yf8,2666
45
45
  tesla_fleet_api/tessie/vehicles.py,sha256=Cdp0pt2Z8bzK5T9wQ8_KubGSZ3Gevx1Q18kqJqEUxfs,1011
46
- tesla_fleet_api-1.0.16.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
47
- tesla_fleet_api-1.0.16.dist-info/METADATA,sha256=T9nLKyPQMFEmMtAmwOH5DpZR9JVVjAc6sXTIVwbdapw,6960
48
- tesla_fleet_api-1.0.16.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
49
- tesla_fleet_api-1.0.16.dist-info/top_level.txt,sha256=jeNbog_1saXBFrGpom9WyPWmilxsyP3szL_G7JLWQfM,16
50
- tesla_fleet_api-1.0.16.dist-info/RECORD,,
46
+ tesla_fleet_api-1.0.17.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
47
+ tesla_fleet_api-1.0.17.dist-info/METADATA,sha256=vwqMRhkIKDw0LNSbr3AN4IEaICA1hqUAlnJqnPEB8wk,6759
48
+ tesla_fleet_api-1.0.17.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
49
+ tesla_fleet_api-1.0.17.dist-info/top_level.txt,sha256=jeNbog_1saXBFrGpom9WyPWmilxsyP3szL_G7JLWQfM,16
50
+ tesla_fleet_api-1.0.17.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.1.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5