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.
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/.readthedocs.yaml +1 -1
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/PKG-INFO +2 -1
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/requirements.txt +0 -1
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/conf.py +4 -2
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/errors.rst +2 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/pyproject.toml +2 -1
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/uv.lock +3 -1
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/.gitignore +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/COPYING +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/README.md +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/Makefile +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/make.bat +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/authorizenet/auth.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/authorizenet/index.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/authorizenet/profiles.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/aws/index.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/aws/secrets.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/index.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/twilio/caller.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/twilio/index.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/constants.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/examples.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/flags.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/index.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/items.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/session.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/settings.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/wialon/utils.rst +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/__init__.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/__init__.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/auth.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/profiles/__init__.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/profiles/addresses.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/profiles/base.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/profiles/customers.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/profiles/payments.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/subscriptions.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/aws/__init__.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/aws/secrets.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/aws/ses.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/settings.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/twilio/__init__.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/twilio/caller.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/__init__.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/constants.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/flags.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/__init__.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/base.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/geofence.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/notification.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/resource.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/retranslator.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/route.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/unit.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/unit_group.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/user.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/logger.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/session.py +0 -0
- {python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-terminusgps
|
|
3
|
-
Version: 20.5.
|
|
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
|
|
@@ -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.
|
|
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 =
|
|
42
|
+
html_permalinks_icon = Icons.permalinks_icon
|
|
41
43
|
html_static_path = ["_static"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "python-terminusgps"
|
|
3
|
-
version = "20.5.
|
|
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.
|
|
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
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/docs/source/authorizenet/profiles.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
|
{python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/profiles/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/authorizenet/subscriptions.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
|
{python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/geofence.py
RENAMED
|
File without changes
|
{python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/notification.py
RENAMED
|
File without changes
|
{python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/resource.py
RENAMED
|
File without changes
|
{python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/retranslator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-20.5.2 → python_terminusgps-20.5.3}/terminusgps/wialon/items/unit_group.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|