tesla-fleet-api 1.0.16__tar.gz → 1.0.17__tar.gz
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.
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/PKG-INFO +6 -15
- tesla_fleet_api-1.0.17/pyproject.toml +38 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/__init__.py +1 -1
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/signed.py +1 -1
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api.egg-info/PKG-INFO +6 -15
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api.egg-info/SOURCES.txt +0 -1
- tesla_fleet_api-1.0.16/pyproject.toml +0 -5
- tesla_fleet_api-1.0.16/setup.py +0 -24
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/LICENSE +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/README.md +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/setup.cfg +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/const.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/exceptions.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/__init__.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/bluetooth.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/charging.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/energysite.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/fleet.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/oauth.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/partner.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/tesla.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/user.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/__init__.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/bluetooth.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/commands.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/fleet.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/__init__.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/__init__.pyi +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/car_server_pb2.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/car_server_pb2.pyi +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/common_pb2.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/common_pb2.pyi +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/errors_pb2.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/errors_pb2.pyi +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/keys_pb2.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/keys_pb2.pyi +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/managed_charging_pb2.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/managed_charging_pb2.pyi +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/signatures_pb2.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/signatures_pb2.pyi +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/universal_message_pb2.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/universal_message_pb2.pyi +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/vcsec_pb2.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/vcsec_pb2.pyi +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/vehicle_pb2.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/vehicle_pb2.pyi +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/vehicle.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/vehicles.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/teslemetry/__init__.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/teslemetry/teslemetry.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/teslemetry/vehicles.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tessie/__init__.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tessie/tessie.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tessie/vehicles.py +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api.egg-info/dependency_links.txt +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api.egg-info/requires.txt +0 -0
- {tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api.egg-info/top_level.txt +0 -0
@@ -1,13 +1,12 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: tesla_fleet_api
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.17
|
4
4
|
Summary: Tesla Fleet API library for Python
|
5
|
-
|
6
|
-
|
7
|
-
|
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:
|
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
|
|
@@ -0,0 +1,38 @@
|
|
1
|
+
[build-system]
|
2
|
+
build-backend = "setuptools.build_meta"
|
3
|
+
requires = ["setuptools>=77.0"]
|
4
|
+
|
5
|
+
[project]
|
6
|
+
name = "tesla_fleet_api"
|
7
|
+
version = "1.0.17"
|
8
|
+
license = "Apache-2.0"
|
9
|
+
description = "Tesla Fleet API library for Python"
|
10
|
+
readme = "README.md"
|
11
|
+
authors = [{ name = "Brett Adams", email = "hello@teslemetry.com" }]
|
12
|
+
requires-python = ">=3.10"
|
13
|
+
classifiers = [
|
14
|
+
"Development Status :: 5 - Production/Stable",
|
15
|
+
"Programming Language :: Python :: 3",
|
16
|
+
"Operating System :: OS Independent",
|
17
|
+
]
|
18
|
+
dependencies = [
|
19
|
+
"aiohttp",
|
20
|
+
"aiofiles",
|
21
|
+
"aiolimiter",
|
22
|
+
"cryptography",
|
23
|
+
"protobuf",
|
24
|
+
"bleak",
|
25
|
+
"bleak-retry-connector",
|
26
|
+
]
|
27
|
+
|
28
|
+
[project.urls]
|
29
|
+
"Homepage" = "https://github.com/Teslemetry/python-tesla-fleet-api"
|
30
|
+
|
31
|
+
[tool.setuptools.packages.find]
|
32
|
+
include = ["tesla_fleet_api*"]
|
33
|
+
|
34
|
+
[tool.ruff]
|
35
|
+
exclude = ["tesla_fleet_api/tesla/vehicle/proto/*"]
|
36
|
+
|
37
|
+
[tool.pyright]
|
38
|
+
exclude = ["tesla_fleet_api/tesla/vehicle/proto/*"]
|
@@ -13,7 +13,7 @@ if TYPE_CHECKING:
|
|
13
13
|
from tesla_fleet_api.tesla.fleet import TeslaFleetApi
|
14
14
|
|
15
15
|
|
16
|
-
class VehicleSigned(
|
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.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: tesla_fleet_api
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.17
|
4
4
|
Summary: Tesla Fleet API library for Python
|
5
|
-
|
6
|
-
|
7
|
-
|
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:
|
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
|
|
tesla_fleet_api-1.0.16/setup.py
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
import setuptools
|
2
|
-
|
3
|
-
with open("README.md", "r") as fh:
|
4
|
-
long_description = fh.read()
|
5
|
-
|
6
|
-
setuptools.setup(
|
7
|
-
name="tesla_fleet_api",
|
8
|
-
version="1.0.16",
|
9
|
-
author="Brett Adams",
|
10
|
-
author_email="hello@teslemetry.com",
|
11
|
-
description="Tesla Fleet API library for Python",
|
12
|
-
long_description=long_description,
|
13
|
-
long_description_content_type="text/markdown",
|
14
|
-
url="https://github.com/Teslemetry/python-tesla-fleet-api",
|
15
|
-
packages=setuptools.find_packages(),
|
16
|
-
classifiers=[
|
17
|
-
"Development Status :: 5 - Production/Stable",
|
18
|
-
"Programming Language :: Python :: 3",
|
19
|
-
"License :: OSI Approved :: Apache Software License",
|
20
|
-
"Operating System :: OS Independent",
|
21
|
-
],
|
22
|
-
python_requires=">=3.10",
|
23
|
-
install_requires=["aiohttp", "aiofiles", "aiolimiter", "cryptography", "protobuf", "bleak", "bleak-retry-connector"],
|
24
|
-
)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/bluetooth.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/__init__.py
RENAMED
File without changes
|
{tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/__init__.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
{tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/common_pb2.py
RENAMED
File without changes
|
{tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/common_pb2.pyi
RENAMED
File without changes
|
{tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/errors_pb2.py
RENAMED
File without changes
|
{tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/errors_pb2.pyi
RENAMED
File without changes
|
{tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/keys_pb2.py
RENAMED
File without changes
|
{tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/keys_pb2.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/vcsec_pb2.py
RENAMED
File without changes
|
{tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/vcsec_pb2.pyi
RENAMED
File without changes
|
{tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api/tesla/vehicle/proto/vehicle_pb2.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{tesla_fleet_api-1.0.16 → tesla_fleet_api-1.0.17}/tesla_fleet_api.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|