python-terminusgps 20.4.0__tar.gz → 20.4.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.
Potentially problematic release.
This version of python-terminusgps might be problematic. Click here for more details.
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/PKG-INFO +1 -1
- python_terminusgps-20.4.1/docs/Makefile +20 -0
- python_terminusgps-20.4.1/docs/make.bat +35 -0
- python_terminusgps-20.4.1/docs/source/conf.py +32 -0
- python_terminusgps-20.4.1/docs/source/index.rst +18 -0
- python_terminusgps-20.4.1/docs/source/wialon/constants.rst +6 -0
- python_terminusgps-20.4.1/docs/source/wialon/flags.rst +6 -0
- python_terminusgps-20.4.1/docs/source/wialon/glossary.rst +2 -0
- python_terminusgps-20.4.1/docs/source/wialon/index.rst +18 -0
- python_terminusgps-20.4.1/docs/source/wialon/utils.rst +36 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/pyproject.toml +1 -1
- python_terminusgps-20.4.1/terminusgps/__init__.py +0 -0
- python_terminusgps-20.4.1/terminusgps/authorizenet/__init__.py +0 -0
- python_terminusgps-20.4.1/terminusgps/aws/__init__.py +0 -0
- python_terminusgps-20.4.1/terminusgps/wialon/__init__.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/uv.lock +51 -41
- python_terminusgps-20.4.0/terminusgps/__init__.py +0 -20
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/.gitignore +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/COPYING +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/README.md +0 -0
- /python_terminusgps-20.4.0/terminusgps/authorizenet/__init__.py → /python_terminusgps-20.4.1/docs/source/authorizenet/index.rst +0 -0
- /python_terminusgps-20.4.0/terminusgps/aws/__init__.py → /python_terminusgps-20.4.1/docs/source/aws/index.rst +0 -0
- /python_terminusgps-20.4.0/terminusgps/wialon/__init__.py → /python_terminusgps-20.4.1/docs/source/twilio/index.rst +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/authorizenet/auth.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/authorizenet/profiles/__init__.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/authorizenet/profiles/addresses.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/authorizenet/profiles/base.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/authorizenet/profiles/customers.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/authorizenet/profiles/payments.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/authorizenet/subscriptions.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/aws/secrets.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/aws/ses.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/settings.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/twilio/__init__.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/twilio/caller.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/constants.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/flags.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/__init__.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/base.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/geofence.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/notification.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/resource.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/retranslator.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/route.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/unit.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/unit_group.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/user.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/logger.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/session.py +0 -0
- {python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-terminusgps
|
|
3
|
-
Version: 20.4.
|
|
3
|
+
Version: 20.4.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://app.terminusgps.com/docs/apps/python-terminusgps/index.html
|
|
6
6
|
Project-URL: Repository, https://github.com/terminusgps/python-terminusgps
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Minimal makefile for Sphinx documentation
|
|
2
|
+
#
|
|
3
|
+
|
|
4
|
+
# You can set these variables from the command line, and also
|
|
5
|
+
# from the environment for the first two.
|
|
6
|
+
SPHINXOPTS ?=
|
|
7
|
+
SPHINXBUILD ?= sphinx-build
|
|
8
|
+
SOURCEDIR = source
|
|
9
|
+
BUILDDIR = build
|
|
10
|
+
|
|
11
|
+
# Put it first so that "make" without argument is like "make help".
|
|
12
|
+
help:
|
|
13
|
+
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
|
14
|
+
|
|
15
|
+
.PHONY: help Makefile
|
|
16
|
+
|
|
17
|
+
# Catch-all target: route all unknown targets to Sphinx using the new
|
|
18
|
+
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|
|
19
|
+
%: Makefile
|
|
20
|
+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
@ECHO OFF
|
|
2
|
+
|
|
3
|
+
pushd %~dp0
|
|
4
|
+
|
|
5
|
+
REM Command file for Sphinx documentation
|
|
6
|
+
|
|
7
|
+
if "%SPHINXBUILD%" == "" (
|
|
8
|
+
set SPHINXBUILD=sphinx-build
|
|
9
|
+
)
|
|
10
|
+
set SOURCEDIR=source
|
|
11
|
+
set BUILDDIR=build
|
|
12
|
+
|
|
13
|
+
%SPHINXBUILD% >NUL 2>NUL
|
|
14
|
+
if errorlevel 9009 (
|
|
15
|
+
echo.
|
|
16
|
+
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
|
|
17
|
+
echo.installed, then set the SPHINXBUILD environment variable to point
|
|
18
|
+
echo.to the full path of the 'sphinx-build' executable. Alternatively you
|
|
19
|
+
echo.may add the Sphinx directory to PATH.
|
|
20
|
+
echo.
|
|
21
|
+
echo.If you don't have Sphinx installed, grab it from
|
|
22
|
+
echo.https://www.sphinx-doc.org/
|
|
23
|
+
exit /b 1
|
|
24
|
+
)
|
|
25
|
+
|
|
26
|
+
if "%1" == "" goto help
|
|
27
|
+
|
|
28
|
+
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
|
|
29
|
+
goto end
|
|
30
|
+
|
|
31
|
+
:help
|
|
32
|
+
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
|
|
33
|
+
|
|
34
|
+
:end
|
|
35
|
+
popd
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# Configuration file for the Sphinx documentation builder.
|
|
2
|
+
#
|
|
3
|
+
# For the full list of built-in configuration values, see the documentation:
|
|
4
|
+
# https://www.sphinx-doc.org/en/master/usage/configuration.html
|
|
5
|
+
|
|
6
|
+
# -- Project information -----------------------------------------------------
|
|
7
|
+
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
|
8
|
+
|
|
9
|
+
project = "python-terminusgps"
|
|
10
|
+
copyright = "2025, Terminus GPS, LLC"
|
|
11
|
+
author = "Terminus GPS, LLC"
|
|
12
|
+
release = "20.4.0"
|
|
13
|
+
|
|
14
|
+
# -- General configuration ---------------------------------------------------
|
|
15
|
+
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
|
16
|
+
|
|
17
|
+
extensions = [
|
|
18
|
+
"sphinx.ext.autodoc",
|
|
19
|
+
"sphinx.ext.autosummary",
|
|
20
|
+
"sphinx.ext.intersphinx",
|
|
21
|
+
"sphinx.ext.viewcode",
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
templates_path = ["_templates"]
|
|
25
|
+
exclude_patterns = []
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# -- Options for HTML output -------------------------------------------------
|
|
29
|
+
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
|
30
|
+
|
|
31
|
+
html_theme = "sphinx_rtd_theme"
|
|
32
|
+
html_static_path = ["_static"]
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
.. python-terminusgps documentation master file, created by
|
|
2
|
+
sphinx-quickstart on Wed Feb 19 10:39:57 2025.
|
|
3
|
+
You can adapt this file completely to your liking, but it should at least
|
|
4
|
+
contain the root `toctree` directive.
|
|
5
|
+
|
|
6
|
+
python-terminusgps documentation
|
|
7
|
+
================================
|
|
8
|
+
|
|
9
|
+
Add your content using ``reStructuredText`` syntax. See the
|
|
10
|
+
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
|
|
11
|
+
documentation for details.
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
.. toctree::
|
|
15
|
+
:maxdepth: 2
|
|
16
|
+
:caption: Contents:
|
|
17
|
+
|
|
18
|
+
wialon/index.rst
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
.. python-terminusgps documentation master file, created by
|
|
2
|
+
sphinx-quickstart on Wed Feb 19 10:39:57 2025.
|
|
3
|
+
You can adapt this file completely to your liking, but it should at least
|
|
4
|
+
contain the root `toctree` directive.
|
|
5
|
+
|
|
6
|
+
Wialon API
|
|
7
|
+
==========
|
|
8
|
+
|
|
9
|
+
:py:mod:`terminusgps` offers the :py:mod:`wialon` package; a Python library that makes it simple to operate within the Wialon API.
|
|
10
|
+
|
|
11
|
+
.. toctree::
|
|
12
|
+
:maxdepth: 2
|
|
13
|
+
:caption: Contents:
|
|
14
|
+
|
|
15
|
+
constants.rst
|
|
16
|
+
flags.rst
|
|
17
|
+
glossary.rst
|
|
18
|
+
utils.rst
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
Utilities
|
|
2
|
+
=========
|
|
3
|
+
|
|
4
|
+
=========
|
|
5
|
+
Functions
|
|
6
|
+
=========
|
|
7
|
+
|
|
8
|
+
.. currentmodule:: terminusgps.wialon.utils
|
|
9
|
+
|
|
10
|
+
.. autosummary::
|
|
11
|
+
|
|
12
|
+
get_hw_type_id
|
|
13
|
+
get_id_from_iccid
|
|
14
|
+
get_wialon_cls
|
|
15
|
+
get_vin_info
|
|
16
|
+
is_unique
|
|
17
|
+
generate_wialon_password
|
|
18
|
+
|
|
19
|
+
=====
|
|
20
|
+
Usage
|
|
21
|
+
=====
|
|
22
|
+
|
|
23
|
+
.. code:: python
|
|
24
|
+
|
|
25
|
+
from terminusgps.wialon.session import WialonSession
|
|
26
|
+
from terminusgps.wialon.utils import get_id_from_iccid, generate_wialon_password
|
|
27
|
+
|
|
28
|
+
# Generate random Wialon compliant passwords
|
|
29
|
+
password_0 = generate_wialon_password(16)
|
|
30
|
+
password_1 = generate_wialon_password(32)
|
|
31
|
+
password_2 = generate_wialon_password(64)
|
|
32
|
+
|
|
33
|
+
# Retrieve unit id from IMEI #
|
|
34
|
+
with WialonSession() as session:
|
|
35
|
+
unit_id = get_id_from_iccid("869084062183235", session=session)
|
|
36
|
+
print(f"{unit_id = }") # unit_id = 28006231
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "python-terminusgps"
|
|
3
|
-
version = "20.4.
|
|
3
|
+
version = "20.4.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" } ]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -141,30 +141,30 @@ wheels = [
|
|
|
141
141
|
|
|
142
142
|
[[package]]
|
|
143
143
|
name = "boto3"
|
|
144
|
-
version = "1.36.
|
|
144
|
+
version = "1.36.23"
|
|
145
145
|
source = { registry = "https://pypi.org/simple" }
|
|
146
146
|
dependencies = [
|
|
147
147
|
{ name = "botocore" },
|
|
148
148
|
{ name = "jmespath" },
|
|
149
149
|
{ name = "s3transfer" },
|
|
150
150
|
]
|
|
151
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
151
|
+
sdist = { url = "https://files.pythonhosted.org/packages/05/54/a91d274f50bbe8fbd16ecea8bfd60249d0dc1ca50874e3a06119c6e5723a/boto3-1.36.23.tar.gz", hash = "sha256:006800604c34382873521b20890b758eea7109d699696ece932131259d0a4658", size = 111094 }
|
|
152
152
|
wheels = [
|
|
153
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
153
|
+
{ url = "https://files.pythonhosted.org/packages/e8/b5/2217a8ebb59bbc5f28dc10d3184b1f7e238f1929d211e69298421f912411/boto3-1.36.23-py3-none-any.whl", hash = "sha256:d59642672b1f35f55f47b317693241ce53333816f47c9e72fcc8fd0e9adc6a87", size = 139179 },
|
|
154
154
|
]
|
|
155
155
|
|
|
156
156
|
[[package]]
|
|
157
157
|
name = "botocore"
|
|
158
|
-
version = "1.36.
|
|
158
|
+
version = "1.36.23"
|
|
159
159
|
source = { registry = "https://pypi.org/simple" }
|
|
160
160
|
dependencies = [
|
|
161
161
|
{ name = "jmespath" },
|
|
162
162
|
{ name = "python-dateutil" },
|
|
163
163
|
{ name = "urllib3" },
|
|
164
164
|
]
|
|
165
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
165
|
+
sdist = { url = "https://files.pythonhosted.org/packages/25/d4/e93bcf4f825faa25c2ff27b653cd9e976226df527445f8c414198020c967/botocore-1.36.23.tar.gz", hash = "sha256:9feaa2d876f487e718a5fd80a35fa401042b518c0c75117d3e1ea39a567439e7", size = 13571101 }
|
|
166
166
|
wheels = [
|
|
167
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
167
|
+
{ url = "https://files.pythonhosted.org/packages/7c/93/a566604998182dd354aa6bab3c5b0393077a2ce4b97e18713d94c362da06/botocore-1.36.23-py3-none-any.whl", hash = "sha256:886730e79495a2e153842725ebdf85185c8277cdf255b3b5879cd097ddc7fcc3", size = 13355279 },
|
|
168
168
|
]
|
|
169
169
|
|
|
170
170
|
[[package]]
|
|
@@ -504,7 +504,7 @@ wheels = [
|
|
|
504
504
|
|
|
505
505
|
[[package]]
|
|
506
506
|
name = "python-terminusgps"
|
|
507
|
-
version = "20.4.
|
|
507
|
+
version = "20.4.1"
|
|
508
508
|
source = { editable = "." }
|
|
509
509
|
dependencies = [
|
|
510
510
|
{ name = "argparse" },
|
|
@@ -574,6 +574,15 @@ wheels = [
|
|
|
574
574
|
{ url = "https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6", size = 64928 },
|
|
575
575
|
]
|
|
576
576
|
|
|
577
|
+
[[package]]
|
|
578
|
+
name = "roman-numerals-py"
|
|
579
|
+
version = "3.0.0"
|
|
580
|
+
source = { registry = "https://pypi.org/simple" }
|
|
581
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9e/78/9491ab144c9cb2d97aa74d6f632bd6f4be67957de03f945a23a67415d859/roman_numerals_py-3.0.0.tar.gz", hash = "sha256:91199c4373658c03d87d9fe004f4a5120a20f6cb192be745c2377cce274ef41c", size = 8970 }
|
|
582
|
+
wheels = [
|
|
583
|
+
{ url = "https://files.pythonhosted.org/packages/27/d0/a3a2fed015e95b9e81619182adc472540f9786183febfaef8b7c5e909418/roman_numerals_py-3.0.0-py3-none-any.whl", hash = "sha256:a1421ce66b3eab7e8735065458de3fa5c4a46263d50f9f4ac8f0e5e7701dd125", size = 4416 },
|
|
584
|
+
]
|
|
585
|
+
|
|
577
586
|
[[package]]
|
|
578
587
|
name = "s3transfer"
|
|
579
588
|
version = "0.11.2"
|
|
@@ -588,37 +597,37 @@ wheels = [
|
|
|
588
597
|
|
|
589
598
|
[[package]]
|
|
590
599
|
name = "simplejson"
|
|
591
|
-
version = "3.
|
|
592
|
-
source = { registry = "https://pypi.org/simple" }
|
|
593
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
594
|
-
wheels = [
|
|
595
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
596
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
597
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
598
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
599
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
600
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
601
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
602
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
603
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
604
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
605
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
606
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
607
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
608
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
609
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
610
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
611
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
612
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
613
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
614
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
615
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
616
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
617
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
618
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
619
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
620
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
621
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
600
|
+
version = "3.20.1"
|
|
601
|
+
source = { registry = "https://pypi.org/simple" }
|
|
602
|
+
sdist = { url = "https://files.pythonhosted.org/packages/af/92/51b417685abd96b31308b61b9acce7ec50d8e1de8fbc39a7fd4962c60689/simplejson-3.20.1.tar.gz", hash = "sha256:e64139b4ec4f1f24c142ff7dcafe55a22b811a74d86d66560c8815687143037d", size = 85591 }
|
|
603
|
+
wheels = [
|
|
604
|
+
{ url = "https://files.pythonhosted.org/packages/8d/eb/34c16a1ac9ba265d024dc977ad84e1659d931c0a700967c3e59a98ed7514/simplejson-3.20.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:f31c4a3a7ab18467ee73a27f3e59158255d1520f3aad74315edde7a940f1be23", size = 93100 },
|
|
605
|
+
{ url = "https://files.pythonhosted.org/packages/41/fc/2c2c007d135894971e6814e7c0806936e5bade28f8db4dd7e2a58b50debd/simplejson-3.20.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:884e6183d16b725e113b83a6fc0230152ab6627d4d36cb05c89c2c5bccfa7bc6", size = 75464 },
|
|
606
|
+
{ url = "https://files.pythonhosted.org/packages/0f/05/2b5ecb33b776c34bb5cace5de5d7669f9b60e3ca13c113037b2ca86edfbd/simplejson-3.20.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:03d7a426e416fe0d3337115f04164cd9427eb4256e843a6b8751cacf70abc832", size = 75112 },
|
|
607
|
+
{ url = "https://files.pythonhosted.org/packages/fe/36/1f3609a2792f06cd4b71030485f78e91eb09cfd57bebf3116bf2980a8bac/simplejson-3.20.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:000602141d0bddfcff60ea6a6e97d5e10c9db6b17fd2d6c66199fa481b6214bb", size = 150182 },
|
|
608
|
+
{ url = "https://files.pythonhosted.org/packages/2f/b0/053fbda38b8b602a77a4f7829def1b4f316cd8deb5440a6d3ee90790d2a4/simplejson-3.20.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:af8377a8af78226e82e3a4349efdde59ffa421ae88be67e18cef915e4023a595", size = 158363 },
|
|
609
|
+
{ url = "https://files.pythonhosted.org/packages/d1/4b/2eb84ae867539a80822e92f9be4a7200dffba609275faf99b24141839110/simplejson-3.20.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:15c7de4c88ab2fbcb8781a3b982ef883696736134e20b1210bca43fb42ff1acf", size = 148415 },
|
|
610
|
+
{ url = "https://files.pythonhosted.org/packages/e0/bd/400b0bd372a5666addf2540c7358bfc3841b9ce5cdbc5cc4ad2f61627ad8/simplejson-3.20.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:455a882ff3f97d810709f7b620007d4e0aca8da71d06fc5c18ba11daf1c4df49", size = 152213 },
|
|
611
|
+
{ url = "https://files.pythonhosted.org/packages/50/12/143f447bf6a827ee9472693768dc1a5eb96154f8feb140a88ce6973a3cfa/simplejson-3.20.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:fc0f523ce923e7f38eb67804bc80e0a028c76d7868500aa3f59225574b5d0453", size = 150048 },
|
|
612
|
+
{ url = "https://files.pythonhosted.org/packages/5e/ea/dd9b3e8e8ed710a66f24a22c16a907c9b539b6f5f45fd8586bd5c231444e/simplejson-3.20.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:76461ec929282dde4a08061071a47281ad939d0202dc4e63cdd135844e162fbc", size = 151668 },
|
|
613
|
+
{ url = "https://files.pythonhosted.org/packages/99/af/ee52a8045426a0c5b89d755a5a70cc821815ef3c333b56fbcad33c4435c0/simplejson-3.20.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:ab19c2da8c043607bde4d4ef3a6b633e668a7d2e3d56f40a476a74c5ea71949f", size = 158840 },
|
|
614
|
+
{ url = "https://files.pythonhosted.org/packages/68/db/ab32869acea6b5de7d75fa0dac07a112ded795d41eaa7e66c7813b17be95/simplejson-3.20.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:b2578bedaedf6294415197b267d4ef678fea336dd78ee2a6d2f4b028e9d07be3", size = 154212 },
|
|
615
|
+
{ url = "https://files.pythonhosted.org/packages/fa/7a/e3132d454977d75a3bf9a6d541d730f76462ebf42a96fea2621498166f41/simplejson-3.20.1-cp312-cp312-win32.whl", hash = "sha256:339f407373325a36b7fd744b688ba5bae0666b5d340ec6d98aebc3014bf3d8ea", size = 74101 },
|
|
616
|
+
{ url = "https://files.pythonhosted.org/packages/bc/5d/4e243e937fa3560107c69f6f7c2eed8589163f5ed14324e864871daa2dd9/simplejson-3.20.1-cp312-cp312-win_amd64.whl", hash = "sha256:627d4486a1ea7edf1f66bb044ace1ce6b4c1698acd1b05353c97ba4864ea2e17", size = 75736 },
|
|
617
|
+
{ url = "https://files.pythonhosted.org/packages/c4/03/0f453a27877cb5a5fff16a975925f4119102cc8552f52536b9a98ef0431e/simplejson-3.20.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:71e849e7ceb2178344998cbe5ade101f1b329460243c79c27fbfc51c0447a7c3", size = 93109 },
|
|
618
|
+
{ url = "https://files.pythonhosted.org/packages/74/1f/a729f4026850cabeaff23e134646c3f455e86925d2533463420635ae54de/simplejson-3.20.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:b63fdbab29dc3868d6f009a59797cefaba315fd43cd32ddd998ee1da28e50e29", size = 75475 },
|
|
619
|
+
{ url = "https://files.pythonhosted.org/packages/e2/14/50a2713fee8ff1f8d655b1a14f4a0f1c0c7246768a1b3b3d12964a4ed5aa/simplejson-3.20.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:1190f9a3ce644fd50ec277ac4a98c0517f532cfebdcc4bd975c0979a9f05e1fb", size = 75112 },
|
|
620
|
+
{ url = "https://files.pythonhosted.org/packages/45/86/ea9835abb646755140e2d482edc9bc1e91997ed19a59fd77ae4c6a0facea/simplejson-3.20.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c1336ba7bcb722ad487cd265701ff0583c0bb6de638364ca947bb84ecc0015d1", size = 150245 },
|
|
621
|
+
{ url = "https://files.pythonhosted.org/packages/12/b4/53084809faede45da829fe571c65fbda8479d2a5b9c633f46b74124d56f5/simplejson-3.20.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e975aac6a5acd8b510eba58d5591e10a03e3d16c1cf8a8624ca177491f7230f0", size = 158465 },
|
|
622
|
+
{ url = "https://files.pythonhosted.org/packages/a9/7d/d56579468d1660b3841e1f21c14490d103e33cf911886b22652d6e9683ec/simplejson-3.20.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6a6dd11ee282937ad749da6f3b8d87952ad585b26e5edfa10da3ae2536c73078", size = 148514 },
|
|
623
|
+
{ url = "https://files.pythonhosted.org/packages/19/e3/874b1cca3d3897b486d3afdccc475eb3a09815bf1015b01cf7fcb52a55f0/simplejson-3.20.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ab980fcc446ab87ea0879edad41a5c28f2d86020014eb035cf5161e8de4474c6", size = 152262 },
|
|
624
|
+
{ url = "https://files.pythonhosted.org/packages/32/84/f0fdb3625292d945c2bd13a814584603aebdb38cfbe5fe9be6b46fe598c4/simplejson-3.20.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f5aee2a4cb6b146bd17333ac623610f069f34e8f31d2f4f0c1a2186e50c594f0", size = 150164 },
|
|
625
|
+
{ url = "https://files.pythonhosted.org/packages/95/51/6d625247224f01eaaeabace9aec75ac5603a42f8ebcce02c486fbda8b428/simplejson-3.20.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:652d8eecbb9a3b6461b21ec7cf11fd0acbab144e45e600c817ecf18e4580b99e", size = 151795 },
|
|
626
|
+
{ url = "https://files.pythonhosted.org/packages/7f/d9/bb921df6b35be8412f519e58e86d1060fddf3ad401b783e4862e0a74c4c1/simplejson-3.20.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:8c09948f1a486a89251ee3a67c9f8c969b379f6ffff1a6064b41fea3bce0a112", size = 159027 },
|
|
627
|
+
{ url = "https://files.pythonhosted.org/packages/03/c5/5950605e4ad023a6621cf4c931b29fd3d2a9c1f36be937230bfc83d7271d/simplejson-3.20.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:cbbd7b215ad4fc6f058b5dd4c26ee5c59f72e031dfda3ac183d7968a99e4ca3a", size = 154380 },
|
|
628
|
+
{ url = "https://files.pythonhosted.org/packages/66/ad/b74149557c5ec1e4e4d55758bda426f5d2ec0123cd01a53ae63b8de51fa3/simplejson-3.20.1-cp313-cp313-win32.whl", hash = "sha256:ae81e482476eaa088ef9d0120ae5345de924f23962c0c1e20abbdff597631f87", size = 74102 },
|
|
629
|
+
{ url = "https://files.pythonhosted.org/packages/db/a9/25282fdd24493e1022f30b7f5cdf804255c007218b2bfaa655bd7ad34b2d/simplejson-3.20.1-cp313-cp313-win_amd64.whl", hash = "sha256:1b9fd15853b90aec3b1739f4471efbf1ac05066a2c7041bf8db821bb73cd2ddc", size = 75736 },
|
|
630
|
+
{ url = "https://files.pythonhosted.org/packages/4b/30/00f02a0a921556dd5a6db1ef2926a1bc7a8bbbfb1c49cfed68a275b8ab2b/simplejson-3.20.1-py3-none-any.whl", hash = "sha256:8a6c1bbac39fa4a79f83cbf1df6ccd8ff7069582a9fd8db1e52cea073bc2c697", size = 57121 },
|
|
622
631
|
]
|
|
623
632
|
|
|
624
633
|
[[package]]
|
|
@@ -641,7 +650,7 @@ wheels = [
|
|
|
641
650
|
|
|
642
651
|
[[package]]
|
|
643
652
|
name = "sphinx"
|
|
644
|
-
version = "8.
|
|
653
|
+
version = "8.2.0"
|
|
645
654
|
source = { registry = "https://pypi.org/simple" }
|
|
646
655
|
dependencies = [
|
|
647
656
|
{ name = "alabaster" },
|
|
@@ -653,6 +662,7 @@ dependencies = [
|
|
|
653
662
|
{ name = "packaging" },
|
|
654
663
|
{ name = "pygments" },
|
|
655
664
|
{ name = "requests" },
|
|
665
|
+
{ name = "roman-numerals-py" },
|
|
656
666
|
{ name = "snowballstemmer" },
|
|
657
667
|
{ name = "sphinxcontrib-applehelp" },
|
|
658
668
|
{ name = "sphinxcontrib-devhelp" },
|
|
@@ -661,9 +671,9 @@ dependencies = [
|
|
|
661
671
|
{ name = "sphinxcontrib-qthelp" },
|
|
662
672
|
{ name = "sphinxcontrib-serializinghtml" },
|
|
663
673
|
]
|
|
664
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
674
|
+
sdist = { url = "https://files.pythonhosted.org/packages/81/46/08fe30fc7a6b0e8ff1f502e44133d3a1bd9453d7ab884c2ac7f0ef280920/sphinx-8.2.0.tar.gz", hash = "sha256:5b0067853d6e97f3fa87563e3404ebd008fce03525b55b25da90706764da6215", size = 8321764 }
|
|
665
675
|
wheels = [
|
|
666
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
676
|
+
{ url = "https://files.pythonhosted.org/packages/ef/4d/bbe0250199b9dfa8b25a1949ff13d81e7a6f3bfde37fe373a881bd78a37a/sphinx-8.2.0-py3-none-any.whl", hash = "sha256:3c0a40ff71ace28b316bde7387d93b9249a3688c202181519689b66d5d0aed53", size = 3589193 },
|
|
667
677
|
]
|
|
668
678
|
|
|
669
679
|
[[package]]
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
from django.conf import settings, ImproperlyConfigured
|
|
2
|
-
|
|
3
|
-
if not hasattr(settings, "DEBUG"):
|
|
4
|
-
raise ImproperlyConfigured("'DEBUG' setting is required.")
|
|
5
|
-
if not hasattr(settings, "MERCHANT_AUTH_LOGIN_ID"):
|
|
6
|
-
raise ImproperlyConfigured("'MERCHANT_AUTH_LOGIN_ID' setting is required.")
|
|
7
|
-
if not hasattr(settings, "MERCHANT_AUTH_TRANSACTION_KEY"):
|
|
8
|
-
raise ImproperlyConfigured("'MERCHANT_AUTH_TRANSACTION_KEY' setting is required.")
|
|
9
|
-
if not hasattr(settings, "TWILIO_FROM_NUMBER"):
|
|
10
|
-
raise ImproperlyConfigured("'TWILIO_FROM_NUMBER' setting is required.")
|
|
11
|
-
if not hasattr(settings, "TWILIO_MESSAGING_SID"):
|
|
12
|
-
raise ImproperlyConfigured("'TWILIO_MESSAGING_SID' setting is required.")
|
|
13
|
-
if not hasattr(settings, "TWILIO_SID"):
|
|
14
|
-
raise ImproperlyConfigured("'TWILIO_SID' setting is required.")
|
|
15
|
-
if not hasattr(settings, "TWILIO_TOKEN"):
|
|
16
|
-
raise ImproperlyConfigured("'TWILIO_TOKEN' setting is required.")
|
|
17
|
-
if not hasattr(settings, "WIALON_TOKEN"):
|
|
18
|
-
raise ImproperlyConfigured("'WIALON_TOKEN' setting is required.")
|
|
19
|
-
if not hasattr(settings, "WIALON_ADMIN_ID"):
|
|
20
|
-
raise ImproperlyConfigured("'WIALON_ADMIN_ID' setting is required.")
|
|
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.4.0 → python_terminusgps-20.4.1}/terminusgps/authorizenet/profiles/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/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
|
{python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/geofence.py
RENAMED
|
File without changes
|
{python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/notification.py
RENAMED
|
File without changes
|
{python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/resource.py
RENAMED
|
File without changes
|
{python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/retranslator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-20.4.0 → python_terminusgps-20.4.1}/terminusgps/wialon/items/unit_group.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|