python-terminusgps 45.8.0__tar.gz → 45.9.0__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.
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/PKG-INFO +1 -1
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/conf.py +1 -1
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/pyproject.toml +1 -1
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/authorizenet/service.py +5 -7
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/uv.lock +7 -7
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/.github/workflows/sphinx.yml +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/.gitignore +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/.python-version +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/COPYING +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/README.md +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/Makefile +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/make.bat +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/requirements.txt +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/authorizenet/api.rst +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/authorizenet/constants.rst +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/authorizenet/index.rst +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/authorizenet/service.rst +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/index.rst +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/mixins.rst +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/validators.rst +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/wialon/constants.rst +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/wialon/exceptions.rst +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/wialon/index.rst +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/wialon/items.rst +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/wialon/session.rst +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/wialon/usage.rst +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/__init__.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/authorizenet/__init__.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/authorizenet/api/__init__.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/authorizenet/api/address_profiles.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/authorizenet/api/customer_profiles.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/authorizenet/api/payment_profiles.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/authorizenet/api/subscriptions.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/authorizenet/api/transactions.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/authorizenet/constants.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/default_settings.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/mixins.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/validators.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/__init__.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/constants.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/flags.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/items/__init__.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/items/account.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/items/base.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/items/factory.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/items/resource.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/items/retranslator.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/items/route.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/items/unit.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/items/unit_group.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/items/user.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/session.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/utils.py +0 -0
- {python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/validators.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-terminusgps
|
|
3
|
-
Version: 45.
|
|
3
|
+
Version: 45.9.0
|
|
4
4
|
Summary: Provides abstractions/utilities for working with Wialon API, Authorize.NET API, AWS API, and more.
|
|
5
5
|
Project-URL: Documentation, https://terminusgps.github.io/python-terminusgps
|
|
6
6
|
Project-URL: Repository, https://github.com/terminusgps/python-terminusgps
|
|
@@ -12,7 +12,7 @@ sys.path.insert(0, os.path.abspath("../../"))
|
|
|
12
12
|
project = "python-terminusgps"
|
|
13
13
|
copyright = "2025, Terminus GPS, LLC"
|
|
14
14
|
author = "Terminus GPS, LLC"
|
|
15
|
-
release = "45.
|
|
15
|
+
release = "45.9.0"
|
|
16
16
|
|
|
17
17
|
# -- General configuration ---------------------------------------------------
|
|
18
18
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "python-terminusgps"
|
|
3
|
-
version = "45.
|
|
3
|
+
version = "45.9.0"
|
|
4
4
|
description = "Provides abstractions/utilities for working with Wialon API, Authorize.NET API, AWS API, and more."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [ {name = "Blake Nall", email = "blake@terminusgps.com" } ]
|
|
@@ -52,8 +52,7 @@ class AuthorizenetService:
|
|
|
52
52
|
|
|
53
53
|
def call_api(
|
|
54
54
|
self,
|
|
55
|
-
|
|
56
|
-
controller_cls: type[APIOperationBase],
|
|
55
|
+
request_tuple: tuple[ObjectifiedElement, type[APIOperationBase]],
|
|
57
56
|
reference_id: str | None = None,
|
|
58
57
|
) -> ObjectifiedElement:
|
|
59
58
|
"""
|
|
@@ -61,10 +60,8 @@ class AuthorizenetService:
|
|
|
61
60
|
|
|
62
61
|
If ``reference_id`` was provided, it is added to the request before execution.
|
|
63
62
|
|
|
64
|
-
:param
|
|
65
|
-
:type
|
|
66
|
-
:param controller_cls: An Authorizenet controller class.
|
|
67
|
-
:type controller_cls: type[~authorizenet.apicontrollersbase.APIOperationBase]
|
|
63
|
+
:param request_tuple: A tuple containing an Authorizenet API request contract and a controller class to execute it with.
|
|
64
|
+
:type request_tuple: tuple[~lxml.objectify.ObjectifiedElement, type[~authorizenet.apicontrollersbase.APIOperationBase]]
|
|
68
65
|
:param reference_id: An optional reference id string for the API call. Default is :py:obj:`None`.
|
|
69
66
|
:type reference_id: str | None
|
|
70
67
|
:raises AuthorizenetControllerExecutionError: If the API call failed.
|
|
@@ -72,6 +69,7 @@ class AuthorizenetService:
|
|
|
72
69
|
:rtype: ~lxml.objectify.ObjectifiedElement
|
|
73
70
|
|
|
74
71
|
"""
|
|
72
|
+
request, controller_cls = request_tuple[0], request_tuple[1]
|
|
75
73
|
request.merchantAuthentication = self.merchantAuthentication
|
|
76
74
|
if reference_id is not None:
|
|
77
75
|
request.refId = reference_id
|
|
@@ -79,8 +77,8 @@ class AuthorizenetService:
|
|
|
79
77
|
controller = controller_cls(request)
|
|
80
78
|
controller.setenvironment(self.environment)
|
|
81
79
|
controller.execute()
|
|
80
|
+
response = controller.getresponse()
|
|
82
81
|
|
|
83
|
-
response: ObjectifiedElement | None = controller.getresponse()
|
|
84
82
|
if response is None:
|
|
85
83
|
raise AuthorizenetControllerExecutionError(
|
|
86
84
|
message="No response from the Authorizenet API controller.",
|
|
@@ -142,7 +142,7 @@ wheels = [
|
|
|
142
142
|
|
|
143
143
|
[[package]]
|
|
144
144
|
name = "django-stubs"
|
|
145
|
-
version = "5.2.
|
|
145
|
+
version = "5.2.5"
|
|
146
146
|
source = { registry = "https://pypi.org/simple" }
|
|
147
147
|
dependencies = [
|
|
148
148
|
{ name = "django" },
|
|
@@ -150,22 +150,22 @@ dependencies = [
|
|
|
150
150
|
{ name = "types-pyyaml" },
|
|
151
151
|
{ name = "typing-extensions" },
|
|
152
152
|
]
|
|
153
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
153
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e1/8e/286150f593481c33f54d14efb58d72178f159d57d31043529d38bbc98e2f/django_stubs-5.2.5.tar.gz", hash = "sha256:fc78384e28d8c5292d60983075a5934f644f7c304c25ae2793fc57aa66d5018b", size = 247794 }
|
|
154
154
|
wheels = [
|
|
155
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
155
|
+
{ url = "https://files.pythonhosted.org/packages/2f/02/cdbf7652ef2c9a7a1fed7c279484b7f3806f15b1bb34aec9fef8e8cfacbf/django_stubs-5.2.5-py3-none-any.whl", hash = "sha256:223c1a3324cd4873b7629dec6e9adbe224a94508284c1926b25fddff7a92252b", size = 490196 },
|
|
156
156
|
]
|
|
157
157
|
|
|
158
158
|
[[package]]
|
|
159
159
|
name = "django-stubs-ext"
|
|
160
|
-
version = "5.2.
|
|
160
|
+
version = "5.2.5"
|
|
161
161
|
source = { registry = "https://pypi.org/simple" }
|
|
162
162
|
dependencies = [
|
|
163
163
|
{ name = "django" },
|
|
164
164
|
{ name = "typing-extensions" },
|
|
165
165
|
]
|
|
166
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
166
|
+
sdist = { url = "https://files.pythonhosted.org/packages/16/94/c9b8f4c47084a0fa666da9066c36771098101932688adf2c17a40fab79c2/django_stubs_ext-5.2.5.tar.gz", hash = "sha256:ecc628df29d36cede638567c4e33ff485dd7a99f1552ad0cece8c60e9c3a8872", size = 6489 }
|
|
167
167
|
wheels = [
|
|
168
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
168
|
+
{ url = "https://files.pythonhosted.org/packages/e0/fe/a85a105fddffadb4a8d50e500caeee87d836b679d51a19d52dfa0cc6c660/django_stubs_ext-5.2.5-py3-none-any.whl", hash = "sha256:9b4b8ac9d32f7e6c304fd05477f8688fae6ed57f6a0f9f4d074f9e55b5a3da14", size = 9310 },
|
|
169
169
|
]
|
|
170
170
|
|
|
171
171
|
[[package]]
|
|
@@ -298,7 +298,7 @@ wheels = [
|
|
|
298
298
|
|
|
299
299
|
[[package]]
|
|
300
300
|
name = "python-terminusgps"
|
|
301
|
-
version = "45.
|
|
301
|
+
version = "45.9.0"
|
|
302
302
|
source = { editable = "." }
|
|
303
303
|
dependencies = [
|
|
304
304
|
{ name = "authorizenet" },
|
|
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
|
{python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/authorizenet/constants.rst
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/docs/source/authorizenet/service.rst
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
|
|
File without changes
|
{python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/authorizenet/__init__.py
RENAMED
|
File without changes
|
{python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/authorizenet/api/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/authorizenet/api/transactions.py
RENAMED
|
File without changes
|
{python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/authorizenet/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/items/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/items/resource.py
RENAMED
|
File without changes
|
{python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/items/retranslator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-45.8.0 → python_terminusgps-45.9.0}/terminusgps/wialon/items/unit_group.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|