hungerlib 3.2.dev12__py3-none-any.whl → 3.2.dev13__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.
- hungerlib/__init__.py +2 -5
- {hungerlib-3.2.dev12.dist-info → hungerlib-3.2.dev13.dist-info}/METADATA +1 -1
- {hungerlib-3.2.dev12.dist-info → hungerlib-3.2.dev13.dist-info}/RECORD +6 -6
- {hungerlib-3.2.dev12.dist-info → hungerlib-3.2.dev13.dist-info}/WHEEL +0 -0
- {hungerlib-3.2.dev12.dist-info → hungerlib-3.2.dev13.dist-info}/licenses/LICENSE +0 -0
- {hungerlib-3.2.dev12.dist-info → hungerlib-3.2.dev13.dist-info}/top_level.txt +0 -0
hungerlib/__init__.py
CHANGED
|
@@ -13,7 +13,7 @@ from .datamap import set_default_maps, get_default_maps, Syntax, DataMap, datama
|
|
|
13
13
|
from .messagerouter import MessageRouter
|
|
14
14
|
from .panel import Panel
|
|
15
15
|
from .servers import GenericServer, MinecraftServer
|
|
16
|
-
from .bridgeclient import
|
|
16
|
+
from .bridgeclient import HungerBridgeClient
|
|
17
17
|
from .utils import (
|
|
18
18
|
ColorMap,
|
|
19
19
|
ASCII_COLOR_MAP,
|
|
@@ -94,10 +94,7 @@ __all__ = [
|
|
|
94
94
|
'Snapshot',
|
|
95
95
|
'clearTerminal',
|
|
96
96
|
'validateAll',
|
|
97
|
-
'
|
|
98
|
-
'ping',
|
|
99
|
-
'runCommand',
|
|
100
|
-
'log',
|
|
97
|
+
'HungerBridgeClient',
|
|
101
98
|
|
|
102
99
|
# namespaces
|
|
103
100
|
'utils',
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
hungerlib/__init__.py,sha256=
|
|
1
|
+
hungerlib/__init__.py,sha256=us1xv2omVi-zEk-PfpiWL3sWYwscgPxvne6sYAHWQZw,2218
|
|
2
2
|
hungerlib/bridgeclient.py,sha256=-6i5QsloXGt57ayj5-W0WAPbkwxwOyw9noeSabX4EVE,1283
|
|
3
3
|
hungerlib/configloader.py,sha256=TdEFqk2zG5nT-vJqdjA36DrbRinY66n0rgI8Z-EZmAk,2548
|
|
4
4
|
hungerlib/datamap.py,sha256=Tvcjc-n-tNO9SNQeh0k3dWzbxrRnnNVUmPnq0gap_8w,2807
|
|
@@ -18,8 +18,8 @@ hungerlib/utils/__init__.py,sha256=xyUldIwkVopZrp0Yp5g18vqGDUp3OOT4KknntLU4oes,5
|
|
|
18
18
|
hungerlib/utils/colormaps.py,sha256=88eIDSI1hZYbtXmd7XujgmR1nhOXAkyB8ospQTqSHns,1240
|
|
19
19
|
hungerlib/utils/time.py,sha256=lhLHMkL5NEP9f7j5k24k5brr1ZvAL22t07eV2rxTZ50,2354
|
|
20
20
|
hungerlib/utils/utils.py,sha256=rGVXiK-ZaN1riNL_1QHKJZdOAX53vGlSDUzEP1Aqle4,1404
|
|
21
|
-
hungerlib-3.2.
|
|
22
|
-
hungerlib-3.2.
|
|
23
|
-
hungerlib-3.2.
|
|
24
|
-
hungerlib-3.2.
|
|
25
|
-
hungerlib-3.2.
|
|
21
|
+
hungerlib-3.2.dev13.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
22
|
+
hungerlib-3.2.dev13.dist-info/METADATA,sha256=W1K_-q4GocCOabkjDHFUPyxGP9HIW6RqZmf0RH0GaxQ,1536
|
|
23
|
+
hungerlib-3.2.dev13.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
24
|
+
hungerlib-3.2.dev13.dist-info/top_level.txt,sha256=uHBMIM8b2Gt6daNkDF4uw-M2Hm2IpIVw1jOK9wC0fNQ,10
|
|
25
|
+
hungerlib-3.2.dev13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|