outleap 0.8.0__py3-none-any.whl → 0.8.2__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.
- outleap/api_wrappers.py +1 -1
- outleap/version.py +2 -2
- {outleap-0.8.0.dist-info → outleap-0.8.2.dist-info}/METADATA +1 -1
- {outleap-0.8.0.dist-info → outleap-0.8.2.dist-info}/RECORD +8 -8
- {outleap-0.8.0.dist-info → outleap-0.8.2.dist-info}/WHEEL +1 -1
- {outleap-0.8.0.dist-info → outleap-0.8.2.dist-info}/entry_points.txt +0 -0
- {outleap-0.8.0.dist-info → outleap-0.8.2.dist-info}/licenses/COPYING +0 -0
- {outleap-0.8.0.dist-info → outleap-0.8.2.dist-info}/top_level.txt +0 -0
outleap/api_wrappers.py
CHANGED
|
@@ -474,7 +474,7 @@ class LLAgentAPI(LEAPAPIWrapper):
|
|
|
474
474
|
|
|
475
475
|
def get_id(self) -> Awaitable[uuid.UUID]:
|
|
476
476
|
"""Get the current agent's ID"""
|
|
477
|
-
return _data_unwrapper(self._client.command(self._pump_name, "
|
|
477
|
+
return _data_unwrapper(self._client.command(self._pump_name, "getID", {}), "id")
|
|
478
478
|
|
|
479
479
|
def get_groups(self) -> Awaitable[List[Dict]]:
|
|
480
480
|
return _data_unwrapper(self._client.command(self._pump_name, "getGroups", {}), "groups")
|
outleap/version.py
CHANGED
|
@@ -5,7 +5,7 @@ from collections import namedtuple
|
|
|
5
5
|
#: A namedtuple of the version info for the current release.
|
|
6
6
|
_version_info = namedtuple("_version_info", "major minor micro status")
|
|
7
7
|
|
|
8
|
-
parts = "0.8.
|
|
8
|
+
parts = "0.8.2".split(".", 3)
|
|
9
9
|
version_info = _version_info(
|
|
10
10
|
int(parts[0]),
|
|
11
11
|
int(parts[1]),
|
|
@@ -16,4 +16,4 @@ version_info = _version_info(
|
|
|
16
16
|
# Remove everything but the 'version_info' from this module.
|
|
17
17
|
del namedtuple, _version_info, parts
|
|
18
18
|
|
|
19
|
-
__version__ = "0.8.
|
|
19
|
+
__version__ = "0.8.2"
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
outleap/__init__.py,sha256=h0VTP95rggZ-iFH1Ke4rh85fiU3BTvfj_jkLW27Ln1k,689
|
|
2
|
-
outleap/api_wrappers.py,sha256=
|
|
2
|
+
outleap/api_wrappers.py,sha256=ntn8zuEKjBs5bM0Yy8ObH8eCF4Hh_bwlSagEfCqBHtg,27218
|
|
3
3
|
outleap/bridge.py,sha256=Q5tku2JP-K0wT9zVA8OyJpFEpumgbUgHaC1YeRQR8vE,1016
|
|
4
4
|
outleap/client.py,sha256=4RFTOSiL2cCwpJ64_sux_DbFh_LjnwjVIlByutGg-ao,14545
|
|
5
5
|
outleap/protocol.py,sha256=HeCnlzszGp6Yxgq__34KYYuii6tpxnfUi5La9SFxw0k,3725
|
|
6
6
|
outleap/qt_helpers.py,sha256=qpdEx7y60T3nAJ4GFDvpcefKEgpgBBnt8dQ-c2IB-Zc,7766
|
|
7
7
|
outleap/ui_elems.py,sha256=ndi3FDp_fu1rVD3rNpFp6hs8eU53U4D_dCtuwFmums0,11577
|
|
8
8
|
outleap/utils.py,sha256=lEiWZFMmoyA8hWzWgFm-4mWma7emtCazUXa1Vre-mVY,6099
|
|
9
|
-
outleap/version.py,sha256=
|
|
9
|
+
outleap/version.py,sha256=_mdqomY94c8Qf4uQYzv4NIvZPt3XY9_AdGx1_Gyhdgw,517
|
|
10
10
|
outleap/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
outleap/scripts/agent.py,sha256=YOXtkjqZY7ju9fLhBHRzdhsp9TdhPnDzsXiQo5-Dhfs,1984
|
|
12
12
|
outleap/scripts/inspector.py,sha256=ZjLPbJxOFjEwm9m6NDj3_KOIuoqGU10eGDP3ymzStSM,10851
|
|
13
13
|
outleap/scripts/repl.py,sha256=ug133SnSoaOa7qyhfnVbL6xEZIaJV9y-Rvu5cmVCUD8,2249
|
|
14
14
|
outleap/scripts/ui/inspector.ui,sha256=CY-Tczsrpmc2groE6_7s_fIc7de6Oy2TuU2a4ZGzl7o,7269
|
|
15
|
-
outleap-0.8.
|
|
16
|
-
outleap-0.8.
|
|
17
|
-
outleap-0.8.
|
|
18
|
-
outleap-0.8.
|
|
19
|
-
outleap-0.8.
|
|
20
|
-
outleap-0.8.
|
|
15
|
+
outleap-0.8.2.dist-info/licenses/COPYING,sha256=OPIPYHZUdL5ylRYaujIVg05CSvX4-AHW15qBGYz_fyY,1093
|
|
16
|
+
outleap-0.8.2.dist-info/METADATA,sha256=sV57RGBcvIwtHn4Au6IVFT6bIEWprjPasIxmB98Q4lM,4819
|
|
17
|
+
outleap-0.8.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
18
|
+
outleap-0.8.2.dist-info/entry_points.txt,sha256=gi7UECBDlCTzn0jUU8xPvyMm_8lOQMZUJuNOe266I48,174
|
|
19
|
+
outleap-0.8.2.dist-info/top_level.txt,sha256=dIQJmMy2IulmIzvBWuz8dup0dm9MV0b4p_hCtBRewfE,8
|
|
20
|
+
outleap-0.8.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|