corelp 1.0.44__py3-none-any.whl → 1.0.46__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 +0 -23
- {corelp-1.0.44.dist-info → corelp-1.0.46.dist-info}/METADATA +1 -1
- {corelp-1.0.44.dist-info → corelp-1.0.46.dist-info}/RECORD +5 -6
- corelp/resources/__init__.py +0 -0
- /corelp/{resources/icon_pythonLP.png → icon_pythonLP.png} +0 -0
- {corelp-1.0.44.dist-info → corelp-1.0.46.dist-info}/WHEEL +0 -0
corelp/__init__.py
CHANGED
|
@@ -26,29 +26,6 @@ sources = {
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
from importlib import resources
|
|
30
|
-
from contextlib import contextmanager
|
|
31
|
-
|
|
32
|
-
@contextmanager
|
|
33
|
-
def resources_dir():
|
|
34
|
-
with resources.as_file(resources.files("corelp.resources")) as path:
|
|
35
|
-
yield path
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
# %% Hidden imports
|
|
39
|
-
if False :
|
|
40
|
-
import corelp.modules.Path_LP.Path
|
|
41
|
-
import corelp.modules.debug_LP.debug
|
|
42
|
-
import corelp.modules.folder_LP.folder
|
|
43
|
-
import corelp.modules.getmodule_LP.getmodule
|
|
44
|
-
import corelp.modules.icon_LP.icon
|
|
45
|
-
import corelp.modules.kwargsself_LP.kwargsself
|
|
46
|
-
import corelp.modules.prop_LP.prop
|
|
47
|
-
import corelp.modules.rfrom_LP.rfrom
|
|
48
|
-
import corelp.modules.selfkwargs_LP.selfkwargs
|
|
49
|
-
import corelp.modules.test_LP.test
|
|
50
|
-
|
|
51
|
-
|
|
52
29
|
|
|
53
30
|
# %% Lazy imports
|
|
54
31
|
if __name__ == "__main__":
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
corelp/__init__.py,sha256=
|
|
1
|
+
corelp/__init__.py,sha256=9imsYH78ZRyE_pQXz2ZA9h8J5mcdlpK3uWKDGPlMAmc,972
|
|
2
|
+
corelp/icon_pythonLP.png,sha256=pg386kYEKGspDDRbRF0alOmHXPEm0geMoYIPaxEfQ_o,3805
|
|
2
3
|
corelp/modules/Path_LP/Path.py,sha256=wfvO1DuewIUSEA9_g66O5nCEp95Pr5XM-yxaOOEimTs,2418
|
|
3
4
|
corelp/modules/Path_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
5
|
corelp/modules/Path_LP/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -50,9 +51,7 @@ corelp/modules/test_LP/functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu0
|
|
|
50
51
|
corelp/modules/test_LP/test.py,sha256=KwAeIZWQ7pZX85J50q6qfB4HuJUgREu1ieB_byPqI2g,1361
|
|
51
52
|
corelp/modules/test_LP/test_test.py,sha256=sXI6G4OBnWXSqrfMy9QdabkYIvcD80EmnNcnQiXxcRI,605
|
|
52
53
|
corelp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
53
|
-
corelp/resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
54
|
-
corelp/resources/icon_pythonLP.png,sha256=pg386kYEKGspDDRbRF0alOmHXPEm0geMoYIPaxEfQ_o,3805
|
|
55
54
|
corelp/routines/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
56
|
-
corelp-1.0.
|
|
57
|
-
corelp-1.0.
|
|
58
|
-
corelp-1.0.
|
|
55
|
+
corelp-1.0.46.dist-info/WHEEL,sha256=XV0cjMrO7zXhVAIyyc8aFf1VjZ33Fen4IiJk5zFlC3g,80
|
|
56
|
+
corelp-1.0.46.dist-info/METADATA,sha256=DVOsgjQu3gCIYQH3oTPHq7UTF960emsPNcSOTnPzvF8,1656
|
|
57
|
+
corelp-1.0.46.dist-info/RECORD,,
|
corelp/resources/__init__.py
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|