python-terminusgps 50.1.2__tar.gz → 50.1.3__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-50.1.2 → python_terminusgps-50.1.3}/PKG-INFO +1 -1
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/source/conf.py +1 -1
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/pyproject.toml +1 -1
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/authorizenet/api/address_profiles.py +8 -8
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/uv.lock +13 -13
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/.github/workflows/sphinx.yml +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/.gitignore +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/.python-version +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/COPYING +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/README.md +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/Makefile +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/make.bat +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/requirements.txt +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/source/authorizenet/api.rst +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/source/authorizenet/constants.rst +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/source/authorizenet/index.rst +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/source/authorizenet/service.rst +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/source/index.rst +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/source/mixins.rst +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/source/validators.rst +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/source/wialon/constants.rst +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/source/wialon/exceptions.rst +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/source/wialon/index.rst +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/source/wialon/items.rst +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/source/wialon/session.rst +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/source/wialon/usage.rst +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/docs/source/wialon/utils.rst +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/__init__.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/authorizenet/__init__.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/authorizenet/api/__init__.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/authorizenet/api/customer_profiles.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/authorizenet/api/payment_profiles.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/authorizenet/api/subscriptions.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/authorizenet/api/transactions.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/authorizenet/constants.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/authorizenet/service.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/default_settings.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/mixins.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/validators.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/wialon/__init__.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/wialon/constants.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/wialon/flags.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/wialon/session.py +0 -0
- {python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/wialon/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-terminusgps
|
|
3
|
-
Version: 50.1.
|
|
3
|
+
Version: 50.1.3
|
|
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 = "50.1.
|
|
15
|
+
release = "50.1.3"
|
|
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 = "50.1.
|
|
3
|
+
version = "50.1.3"
|
|
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" } ]
|
|
@@ -80,21 +80,21 @@ def update_customer_shipping_address(
|
|
|
80
80
|
address_ex = apicontractsv1.customerAddressExType()
|
|
81
81
|
address_ex.customerAddressId = str(address_profile_id)
|
|
82
82
|
if first_name := getattr(address, "firstName", None):
|
|
83
|
-
address_ex.firstName = first_name
|
|
83
|
+
address_ex.firstName = str(first_name)
|
|
84
84
|
if last_name := getattr(address, "lastName", None):
|
|
85
|
-
address_ex.lastName = last_name
|
|
85
|
+
address_ex.lastName = str(last_name)
|
|
86
86
|
if street := getattr(address, "address", None):
|
|
87
|
-
address_ex.address = street
|
|
87
|
+
address_ex.address = str(street)
|
|
88
88
|
if city := getattr(address, "city", None):
|
|
89
|
-
address_ex.city = city
|
|
89
|
+
address_ex.city = str(city)
|
|
90
90
|
if state := getattr(address, "state", None):
|
|
91
|
-
address_ex.state = state
|
|
91
|
+
address_ex.state = str(state)
|
|
92
92
|
if country := getattr(address, "country", None):
|
|
93
|
-
address_ex.country = country
|
|
93
|
+
address_ex.country = str(country)
|
|
94
94
|
if phone_number := getattr(address, "phoneNumber", None):
|
|
95
|
-
address_ex.phoneNumber = phone_number
|
|
95
|
+
address_ex.phoneNumber = str(phone_number)
|
|
96
96
|
if zip_code := getattr(address, "zip", None):
|
|
97
|
-
address_ex.zip = zip_code
|
|
97
|
+
address_ex.zip = str(zip_code)
|
|
98
98
|
|
|
99
99
|
request = apicontractsv1.updateCustomerShippingAddressRequest()
|
|
100
100
|
request.customerProfileId = str(customer_profile_id)
|
|
@@ -748,7 +748,7 @@ wheels = [
|
|
|
748
748
|
|
|
749
749
|
[[package]]
|
|
750
750
|
name = "python-terminusgps"
|
|
751
|
-
version = "50.1.
|
|
751
|
+
version = "50.1.3"
|
|
752
752
|
source = { editable = "." }
|
|
753
753
|
dependencies = [
|
|
754
754
|
{ name = "authorizenet" },
|
|
@@ -822,23 +822,23 @@ wheels = [
|
|
|
822
822
|
|
|
823
823
|
[[package]]
|
|
824
824
|
name = "roman-numerals"
|
|
825
|
-
version = "4.
|
|
825
|
+
version = "4.1.0"
|
|
826
826
|
source = { registry = "https://pypi.org/simple" }
|
|
827
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
827
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ae/f9/41dc953bbeb056c17d5f7a519f50fdf010bd0553be2d630bc69d1e022703/roman_numerals-4.1.0.tar.gz", hash = "sha256:1af8b147eb1405d5839e78aeb93131690495fe9da5c91856cb33ad55a7f1e5b2", size = 9077 }
|
|
828
828
|
wheels = [
|
|
829
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
829
|
+
{ url = "https://files.pythonhosted.org/packages/04/54/6f679c435d28e0a568d8e8a7c0a93a09010818634c3c3907fc98d8983770/roman_numerals-4.1.0-py3-none-any.whl", hash = "sha256:647ba99caddc2cc1e55a51e4360689115551bf4476d90e8162cf8c345fe233c7", size = 7676 },
|
|
830
830
|
]
|
|
831
831
|
|
|
832
832
|
[[package]]
|
|
833
833
|
name = "roman-numerals-py"
|
|
834
|
-
version = "4.
|
|
834
|
+
version = "4.1.0"
|
|
835
835
|
source = { registry = "https://pypi.org/simple" }
|
|
836
836
|
dependencies = [
|
|
837
837
|
{ name = "roman-numerals" },
|
|
838
838
|
]
|
|
839
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
839
|
+
sdist = { url = "https://files.pythonhosted.org/packages/cb/b5/de96fca640f4f656eb79bbee0e79aeec52e3e0e359f8a3e6a0d366378b64/roman_numerals_py-4.1.0.tar.gz", hash = "sha256:f5d7b2b4ca52dd855ef7ab8eb3590f428c0b1ea480736ce32b01fef2a5f8daf9", size = 4274 }
|
|
840
840
|
wheels = [
|
|
841
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
841
|
+
{ url = "https://files.pythonhosted.org/packages/27/2c/daca29684cbe9fd4bc711f8246da3c10adca1ccc4d24436b17572eb2590e/roman_numerals_py-4.1.0-py3-none-any.whl", hash = "sha256:553114c1167141c1283a51743759723ecd05604a1b6b507225e91dc1a6df0780", size = 4547 },
|
|
842
842
|
]
|
|
843
843
|
|
|
844
844
|
[[package]]
|
|
@@ -887,11 +887,11 @@ wheels = [
|
|
|
887
887
|
|
|
888
888
|
[[package]]
|
|
889
889
|
name = "soupsieve"
|
|
890
|
-
version = "2.8"
|
|
890
|
+
version = "2.8.1"
|
|
891
891
|
source = { registry = "https://pypi.org/simple" }
|
|
892
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
892
|
+
sdist = { url = "https://files.pythonhosted.org/packages/89/23/adf3796d740536d63a6fbda113d07e60c734b6ed5d3058d1e47fc0495e47/soupsieve-2.8.1.tar.gz", hash = "sha256:4cf733bc50fa805f5df4b8ef4740fc0e0fa6218cf3006269afd3f9d6d80fd350", size = 117856 }
|
|
893
893
|
wheels = [
|
|
894
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
894
|
+
{ url = "https://files.pythonhosted.org/packages/48/f3/b67d6ea49ca9154453b6d70b34ea22f3996b9fa55da105a79d8732227adc/soupsieve-2.8.1-py3-none-any.whl", hash = "sha256:a11fe2a6f3d76ab3cf2de04eb339c1be5b506a8a47f2ceb6d139803177f85434", size = 36710 },
|
|
895
895
|
]
|
|
896
896
|
|
|
897
897
|
[[package]]
|
|
@@ -991,11 +991,11 @@ wheels = [
|
|
|
991
991
|
|
|
992
992
|
[[package]]
|
|
993
993
|
name = "sqlparse"
|
|
994
|
-
version = "0.5.
|
|
994
|
+
version = "0.5.5"
|
|
995
995
|
source = { registry = "https://pypi.org/simple" }
|
|
996
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
996
|
+
sdist = { url = "https://files.pythonhosted.org/packages/90/76/437d71068094df0726366574cf3432a4ed754217b436eb7429415cf2d480/sqlparse-0.5.5.tar.gz", hash = "sha256:e20d4a9b0b8585fdf63b10d30066c7c94c5d7a7ec47c889a2d83a3caa93ff28e", size = 120815 }
|
|
997
997
|
wheels = [
|
|
998
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
998
|
+
{ url = "https://files.pythonhosted.org/packages/49/4b/359f28a903c13438ef59ebeee215fb25da53066db67b305c125f1c6d2a25/sqlparse-0.5.5-py3-none-any.whl", hash = "sha256:12a08b3bf3eec877c519589833aed092e2444e68240a3577e8e26148acc7b1ba", size = 46138 },
|
|
999
999
|
]
|
|
1000
1000
|
|
|
1001
1001
|
[[package]]
|
|
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-50.1.2 → python_terminusgps-50.1.3}/docs/source/authorizenet/constants.rst
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/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
|
|
File without changes
|
{python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/authorizenet/__init__.py
RENAMED
|
File without changes
|
{python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/authorizenet/api/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/terminusgps/authorizenet/api/transactions.py
RENAMED
|
File without changes
|
{python_terminusgps-50.1.2 → python_terminusgps-50.1.3}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|