python-terminusgps 21.0.0__py3-none-any.whl → 21.2.0__py3-none-any.whl

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-terminusgps
3
- Version: 21.0.0
3
+ Version: 21.2.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
@@ -18,16 +18,16 @@ terminusgps/wialon/constants.py,sha256=n1ux68oWYWnzeZdN811Iw_Lk78KBM0YMJMoonn67u
18
18
  terminusgps/wialon/flags.py,sha256=_NIL3mrEGhvI5YISVjimjYtUatdgOqhZPJX368MtKSU,13959
19
19
  terminusgps/wialon/logger.py,sha256=nUBsaLMaffSaAHGHAM6mFXDzix9hbNecVtA3INVtii8,968
20
20
  terminusgps/wialon/session.py,sha256=6xg65LZz6cebWclTQp1KRLvPss0aM-bWhAmmwiDOlMg,10267
21
- terminusgps/wialon/utils.py,sha256=IN45hASI6iP3Wd35ejGeoIYDIQ_w65-W05eVUdWFRxo,5712
21
+ terminusgps/wialon/utils.py,sha256=HUuBgkqJzzsFHGKPgf_YAE0e5Oui8xdaYtb9fv_ibOc,6344
22
22
  terminusgps/wialon/items/__init__.py,sha256=3BVthghekMvhMQSzQgBMlD_phxmKSmp3Zvmo-z0O8Bs,211
23
23
  terminusgps/wialon/items/base.py,sha256=EAtzlnCvB7WTu3iX1bV1-S9TvwXc-Eez7e0X4TMiK9U,6943
24
- terminusgps/wialon/items/resource.py,sha256=5m0KdYu9lImNIfcAR8XcrZ6VnsXwGIQyXeRCHrx5EUo,14768
24
+ terminusgps/wialon/items/resource.py,sha256=J2HRSbGwGcfTcaurMI0oms5XcmUjf887GJVaXLfyA-o,14551
25
25
  terminusgps/wialon/items/retranslator.py,sha256=8q9EDc92w92MElnHIeEzH3Ra4kiPXrx4t9V5nPDZuRU,3728
26
26
  terminusgps/wialon/items/route.py,sha256=PTJx1gmT_PGz7nlSSUS2VzjYD-aAuvkEOIdIFneUSSQ,1148
27
- terminusgps/wialon/items/unit.py,sha256=K5IoGSRoH_JiAZoKK6Wb9DToaDScaL7mPKqSOAwtg0A,8618
27
+ terminusgps/wialon/items/unit.py,sha256=oNqLdblY6uWd08FCInSix9gzDYk-O1YdgbkENZ-1vjs,8541
28
28
  terminusgps/wialon/items/unit_group.py,sha256=vGVJMBY1BrKK0tP-C1DCIz4Bh6P-HKRnKY1g8g95UIs,5031
29
29
  terminusgps/wialon/items/user.py,sha256=INwAibQVmjNNelepQXMfDevgJqMvIjHHgEjAMLRvhB0,7082
30
- python_terminusgps-21.0.0.dist-info/METADATA,sha256=hFTGuFn_AJi118S-oxWMwIZAQCFI3Mv-6Bf78g8UNnw,912
31
- python_terminusgps-21.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
32
- python_terminusgps-21.0.0.dist-info/licenses/COPYING,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
33
- python_terminusgps-21.0.0.dist-info/RECORD,,
30
+ python_terminusgps-21.2.0.dist-info/METADATA,sha256=eSyk_vdKqPA1np55nwimM-J2Wnq8c9j0pZdlK5XgQs8,912
31
+ python_terminusgps-21.2.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
32
+ python_terminusgps-21.2.0.dist-info/licenses/COPYING,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
33
+ python_terminusgps-21.2.0.dist-info/RECORD,,
@@ -302,10 +302,6 @@ class WialonResource(WialonBase):
302
302
  :type phone: :py:obj:`str`
303
303
  :param mobile_auth_code: Authentication code for Wialon mobile app.
304
304
  :type mobile_auth_code: :py:obj:`str`
305
- :param image_checksum: Checksum for driver image.
306
- :type image_checksum: :py:obj:`str`
307
- :param image_ratio: Driver image aspect ratio.
308
- :type image_ratio: :py:obj:`float` | :py:obj:`None`
309
305
  :param custom_fields: Additional custom fields to add to the driver.
310
306
  :type custom_fields: :py:obj:`dict` | :py:obj:`None`
311
307
  :raises WialonError: If something goes wrong calling the Wialon API.
@@ -200,13 +200,11 @@ class WialonUnit(WialonBase):
200
200
 
201
201
  def clean_phone_numbers(self, phones: list[str]) -> list[str]:
202
202
  """Takes a list of phone numbers and returns a list of clean phone numbers."""
203
- cleaned_phones = []
204
- for num in phones:
205
- if "," in num:
206
- cleaned_phones.extend(num.split(","))
207
- else:
208
- cleaned_phones.append(num)
209
- return cleaned_phones
203
+ return [
204
+ clean_num
205
+ for num in phones
206
+ for clean_num in (num.split(",") if "," in num else [num])
207
+ ]
210
208
 
211
209
  def _get_afield_phone_numbers(self, key: str = "to_number") -> list[str] | None:
212
210
  """
@@ -32,7 +32,7 @@ def get_hw_type_id(name: str, session: WialonSession) -> int | None:
32
32
  return int(hw_types.get(name)) if name in hw_types.keys() else None
33
33
 
34
34
 
35
- def get_id_from_iccid(iccid: str, session: WialonSession) -> str | None:
35
+ def get_id_from_imei(imei: str, session: WialonSession) -> str | None:
36
36
  """
37
37
  Takes a Wialon unit's IMEI # and returns its unit id, if it exists.
38
38
 
@@ -50,7 +50,7 @@ def get_id_from_iccid(iccid: str, session: WialonSession) -> str | None:
50
50
  "spec": {
51
51
  "itemsType": "avl_unit",
52
52
  "propName": "sys_unique_id",
53
- "propValueMask": f"*{iccid}*",
53
+ "propValueMask": f"*{imei}*",
54
54
  "sortType": "sys_unique_id",
55
55
  "propType": "property",
56
56
  "or_logic": 0,
@@ -66,6 +66,24 @@ def get_id_from_iccid(iccid: str, session: WialonSession) -> str | None:
66
66
  return response["items"][0].get("id")
67
67
 
68
68
 
69
+ def get_id_from_iccid(iccid: str, session: WialonSession) -> str | None:
70
+ """
71
+ DEPRECATED: Use :py:func:`~terminusgps.wialon.utils.get_id_from_imei`.
72
+
73
+ Takes a Wialon unit's IMEI # and returns its unit id, if it exists.
74
+
75
+ :param iccid: A unique id.
76
+ :type iccid: :py:obj:`str`
77
+ :param session: A valid Wialon API session.
78
+ :type session: :py:obj:`~terminusgps.wialon.session.WialonSession`
79
+ :raises WialonError: If something goes wrong with Wialon.
80
+ :returns: A Wialon object id, if it was found.
81
+ :rtype: :py:obj:`str` | :py:obj:`None`
82
+
83
+ """
84
+ return get_id_from_imei(imei=iccid, session=session)
85
+
86
+
69
87
  def get_wialon_cls(items_type: str) -> typing.Type[WialonBase]:
70
88
  """
71
89
  Returns a Wialon object class based on items_type.