reykit 1.1.64__py3-none-any.whl → 1.1.65__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.
- reykit/rsys.py +1 -1
- reykit/rtable.py +3 -3
- {reykit-1.1.64.dist-info → reykit-1.1.65.dist-info}/METADATA +1 -1
- {reykit-1.1.64.dist-info → reykit-1.1.65.dist-info}/RECORD +6 -6
- {reykit-1.1.64.dist-info → reykit-1.1.65.dist-info}/WHEEL +0 -0
- {reykit-1.1.64.dist-info → reykit-1.1.65.dist-info}/licenses/LICENSE +0 -0
reykit/rsys.py
CHANGED
reykit/rtable.py
CHANGED
@@ -88,7 +88,7 @@ def is_table(obj: Any) -> bool:
|
|
88
88
|
for row in obj:
|
89
89
|
if not isinstance(row, MutableMapping):
|
90
90
|
break
|
91
|
-
keys_str = ':'.join(row
|
91
|
+
keys_str = ':'.join(row)
|
92
92
|
keys_strs.append(keys_str)
|
93
93
|
keys_strs = set(keys_strs)
|
94
94
|
if len(keys_strs) == 1:
|
@@ -197,7 +197,7 @@ class Table(Base):
|
|
197
197
|
return {}
|
198
198
|
|
199
199
|
# Get fields.
|
200
|
-
fields = list(data[0]
|
200
|
+
fields = list(data[0])
|
201
201
|
if type(key_field) == int:
|
202
202
|
key_field = fields[key_field]
|
203
203
|
if type(val_field) == int:
|
@@ -249,7 +249,7 @@ class Table(Base):
|
|
249
249
|
return []
|
250
250
|
|
251
251
|
# Get fields.
|
252
|
-
fields = list(data[0]
|
252
|
+
fields = list(data[0])
|
253
253
|
if type(field) == int:
|
254
254
|
field = fields[field]
|
255
255
|
|
@@ -13,8 +13,8 @@ reykit/rrand.py,sha256=4VwooITgox54_GonELcJfcIpStDi-UJchpnyWKnyeIA,8606
|
|
13
13
|
reykit/rre.py,sha256=1qva7xatKVE9qC2j7IujjXSM59qxHWwTYpiizFFQ8Xo,6024
|
14
14
|
reykit/rschedule.py,sha256=QakEAtOcMg8uL2iOLre9uSsH-DsW6uAvzdXFiPJw_1o,5767
|
15
15
|
reykit/rstdout.py,sha256=yesWo7wIGablpyAu-2J2Gw11Qp3GdQjGICTyIcvLyt4,8200
|
16
|
-
reykit/rsys.py,sha256=
|
17
|
-
reykit/rtable.py,sha256=
|
16
|
+
reykit/rsys.py,sha256=AP62KyN40flCeQJBclfJq8shachSAFT0LkVjiKsXkrw,24946
|
17
|
+
reykit/rtable.py,sha256=UQ-JlwjssMR3gY1iY-VGQEKQ5_BZabpJy6TL7Fx19c4,12200
|
18
18
|
reykit/rtask.py,sha256=NUTngUUDUZy3TqEHiuiKy17FcE0F1zS118KnKTsBjng,22838
|
19
19
|
reykit/rtext.py,sha256=cWHy19lDcJvpX7LU95kmRVsDimpAUaz5TbKC1h83gB4,13254
|
20
20
|
reykit/rtime.py,sha256=8QJ6YNiC0JUDiW1xc1tkzQUMPYOFT7d7dKCYRuYt9co,17635
|
@@ -22,7 +22,7 @@ reykit/rwrap.py,sha256=FEmeK_fboJ-OyXeJf8bilc7U2ph8xIbZGNHb6fLCy2c,15063
|
|
22
22
|
reykit/rzip.py,sha256=BGEONswuBZxQ-zcgd_xp2fcvYesC9AmKaaXWvnT3bTI,3456
|
23
23
|
reykit/rdll/__init__.py,sha256=nLSb8onBm2ilyoxzpDzUeGfSCKwkLEesIhzK3LiJ8mk,701
|
24
24
|
reykit/rdll/rdll_core.py,sha256=o6-rKcTQgxZQe0kD3GnwyNb3KL9IogzgCQNOmYLMm7A,5086
|
25
|
-
reykit-1.1.
|
26
|
-
reykit-1.1.
|
27
|
-
reykit-1.1.
|
28
|
-
reykit-1.1.
|
25
|
+
reykit-1.1.65.dist-info/METADATA,sha256=0CfsmXBOu4AKZIu9TANgMf65AOFT2vk2_-tGX2digT8,1872
|
26
|
+
reykit-1.1.65.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
27
|
+
reykit-1.1.65.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
|
28
|
+
reykit-1.1.65.dist-info/RECORD,,
|
File without changes
|
File without changes
|