corelp 1.0.45__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 CHANGED
@@ -26,31 +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
- if False:
37
- import corelp.resources
38
-
39
-
40
- # %% Hidden imports
41
- if False :
42
- import corelp.modules.Path_LP.Path
43
- import corelp.modules.debug_LP.debug
44
- import corelp.modules.folder_LP.folder
45
- import corelp.modules.getmodule_LP.getmodule
46
- import corelp.modules.icon_LP.icon
47
- import corelp.modules.kwargsself_LP.kwargsself
48
- import corelp.modules.prop_LP.prop
49
- import corelp.modules.rfrom_LP.rfrom
50
- import corelp.modules.selfkwargs_LP.selfkwargs
51
- import corelp.modules.test_LP.test
52
-
53
-
54
29
 
55
30
  # %% Lazy imports
56
31
  if __name__ == "__main__":
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: corelp
3
- Version: 1.0.45
3
+ Version: 1.0.46
4
4
  Summary: A library that gathers core functions for python programming.
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
@@ -1,4 +1,5 @@
1
- corelp/__init__.py,sha256=fO2Y6XJwLqEBBv6QGTMD_Ykz06e_FUjIlDMyhfLs5E0,1678
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.45.dist-info/WHEEL,sha256=XV0cjMrO7zXhVAIyyc8aFf1VjZ33Fen4IiJk5zFlC3g,80
57
- corelp-1.0.45.dist-info/METADATA,sha256=N6ENAsHhsjSxxxX7d2HGl3DgLWGg8lk88FykoCDRd9g,1656
58
- corelp-1.0.45.dist-info/RECORD,,
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,,
File without changes