python-terminusgps 42.2.1__tar.gz → 42.2.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.
Potentially problematic release.
This version of python-terminusgps might be problematic. Click here for more details.
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/PKG-INFO +1 -1
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/conf.py +1 -1
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/pyproject.toml +1 -1
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/django/validators.py +4 -4
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/uv.lock +13 -13
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/.gitignore +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/COPYING +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/README.md +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/Makefile +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/make.bat +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/authorizenet/auth.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/authorizenet/constants.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/authorizenet/controllers.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/authorizenet/examples.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/authorizenet/index.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/authorizenet/profiles.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/authorizenet/subscriptions.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/authorizenet/utils.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/authorizenet/validators.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/django/forms.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/django/index.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/django/mixins.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/django/settings.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/django/validators.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/index.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/wialon/constants.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/wialon/errors.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/wialon/examples.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/wialon/flags.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/wialon/index.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/wialon/items.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/wialon/session.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/wialon/utils.rst +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/__init__.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/__init__.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/auth.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/constants.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/controllers.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/profiles/__init__.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/profiles/addresses.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/profiles/customers.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/profiles/payments.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/subscriptions.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/utils.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/validators.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/django/__init__.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/django/forms/__init__.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/django/forms/fields.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/django/forms/forms.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/django/forms/renderer.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/django/forms/widgets.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/django/mixins.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/django/settings.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/django/utils.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/__init__.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/constants.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/flags.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/items/__init__.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/items/account.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/items/base.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/items/factory.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/items/resource.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/items/retranslator.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/items/route.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/items/unit.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/items/unit_group.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/items/user.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/session.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/utils.py +0 -0
- {python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/validators.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-terminusgps
|
|
3
|
-
Version: 42.2.
|
|
3
|
+
Version: 42.2.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://docs.terminusgps.com
|
|
6
6
|
Project-URL: Repository, https://github.com/terminusgps/python-terminusgps
|
|
@@ -18,7 +18,7 @@ django.setup()
|
|
|
18
18
|
project = "python-terminusgps"
|
|
19
19
|
copyright = "2025, Terminus GPS, LLC"
|
|
20
20
|
author = "Terminus GPS, LLC"
|
|
21
|
-
release = "42.2.
|
|
21
|
+
release = "42.2.3"
|
|
22
22
|
|
|
23
23
|
# -- General configuration ---------------------------------------------------
|
|
24
24
|
# 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 = "42.2.
|
|
3
|
+
version = "42.2.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" } ]
|
|
@@ -30,18 +30,18 @@ def validate_e164_phone_number(value: str) -> None:
|
|
|
30
30
|
code="invalid",
|
|
31
31
|
params={"value": value},
|
|
32
32
|
)
|
|
33
|
-
if len(value) <
|
|
33
|
+
if len(value) < 11:
|
|
34
34
|
raise ValidationError(
|
|
35
35
|
_(
|
|
36
|
-
"E.164 phone number cannot be less than
|
|
36
|
+
"E.164 phone number cannot be less than 11 characters in length, got %(len)s."
|
|
37
37
|
),
|
|
38
38
|
code="invalid",
|
|
39
39
|
params={"len": len(value)},
|
|
40
40
|
)
|
|
41
|
-
if len(value) >
|
|
41
|
+
if len(value) > 16:
|
|
42
42
|
raise ValidationError(
|
|
43
43
|
_(
|
|
44
|
-
"E.164 phone number cannot be greater than
|
|
44
|
+
"E.164 phone number cannot be greater than 16 characters in length, got %(len)s."
|
|
45
45
|
),
|
|
46
46
|
code="invalid",
|
|
47
47
|
params={"len": len(value)},
|
|
@@ -55,15 +55,15 @@ wheels = [
|
|
|
55
55
|
|
|
56
56
|
[[package]]
|
|
57
57
|
name = "beautifulsoup4"
|
|
58
|
-
version = "4.13.
|
|
58
|
+
version = "4.13.5"
|
|
59
59
|
source = { registry = "https://pypi.org/simple" }
|
|
60
60
|
dependencies = [
|
|
61
61
|
{ name = "soupsieve" },
|
|
62
62
|
{ name = "typing-extensions" },
|
|
63
63
|
]
|
|
64
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
64
|
+
sdist = { url = "https://files.pythonhosted.org/packages/85/2e/3e5079847e653b1f6dc647aa24549d68c6addb4c595cc0d902d1b19308ad/beautifulsoup4-4.13.5.tar.gz", hash = "sha256:5e70131382930e7c3de33450a2f54a63d5e4b19386eab43a5b34d594268f3695", size = 622954 }
|
|
65
65
|
wheels = [
|
|
66
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
66
|
+
{ url = "https://files.pythonhosted.org/packages/04/eb/f4151e0c7377a6e08a38108609ba5cede57986802757848688aeedd1b9e8/beautifulsoup4-4.13.5-py3-none-any.whl", hash = "sha256:642085eaa22233aceadff9c69651bc51e8bf3f874fb6d7104ece2beb24b47c4a", size = 105113 },
|
|
67
67
|
]
|
|
68
68
|
|
|
69
69
|
[[package]]
|
|
@@ -298,7 +298,7 @@ wheels = [
|
|
|
298
298
|
|
|
299
299
|
[[package]]
|
|
300
300
|
name = "python-terminusgps"
|
|
301
|
-
version = "42.2.
|
|
301
|
+
version = "42.2.3"
|
|
302
302
|
source = { editable = "." }
|
|
303
303
|
dependencies = [
|
|
304
304
|
{ name = "authorizenet" },
|
|
@@ -421,11 +421,11 @@ wheels = [
|
|
|
421
421
|
|
|
422
422
|
[[package]]
|
|
423
423
|
name = "soupsieve"
|
|
424
|
-
version = "2.
|
|
424
|
+
version = "2.8"
|
|
425
425
|
source = { registry = "https://pypi.org/simple" }
|
|
426
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
426
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6d/e6/21ccce3262dd4889aa3332e5a119a3491a95e8f60939870a3a035aabac0d/soupsieve-2.8.tar.gz", hash = "sha256:e2dd4a40a628cb5f28f6d4b0db8800b8f581b65bb380b97de22ba5ca8d72572f", size = 103472 }
|
|
427
427
|
wheels = [
|
|
428
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
428
|
+
{ url = "https://files.pythonhosted.org/packages/14/a0/bb38d3b76b8cae341dad93a2dd83ab7462e6dbcdd84d43f54ee60a8dc167/soupsieve-2.8-py3-none-any.whl", hash = "sha256:0cc76456a30e20f5d7f2e14a98a4ae2ee4e5abdc7c5ea0aafe795f344bc7984c", size = 36679 },
|
|
429
429
|
]
|
|
430
430
|
|
|
431
431
|
[[package]]
|
|
@@ -534,20 +534,20 @@ wheels = [
|
|
|
534
534
|
|
|
535
535
|
[[package]]
|
|
536
536
|
name = "types-pyyaml"
|
|
537
|
-
version = "6.0.12.
|
|
537
|
+
version = "6.0.12.20250822"
|
|
538
538
|
source = { registry = "https://pypi.org/simple" }
|
|
539
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
539
|
+
sdist = { url = "https://files.pythonhosted.org/packages/49/85/90a442e538359ab5c9e30de415006fb22567aa4301c908c09f19e42975c2/types_pyyaml-6.0.12.20250822.tar.gz", hash = "sha256:259f1d93079d335730a9db7cff2bcaf65d7e04b4a56b5927d49a612199b59413", size = 17481 }
|
|
540
540
|
wheels = [
|
|
541
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
541
|
+
{ url = "https://files.pythonhosted.org/packages/32/8e/8f0aca667c97c0d76024b37cffa39e76e2ce39ca54a38f285a64e6ae33ba/types_pyyaml-6.0.12.20250822-py3-none-any.whl", hash = "sha256:1fe1a5e146aa315483592d292b72a172b65b946a6d98aa6ddd8e4aa838ab7098", size = 20314 },
|
|
542
542
|
]
|
|
543
543
|
|
|
544
544
|
[[package]]
|
|
545
545
|
name = "typing-extensions"
|
|
546
|
-
version = "4.
|
|
546
|
+
version = "4.15.0"
|
|
547
547
|
source = { registry = "https://pypi.org/simple" }
|
|
548
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
548
|
+
sdist = { url = "https://files.pythonhosted.org/packages/72/94/1a15dd82efb362ac84269196e94cf00f187f7ed21c242792a923cdb1c61f/typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466", size = 109391 }
|
|
549
549
|
wheels = [
|
|
550
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
550
|
+
{ url = "https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548", size = 44614 },
|
|
551
551
|
]
|
|
552
552
|
|
|
553
553
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/authorizenet/constants.rst
RENAMED
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/authorizenet/controllers.rst
RENAMED
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/authorizenet/examples.rst
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/authorizenet/profiles.rst
RENAMED
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/authorizenet/subscriptions.rst
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/docs/source/authorizenet/validators.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/constants.py
RENAMED
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/controllers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/subscriptions.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/authorizenet/validators.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/django/forms/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/django/forms/renderer.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
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/items/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/items/resource.py
RENAMED
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/items/retranslator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-42.2.1 → python_terminusgps-42.2.3}/terminusgps/wialon/items/unit_group.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|