python-terminusgps 19.0.0__tar.gz → 19.1.0__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-19.0.0 → python_terminusgps-19.1.0}/PKG-INFO +1 -1
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/pyproject.toml +1 -1
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/constants.py +15 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/uv.lock +1 -1
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/.gitignore +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/COPYING +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/README.md +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/__init__.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/authorizenet/__init__.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/authorizenet/auth.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/authorizenet/profiles/__init__.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/authorizenet/profiles/addresses.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/authorizenet/profiles/base.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/authorizenet/profiles/customers.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/authorizenet/profiles/payments.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/authorizenet/subscriptions.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/aws/__init__.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/aws/secrets.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/aws/ses.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/settings.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/twilio/__init__.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/twilio/caller.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/__init__.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/errors.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/flags.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/__init__.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/base.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/geofence.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/notification.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/resource.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/retranslator.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/route.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/unit.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/unit_group.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/user.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/session.py +0 -0
- {python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-terminusgps
|
|
3
|
-
Version: 19.
|
|
3
|
+
Version: 19.1.0
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "python-terminusgps"
|
|
3
|
-
version = "19.
|
|
3
|
+
version = "19.1.0"
|
|
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" } ]
|
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
from terminusgps.wialon import flags
|
|
2
2
|
|
|
3
|
+
ACCESSMASK_RESOURCE_BASIC: int = sum(
|
|
4
|
+
[
|
|
5
|
+
flags.ACCESSFLAG_VIEW_ITEM_BASIC,
|
|
6
|
+
flags.ACCESSFLAG_VIEW_CUSTOM_FIELDS,
|
|
7
|
+
flags.ACCESSFLAG_MANAGE_CUSTOM_FIELDS,
|
|
8
|
+
flags.ACCESSFLAG_VIEW_ADMIN_FIELDS,
|
|
9
|
+
flags.ACCESSFLAG_RESOURCE_VIEW_NOTIFICATIONS,
|
|
10
|
+
flags.ACCESSFLAG_RESOURCE_VIEW_POIS,
|
|
11
|
+
flags.ACCESSFLAG_RESOURCE_VIEW_GEOFENCES,
|
|
12
|
+
flags.ACCESSFLAG_RESOURCE_VIEW_DRIVERS,
|
|
13
|
+
flags.ACCESSFLAG_RESOURCE_VIEW_ORDERS,
|
|
14
|
+
flags.ACCESSFLAG_RESOURCE_VIEW_TRAILERS,
|
|
15
|
+
]
|
|
16
|
+
)
|
|
17
|
+
|
|
3
18
|
ACCESSMASK_UNIT_BASIC: int = sum(
|
|
4
19
|
[
|
|
5
20
|
flags.ACCESSFLAG_VIEW_ITEM_BASIC,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/authorizenet/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/authorizenet/profiles/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/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-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/geofence.py
RENAMED
|
File without changes
|
{python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/notification.py
RENAMED
|
File without changes
|
{python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/resource.py
RENAMED
|
File without changes
|
{python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/retranslator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_terminusgps-19.0.0 → python_terminusgps-19.1.0}/terminusgps/wialon/items/unit_group.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|