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.
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/PKG-INFO +1 -1
- python_terminusgps-50.3.1/dist/.gitignore +1 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/conf.py +1 -1
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/pyproject.toml +1 -1
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/wialon/session.py +0 -1
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/uv.lock +7 -7
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/.github/workflows/sphinx.yml +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/.gitignore +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/.python-version +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/COPYING +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/README.md +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/Makefile +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/make.bat +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/requirements.txt +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/authorizenet/api.rst +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/authorizenet/constants.rst +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/authorizenet/index.rst +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/authorizenet/service.rst +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/index.rst +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/mixins.rst +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/validators.rst +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/wialon/constants.rst +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/wialon/exceptions.rst +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/wialon/index.rst +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/wialon/items.rst +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/wialon/session.rst +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/wialon/usage.rst +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/docs/source/wialon/utils.rst +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/__init__.py +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/__init__.py +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/api/__init__.py +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/api/address_profiles.py +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/api/customer_profiles.py +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/api/payment_profiles.py +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/api/subscriptions.py +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/api/transactions.py +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/constants.py +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/service.py +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/default_settings.py +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/mixins.py +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/validators.py +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/wialon/__init__.py +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/wialon/constants.py +0 -0
- {python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/wialon/flags.py +0 -0
- {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.
|
|
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.
|
|
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.
|
|
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" } ]
|
|
@@ -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/
|
|
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/
|
|
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.
|
|
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.
|
|
1031
|
+
version = "2.6.3"
|
|
1032
1032
|
source = { registry = "https://pypi.org/simple" }
|
|
1033
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
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/
|
|
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]]
|
|
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.3.0 → python_terminusgps-50.3.1}/docs/source/authorizenet/constants.rst
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/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.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/__init__.py
RENAMED
|
File without changes
|
{python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/api/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/terminusgps/authorizenet/api/transactions.py
RENAMED
|
File without changes
|
{python_terminusgps-50.3.0 → python_terminusgps-50.3.1}/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
|