python-terminusgps 20.5.2__tar.gz → 20.5.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.

Files changed (59) hide show
  1. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/.readthedocs.yaml +1 -1
  2. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/PKG-INFO +2 -1
  3. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/requirements.txt +0 -1
  4. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/conf.py +4 -2
  5. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/errors.rst +2 -0
  6. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/pyproject.toml +2 -1
  7. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/uv.lock +3 -1
  8. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/.gitignore +0 -0
  9. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/COPYING +0 -0
  10. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/README.md +0 -0
  11. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/Makefile +0 -0
  12. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/make.bat +0 -0
  13. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/authorizenet/auth.rst +0 -0
  14. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/authorizenet/index.rst +0 -0
  15. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/authorizenet/profiles.rst +0 -0
  16. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/aws/index.rst +0 -0
  17. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/aws/secrets.rst +0 -0
  18. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/index.rst +0 -0
  19. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/twilio/caller.rst +0 -0
  20. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/twilio/index.rst +0 -0
  21. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/constants.rst +0 -0
  22. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/examples.rst +0 -0
  23. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/flags.rst +0 -0
  24. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/index.rst +0 -0
  25. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/items.rst +0 -0
  26. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/session.rst +0 -0
  27. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/settings.rst +0 -0
  28. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/utils.rst +0 -0
  29. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/__init__.py +0 -0
  30. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/__init__.py +0 -0
  31. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/auth.py +0 -0
  32. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/profiles/__init__.py +0 -0
  33. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/profiles/addresses.py +0 -0
  34. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/profiles/base.py +0 -0
  35. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/profiles/customers.py +0 -0
  36. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/profiles/payments.py +0 -0
  37. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/subscriptions.py +0 -0
  38. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/aws/__init__.py +0 -0
  39. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/aws/secrets.py +0 -0
  40. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/aws/ses.py +0 -0
  41. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/settings.py +0 -0
  42. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/twilio/__init__.py +0 -0
  43. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/twilio/caller.py +0 -0
  44. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/__init__.py +0 -0
  45. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/constants.py +0 -0
  46. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/flags.py +0 -0
  47. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/__init__.py +0 -0
  48. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/base.py +0 -0
  49. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/geofence.py +0 -0
  50. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/notification.py +0 -0
  51. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/resource.py +0 -0
  52. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/retranslator.py +0 -0
  53. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/route.py +0 -0
  54. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/unit.py +0 -0
  55. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/unit_group.py +0 -0
  56. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/user.py +0 -0
  57. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/logger.py +0 -0
  58. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/session.py +0 -0
  59. {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/utils.py +0 -0
@@ -19,4 +19,4 @@ sphinx:
19
19
  # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20
20
  python:
21
21
  install:
22
- - requirements: pyproject.toml
22
+ - requirements: docs/requirements.txt
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-terminusgps
3
- Version: 20.5.2
3
+ Version: 20.5.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://app.terminusgps.com/docs/apps/python-terminusgps/index.html
6
6
  Project-URL: Repository, https://github.com/terminusgps/python-terminusgps
@@ -16,5 +16,6 @@ Requires-Dist: argparse>=1.4.0
16
16
  Requires-Dist: authorizenet>=1.1.5
17
17
  Requires-Dist: boto3>=1.34.144
18
18
  Requires-Dist: django>=5.1.5
19
+ Requires-Dist: lxml==4.9.4
19
20
  Requires-Dist: python-wialon>=1.2.4
20
21
  Requires-Dist: twilio>=9.4.5
@@ -29,7 +29,6 @@ propcache==0.2.1
29
29
  pygments==2.19.1
30
30
  pyjwt==2.10.1
31
31
  python-dateutil==2.9.0.post0
32
- -e file:///home/blake/Projects/python-terminusgps
33
32
  python-wialon==1.2.4
34
33
  pyxb-x==1.2.6.3
35
34
  requests==2.32.3
@@ -5,11 +5,12 @@
5
5
 
6
6
  # -- Project information -----------------------------------------------------
7
7
  # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8
+ from sphinxawesome_theme.postprocess import Icons
8
9
 
9
10
  project = "python-terminusgps"
10
11
  copyright = "2025, Terminus GPS, LLC"
11
12
  author = "Terminus GPS, LLC"
12
- release = "20.5.1"
13
+ release = "20.5.2"
13
14
 
14
15
  # -- General configuration ---------------------------------------------------
15
16
  # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -19,6 +20,7 @@ extensions = [
19
20
  "sphinx.ext.autosummary",
20
21
  "sphinx.ext.intersphinx",
21
22
  "sphinx.ext.viewcode",
23
+ "sphinx.ext.coverage",
22
24
  ]
23
25
 
24
26
  intersphinx_mapping = {
@@ -37,5 +39,5 @@ exclude_patterns = []
37
39
  # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
38
40
 
39
41
  html_theme = "sphinxawesome_theme"
40
- html_permalinks_icon = "<span>#</span>"
42
+ html_permalinks_icon = Icons.permalinks_icon
41
43
  html_static_path = ["_static"]
@@ -5,4 +5,6 @@ Errors
5
5
 
6
6
  .. py:exception:: WialonError
7
7
 
8
+ `Wialon API Reference <https://sdk.wialon.com/wiki/en/sidebar/remoteapi/apiref/errors/errors>`_
9
+
8
10
  Raised when something goes wrong calling the Wialon API.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "python-terminusgps"
3
- version = "20.5.2"
3
+ version = "20.5.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" } ]
@@ -17,6 +17,7 @@ dependencies = [
17
17
  "authorizenet>=1.1.5",
18
18
  "boto3>=1.34.144",
19
19
  "django>=5.1.5",
20
+ "lxml==4.9.4",
20
21
  "python-wialon>=1.2.4",
21
22
  "twilio>=9.4.5",
22
23
  ]
@@ -533,13 +533,14 @@ wheels = [
533
533
 
534
534
  [[package]]
535
535
  name = "python-terminusgps"
536
- version = "20.5.2"
536
+ version = "20.5.3"
537
537
  source = { editable = "." }
538
538
  dependencies = [
539
539
  { name = "argparse" },
540
540
  { name = "authorizenet" },
541
541
  { name = "boto3" },
542
542
  { name = "django" },
543
+ { name = "lxml" },
543
544
  { name = "python-wialon" },
544
545
  { name = "twilio" },
545
546
  ]
@@ -556,6 +557,7 @@ requires-dist = [
556
557
  { name = "authorizenet", specifier = ">=1.1.5" },
557
558
  { name = "boto3", specifier = ">=1.34.144" },
558
559
  { name = "django", specifier = ">=5.1.5" },
560
+ { name = "lxml", specifier = "==4.9.4" },
559
561
  { name = "python-wialon", specifier = ">=1.2.4" },
560
562
  { name = "twilio", specifier = ">=9.4.5" },
561
563
  ]