corelp 1.0.39__py3-none-any.whl → 1.0.40__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.
corelp/__init__.py
CHANGED
|
@@ -11,7 +11,7 @@ A library that gathers core functions for python programming.
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
# %% Source
|
|
14
|
+
# %% Source import
|
|
15
15
|
sources = {
|
|
16
16
|
'Path': 'corelp.modules.Path_LP.Path',
|
|
17
17
|
'debug': 'corelp.modules.debug_LP.debug',
|
|
@@ -27,8 +27,22 @@ sources = {
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
# %%
|
|
30
|
+
# %% Hidden imports
|
|
31
|
+
if False :
|
|
32
|
+
import corelp.modules.Path_LP.Path
|
|
33
|
+
import corelp.modules.debug_LP.debug
|
|
34
|
+
import corelp.modules.folder_LP.folder
|
|
35
|
+
import corelp.modules.getmodule_LP.getmodule
|
|
36
|
+
import corelp.modules.icon_LP.icon
|
|
37
|
+
import corelp.modules.kwargsself_LP.kwargsself
|
|
38
|
+
import corelp.modules.prop_LP.prop
|
|
39
|
+
import corelp.modules.rfrom_LP.rfrom
|
|
40
|
+
import corelp.modules.selfkwargs_LP.selfkwargs
|
|
41
|
+
import corelp.modules.test_LP.test
|
|
42
|
+
|
|
31
43
|
|
|
44
|
+
|
|
45
|
+
# %% Lazy imports
|
|
32
46
|
if __name__ == "__main__":
|
|
33
47
|
from modules.getmodule_LP.getmodule import getmodule # type: ignore
|
|
34
48
|
else :
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
corelp/__init__.py,sha256=
|
|
1
|
+
corelp/__init__.py,sha256=B7uZnl6UmbC-OqLb_uPhxCoxGf8OTbIHkL8u78Mp57g,1438
|
|
2
2
|
corelp/icon_pythonLP.png,sha256=pg386kYEKGspDDRbRF0alOmHXPEm0geMoYIPaxEfQ_o,3805
|
|
3
3
|
corelp/modules/Path_LP/Path.py,sha256=wfvO1DuewIUSEA9_g66O5nCEp95Pr5XM-yxaOOEimTs,2418
|
|
4
4
|
corelp/modules/Path_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -52,6 +52,6 @@ corelp/modules/test_LP/test.py,sha256=KwAeIZWQ7pZX85J50q6qfB4HuJUgREu1ieB_byPqI2
|
|
|
52
52
|
corelp/modules/test_LP/test_test.py,sha256=sXI6G4OBnWXSqrfMy9QdabkYIvcD80EmnNcnQiXxcRI,605
|
|
53
53
|
corelp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
54
54
|
corelp/routines/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
55
|
-
corelp-1.0.
|
|
56
|
-
corelp-1.0.
|
|
57
|
-
corelp-1.0.
|
|
55
|
+
corelp-1.0.40.dist-info/WHEEL,sha256=XV0cjMrO7zXhVAIyyc8aFf1VjZ33Fen4IiJk5zFlC3g,80
|
|
56
|
+
corelp-1.0.40.dist-info/METADATA,sha256=b7H6THgtZrtFdpeuhLuldBiCsl0pKK-Q0gYZLOUGnm8,1656
|
|
57
|
+
corelp-1.0.40.dist-info/RECORD,,
|
|
File without changes
|