hungerlib 2.dev0__py3-none-any.whl → 2.0.2.dev0__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 +12 -2
- {hungerlib-2.dev0.dist-info → hungerlib-2.0.2.dev0.dist-info}/METADATA +1 -1
- {hungerlib-2.dev0.dist-info → hungerlib-2.0.2.dev0.dist-info}/RECORD +6 -6
- {hungerlib-2.dev0.dist-info → hungerlib-2.0.2.dev0.dist-info}/WHEEL +0 -0
- {hungerlib-2.dev0.dist-info → hungerlib-2.0.2.dev0.dist-info}/licenses/LICENSE +0 -0
- {hungerlib-2.dev0.dist-info → hungerlib-2.0.2.dev0.dist-info}/top_level.txt +0 -0
hungerlib/__init__.py
CHANGED
|
@@ -14,6 +14,15 @@ _EXPORTS = {
|
|
|
14
14
|
"panel": ("panel", None),
|
|
15
15
|
"config": ("config", None),
|
|
16
16
|
"logger": ("logger", None),
|
|
17
|
+
"scheduler": ('scheduler', None),
|
|
18
|
+
|
|
19
|
+
# core module utilities
|
|
20
|
+
"Panel": ('panel', 'Panel'),
|
|
21
|
+
'DefaultConfig': ('config', 'DefaultConfig'),
|
|
22
|
+
'HungerLogger': ('logger', 'HungerLogger')
|
|
23
|
+
"snapSchedule": ("scheduler", "snapSchedule"),
|
|
24
|
+
"secsUntil": ("scheduler", "secsUntil"),
|
|
25
|
+
"minsUntil": ("scheduler", "minsUntil"),
|
|
17
26
|
|
|
18
27
|
# servers
|
|
19
28
|
"GenericServer": ("servers._generic", "GenericServer"),
|
|
@@ -24,7 +33,7 @@ _EXPORTS = {
|
|
|
24
33
|
"minecraftAddons": ("addons.minecraft", None),
|
|
25
34
|
"colormap": ("addons.colormap", None),
|
|
26
35
|
|
|
27
|
-
# addon
|
|
36
|
+
# addon utilities
|
|
28
37
|
"runCountdownEvents": ("addons._generic", "runCountdownEvents"),
|
|
29
38
|
"validateAll": ("addons._generic", "validateAll"),
|
|
30
39
|
"waitForOnline": ("addons._generic", "waitForOnline"),
|
|
@@ -38,7 +47,8 @@ _EXPORTS = {
|
|
|
38
47
|
"FileManagerAPI": ("api.filemanager", "FileManagerAPI"),
|
|
39
48
|
"BackupsAPI": ("api.backups", "BackupsAPI"),
|
|
40
49
|
"DatabasesAPI": ("api.databases", "DatabasesAPI"),
|
|
41
|
-
"StartupAPI": ("api.startup", "StartupAPI")
|
|
50
|
+
"StartupAPI": ("api.startup", "StartupAPI")
|
|
51
|
+
|
|
42
52
|
}
|
|
43
53
|
|
|
44
54
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
hungerlib/__init__.py,sha256=
|
|
1
|
+
hungerlib/__init__.py,sha256=DQEpsUyWWMfDIUU2VZQsdPYzhIDdC6OoKxEAKUcdPTI,2273
|
|
2
2
|
hungerlib/config.py,sha256=2tozUFrUsHpnO7Y4zZkDfhBmzB8NH_PqsdEh8vfVpUc,717
|
|
3
3
|
hungerlib/logger.py,sha256=zdOonqsjOQZWS8LwPQs7iNzqpk53onMa_wzFjcyWd-Q,3717
|
|
4
4
|
hungerlib/mchelpers.py,sha256=PuENTlzwPIBHymlmdynMK28CCy_l8x8yzJSzaguvMMM,3789
|
|
@@ -15,9 +15,9 @@ hungerlib/api/schedule.py,sha256=3gdl0jiIOScdVXWy4aOef-KIoKqUopbI8b1dPgXf5Vg,953
|
|
|
15
15
|
hungerlib/api/startup.py,sha256=hKhBjpLMVYa3jjq6ahqm2N32B_fu-bZnOJTZ-P57v4M,434
|
|
16
16
|
hungerlib/servers/_generic.py,sha256=3XqOlPFxrYjWyXRU8vuaxhTZqY7Tm41_HYmdOuhD2tQ,8272
|
|
17
17
|
hungerlib/servers/minecraft.py,sha256=ygjeiMLtIH7FZgJ7gyRbff7ziQCT6uUNKFEyYCE_JOs,3199
|
|
18
|
-
hungerlib-2.dev0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
18
|
+
hungerlib-2.0.2.dev0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
19
19
|
tests/test_imports.py,sha256=yLxO56vXLmUOqU09yJTJs5Tc1RB58_2ctUcfRevZDDM,122
|
|
20
|
-
hungerlib-2.dev0.dist-info/METADATA,sha256=
|
|
21
|
-
hungerlib-2.dev0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
22
|
-
hungerlib-2.dev0.dist-info/top_level.txt,sha256=Lt7910sEdIIiCc13B-GiHur4qXeEIfqLj6ut1noLGNw,16
|
|
23
|
-
hungerlib-2.dev0.dist-info/RECORD,,
|
|
20
|
+
hungerlib-2.0.2.dev0.dist-info/METADATA,sha256=b4Z54stfhCW8xFgGn5NCXU9NATmF3vR0bFr5FK65iKM,1516
|
|
21
|
+
hungerlib-2.0.2.dev0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
22
|
+
hungerlib-2.0.2.dev0.dist-info/top_level.txt,sha256=Lt7910sEdIIiCc13B-GiHur4qXeEIfqLj6ut1noLGNw,16
|
|
23
|
+
hungerlib-2.0.2.dev0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|