hungerlib 3.2.dev11__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 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 health, ping, runCommand, log
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
- 'health',
98
- 'ping',
99
- 'runCommand',
100
- 'log',
97
+ 'HungerBridgeClient',
101
98
 
102
99
  # namespaces
103
100
  'utils',
@@ -5,7 +5,7 @@ import mcrcon
5
5
  from hungerlib.panel import Panel
6
6
  from hungerlib.utils.colormaps import MC_COLOR_MAP, ASCII_COLOR_MAP
7
7
  from hungerlib.servers import GenericServer
8
- from hungerlib.bridge import HungerBridgeClient
8
+ from hungerlib.bridgeclient import HungerBridgeClient
9
9
 
10
10
 
11
11
  class MinecraftServer(GenericServer):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hungerlib
3
- Version: 3.2.dev11
3
+ Version: 3.2.dev13
4
4
  Summary: Powerful automation library for Pterodactyl.
5
5
  Author: iFamished
6
6
  License: MIT
@@ -1,4 +1,4 @@
1
- hungerlib/__init__.py,sha256=AtHBFZzOJzVteOLdSe9RA3XPWFvC6H7IyeOHobQnESg,2258
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
@@ -13,13 +13,13 @@ hungerlib/api/schedule.py,sha256=7MmfmSxTs4fgtJBfUQbc2nvvhPLrs2jQ50I73HHvS5s,797
13
13
  hungerlib/api/startup.py,sha256=YX6y7ZXG6DRNLvUjQFk4Cx7J5Ny4ym6OIWyyQsV5bwE,381
14
14
  hungerlib/servers/__init__.py,sha256=ApApJ18N_V6vTxDRVekj98Vdf80JhefYQkTH-5Ow9co,132
15
15
  hungerlib/servers/generic.py,sha256=vbAt85YKABwExNNAw8g9eAp-laeKQmgGJ0Qs1L6tNjk,8649
16
- hungerlib/servers/minecraft.py,sha256=ijiW8rHUSOcvRzw0sesWD57qwjlFkfTBHq_XbK6-gVk,4107
16
+ hungerlib/servers/minecraft.py,sha256=FHBcBQdWxps6dPQMtlpv_FhxGHW_lzUiGsXbxOTs3hU,4113
17
17
  hungerlib/utils/__init__.py,sha256=xyUldIwkVopZrp0Yp5g18vqGDUp3OOT4KknntLU4oes,504
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.dev11.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
22
- hungerlib-3.2.dev11.dist-info/METADATA,sha256=03T6Mp-oxqqHkStae-8Af59p9XoLYWufOdEXgaF3T1g,1536
23
- hungerlib-3.2.dev11.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
24
- hungerlib-3.2.dev11.dist-info/top_level.txt,sha256=uHBMIM8b2Gt6daNkDF4uw-M2Hm2IpIVw1jOK9wC0fNQ,10
25
- hungerlib-3.2.dev11.dist-info/RECORD,,
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,,