python-terminusgps 50.3.0__tar.gz → 50.3.1__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.
Files changed (45) hide show
  1. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/PKG-INFO +1 -1
  2. python_terminusgps-50.3.1/dist/.gitignore +1 -0
  3. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/conf.py +1 -1
  4. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/pyproject.toml +1 -1
  5. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/wialon/session.py +0 -1
  6. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/uv.lock +7 -7
  7. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/.github/workflows/sphinx.yml +0 -0
  8. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/.gitignore +0 -0
  9. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/.python-version +0 -0
  10. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/COPYING +0 -0
  11. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/README.md +0 -0
  12. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/Makefile +0 -0
  13. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/make.bat +0 -0
  14. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/requirements.txt +0 -0
  15. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/authorizenet/api.rst +0 -0
  16. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/authorizenet/constants.rst +0 -0
  17. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/authorizenet/index.rst +0 -0
  18. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/authorizenet/service.rst +0 -0
  19. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/index.rst +0 -0
  20. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/mixins.rst +0 -0
  21. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/validators.rst +0 -0
  22. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/wialon/constants.rst +0 -0
  23. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/wialon/exceptions.rst +0 -0
  24. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/wialon/index.rst +0 -0
  25. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/wialon/items.rst +0 -0
  26. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/wialon/session.rst +0 -0
  27. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/wialon/usage.rst +0 -0
  28. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/wialon/utils.rst +0 -0
  29. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/__init__.py +0 -0
  30. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/__init__.py +0 -0
  31. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/api/__init__.py +0 -0
  32. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/api/address_profiles.py +0 -0
  33. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/api/customer_profiles.py +0 -0
  34. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/api/payment_profiles.py +0 -0
  35. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/api/subscriptions.py +0 -0
  36. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/api/transactions.py +0 -0
  37. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/constants.py +0 -0
  38. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/service.py +0 -0
  39. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/default_settings.py +0 -0
  40. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/mixins.py +0 -0
  41. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/validators.py +0 -0
  42. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/wialon/__init__.py +0 -0
  43. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/wialon/constants.py +0 -0
  44. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/wialon/flags.py +0 -0
  45. {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/wialon/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-terminusgps
3
- Version: 50.3.0
3
+ Version: 50.3.1
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
@@ -0,0 +1 @@
1
+ *
@@ -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.2.3"
15
+ release = "50.3.1"
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.3.0"
3
+ version = "50.3.1"
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" } ]
@@ -34,7 +34,6 @@ class Wialon(wialon.api.Wialon):
34
34
  try:
35
35
  return super().call(action_name, *argc, **kwargs)
36
36
  except wialon.api.WialonError as e:
37
- logger.warning(f"Failed to execute '{action_name}': '{e}'")
38
37
  raise WialonAPIError(e)
39
38
 
40
39
 
@@ -269,16 +269,16 @@ wheels = [
269
269
 
270
270
  [[package]]
271
271
  name = "django"
272
- version = "6.0"
272
+ version = "6.0.1"
273
273
  source = { registry = "https://pypi.org/simple" }
274
274
  dependencies = [
275
275
  { name = "asgiref" },
276
276
  { name = "sqlparse" },
277
277
  { name = "tzdata", marker = "sys_platform == 'win32'" },
278
278
  ]
279
- sdist = { url = "https://files.pythonhosted.org/packages/15/75/19762bfc4ea556c303d9af8e36f0cd910ab17dff6c8774644314427a2120/django-6.0.tar.gz", hash = "sha256:7b0c1f50c0759bbe6331c6a39c89ae022a84672674aeda908784617ef47d8e26", size = 10932418, upload-time = "2025-12-03T16:26:21.878Z" }
279
+ sdist = { url = "https://files.pythonhosted.org/packages/b5/9b/016f7e55e855ee738a352b05139d4f8b278d0b451bd01ebef07456ef3b0e/django-6.0.1.tar.gz", hash = "sha256:ed76a7af4da21551573b3d9dfc1f53e20dd2e6c7d70a3adc93eedb6338130a5f", size = 11069565, upload-time = "2026-01-06T18:55:53.069Z" }
280
280
  wheels = [
281
- { url = "https://files.pythonhosted.org/packages/d7/ae/f19e24789a5ad852670d6885f5480f5e5895576945fcc01817dfd9bc002a/django-6.0-py3-none-any.whl", hash = "sha256:1cc2c7344303bbfb7ba5070487c17f7fc0b7174bbb0a38cebf03c675f5f19b6d", size = 8339181, upload-time = "2025-12-03T16:26:16.231Z" },
281
+ { url = "https://files.pythonhosted.org/packages/95/b5/814ed98bd21235c116fd3436a7ed44d47560329a6d694ec8aac2982dbb93/django-6.0.1-py3-none-any.whl", hash = "sha256:a92a4ff14f664a896f9849009cb8afaca7abe0d6fc53325f3d1895a15253433d", size = 8338791, upload-time = "2026-01-06T18:55:46.175Z" },
282
282
  ]
283
283
 
284
284
  [[package]]
@@ -749,7 +749,7 @@ wheels = [
749
749
 
750
750
  [[package]]
751
751
  name = "python-terminusgps"
752
- version = "50.3.0"
752
+ version = "50.3.1"
753
753
  source = { editable = "." }
754
754
  dependencies = [
755
755
  { name = "authorizenet" },
@@ -1028,11 +1028,11 @@ wheels = [
1028
1028
 
1029
1029
  [[package]]
1030
1030
  name = "urllib3"
1031
- version = "2.6.2"
1031
+ version = "2.6.3"
1032
1032
  source = { registry = "https://pypi.org/simple" }
1033
- sdist = { url = "https://files.pythonhosted.org/packages/1e/24/a2a2ed9addd907787d7aa0355ba36a6cadf1768b934c652ea78acbd59dcd/urllib3-2.6.2.tar.gz", hash = "sha256:016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797", size = 432930, upload-time = "2025-12-11T15:56:40.252Z" }
1033
+ sdist = { url = "https://files.pythonhosted.org/packages/c7/24/5f1b3bdffd70275f6661c76461e25f024d5a38a46f04aaca912426a2b1d3/urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed", size = 435556, upload-time = "2026-01-07T16:24:43.925Z" }
1034
1034
  wheels = [
1035
- { url = "https://files.pythonhosted.org/packages/6d/b9/4095b668ea3678bf6a0af005527f39de12fb026516fb3df17495a733b7f8/urllib3-2.6.2-py3-none-any.whl", hash = "sha256:ec21cddfe7724fc7cb4ba4bea7aa8e2ef36f607a4bab81aa6ce42a13dc3f03dd", size = 131182, upload-time = "2025-12-11T15:56:38.584Z" },
1035
+ { url = "https://files.pythonhosted.org/packages/39/08/aaaad47bc4e9dc8c725e68f9d04865dbcb2052843ff09c97b08904852d84/urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4", size = 131584, upload-time = "2026-01-07T16:24:42.685Z" },
1036
1036
  ]
1037
1037
 
1038
1038
  [[package]]