corelp 1.0.45__py3-none-any.whl → 1.0.47__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.
Files changed (27) hide show
  1. corelp/__init__.py +0 -25
  2. corelp/modules/prop_LP/prop.py +1 -1
  3. {corelp-1.0.45.dist-info → corelp-1.0.47.dist-info}/METADATA +1 -1
  4. {corelp-1.0.45.dist-info → corelp-1.0.47.dist-info}/RECORD +26 -27
  5. {corelp-1.0.45.dist-info → corelp-1.0.47.dist-info}/WHEEL +1 -1
  6. corelp/resources/__init__.py +0 -0
  7. /corelp/{resources/icon_pythonLP.png → icon_pythonLP.png} +0 -0
  8. /corelp/modules/Path_LP/{functions → _functions}/__init__.py +0 -0
  9. /corelp/modules/Path_LP/{functions → _functions}/__template__.py +0 -0
  10. /corelp/modules/debug_LP/{functions → _functions}/__init__.py +0 -0
  11. /corelp/modules/debug_LP/{functions → _functions}/__template__.py +0 -0
  12. /corelp/modules/folder_LP/{functions → _functions}/__init__.py +0 -0
  13. /corelp/modules/folder_LP/{functions → _functions}/__template__.py +0 -0
  14. /corelp/modules/getmodule_LP/{functions → _functions}/__init__.py +0 -0
  15. /corelp/modules/getmodule_LP/{functions → _functions}/__template__.py +0 -0
  16. /corelp/modules/icon_LP/{functions → _functions}/__init__.py +0 -0
  17. /corelp/modules/icon_LP/{functions → _functions}/__template__.py +0 -0
  18. /corelp/modules/kwargsself_LP/{functions → _functions}/__init__.py +0 -0
  19. /corelp/modules/kwargsself_LP/{functions → _functions}/__template__.py +0 -0
  20. /corelp/modules/prop_LP/{functions → _functions}/__init__.py +0 -0
  21. /corelp/modules/prop_LP/{functions → _functions}/__template__.py +0 -0
  22. /corelp/modules/rfrom_LP/{functions → _functions}/__init__.py +0 -0
  23. /corelp/modules/rfrom_LP/{functions → _functions}/__template__.py +0 -0
  24. /corelp/modules/selfkwargs_LP/{functions → _functions}/__init__.py +0 -0
  25. /corelp/modules/selfkwargs_LP/{functions → _functions}/__template__.py +0 -0
  26. /corelp/modules/test_LP/{functions → _functions}/__init__.py +0 -0
  27. /corelp/modules/test_LP/{functions → _functions}/__template__.py +0 -0
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__":
@@ -108,7 +108,7 @@ def linkproperty(link):
108
108
  def getter(self):
109
109
  obj = getattr(self, link) if isinstance(link, str) else link
110
110
  if obj is None : # If link failed, uses default _attribut
111
- return getattr(self, attribut, None)
111
+ return getattr(self, f'_{attribut}', None)
112
112
  else :
113
113
  obj_attribut = func(self)
114
114
  return getattr(obj, f'{obj_attribut}')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: corelp
3
- Version: 1.0.45
3
+ Version: 1.0.47
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,58 +1,57 @@
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
- corelp/modules/Path_LP/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- corelp/modules/Path_LP/functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
5
+ corelp/modules/Path_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ corelp/modules/Path_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
6
7
  corelp/modules/Path_LP/test_Path.py,sha256=E4m0n4aEaS0_KCNNpOxqnCQpiapHv3uAIaJSWwXpSY0,708
7
8
  corelp/modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
9
  corelp/modules/debug_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
+ corelp/modules/debug_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ corelp/modules/debug_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
9
12
  corelp/modules/debug_LP/debug.py,sha256=Mkn3WPTkaKSXdfmY8ioEwu4OXQqiDoM2Akhbz62Nnis,1623
10
- corelp/modules/debug_LP/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- corelp/modules/debug_LP/functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
12
13
  corelp/modules/debug_LP/test_debug.py,sha256=FIDfwO-OAwflEQ5y2djQNUh_-BcxgQDm9jPLvaUdzDo,716
13
14
  corelp/modules/folder_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
+ corelp/modules/folder_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ corelp/modules/folder_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
14
17
  corelp/modules/folder_LP/folder.py,sha256=Wd5gaT0oX1rWpXPUcHTVIPQjNPD-IPWPEcGSgetPl1U,2497
15
- corelp/modules/folder_LP/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- corelp/modules/folder_LP/functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
17
18
  corelp/modules/folder_LP/test_folder.py,sha256=zccBcsE10dTQLnCX7tK-Fa2n3F_JzmyzSkQVAXz50yw,928
18
19
  corelp/modules/getmodule_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
- corelp/modules/getmodule_LP/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
- corelp/modules/getmodule_LP/functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
20
+ corelp/modules/getmodule_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
+ corelp/modules/getmodule_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
21
22
  corelp/modules/getmodule_LP/getmodule.py,sha256=ARzkxe0QARMoSUcLyvNyaFgYeixZsdFAJ5xtuXiL4gA,2101
22
23
  corelp/modules/icon_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
- corelp/modules/icon_LP/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
- corelp/modules/icon_LP/functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
24
+ corelp/modules/icon_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
+ corelp/modules/icon_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
25
26
  corelp/modules/icon_LP/icon.py,sha256=qHOeyWG8TdlKwLtQznKL0O-7fC9ZTGU9SaLAfXoaGi0,778
26
27
  corelp/modules/icon_LP/test_icon.py,sha256=oLhV_PsPGCTMiLa93h3jwrC0QXbFVasDAaYYeVdf8iI,1447
27
28
  corelp/modules/kwargsself_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
- corelp/modules/kwargsself_LP/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
- corelp/modules/kwargsself_LP/functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
29
+ corelp/modules/kwargsself_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
+ corelp/modules/kwargsself_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
30
31
  corelp/modules/kwargsself_LP/kwargsself.py,sha256=24HVn1G7ALdhQFSLT0U2dVjVzop6c2s-nr7DrMK53iw,1865
31
32
  corelp/modules/kwargsself_LP/test_kwargsself.py,sha256=BaqGu0bqFuFemiYUEDMviFfegTb0aF6lmeFm3KJa8sw,1241
32
33
  corelp/modules/prop_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
- corelp/modules/prop_LP/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
- corelp/modules/prop_LP/functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
35
- corelp/modules/prop_LP/prop.py,sha256=lfsENmjg65mpXxt9V9n3Nn__wHgNJA61l8_UXBKn1lc,3999
34
+ corelp/modules/prop_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
35
+ corelp/modules/prop_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
36
+ corelp/modules/prop_LP/prop.py,sha256=baFMQoFKbDegvt3NQnykIp1BjZwCMP5O5Vj4ACviyOg,4005
36
37
  corelp/modules/prop_LP/test_prop.py,sha256=X5GJwIyik5Gzd6Z28h1kGdZzVVhb1D5FXTHXvXBbwfA,2302
37
38
  corelp/modules/rfrom_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- corelp/modules/rfrom_LP/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
- corelp/modules/rfrom_LP/functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
39
+ corelp/modules/rfrom_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
+ corelp/modules/rfrom_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
40
41
  corelp/modules/rfrom_LP/rfrom.py,sha256=f5-zPUUxlxInnaBM_WMuAaSMjdaoyOjsn5WbpLIfSVk,1690
41
42
  corelp/modules/rfrom_LP/test_rfrom.py,sha256=Sq9FeWnzpItiT8RGh6CzCdMnoZm4e2-dbkTs6dW2XPY,666
42
43
  corelp/modules/selfkwargs_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
43
- corelp/modules/selfkwargs_LP/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
- corelp/modules/selfkwargs_LP/functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
44
+ corelp/modules/selfkwargs_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
45
+ corelp/modules/selfkwargs_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
45
46
  corelp/modules/selfkwargs_LP/selfkwargs.py,sha256=7yWkpVQRwb2VnDPUGxREXjyVIn0n8RpptlP3lnP57wU,1203
46
47
  corelp/modules/selfkwargs_LP/test_selfkwargs.py,sha256=Ex-y60W9oD1OUtDlRvyxn-Wlq1l3JmIJY0Iot2uGQbY,826
47
48
  corelp/modules/test_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
48
- corelp/modules/test_LP/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
49
- corelp/modules/test_LP/functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
49
+ corelp/modules/test_LP/_functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
50
+ corelp/modules/test_LP/_functions/__template__.py,sha256=pTGY1L6GD6uNbMyPDTzszhu06hF08FM6EM1D3ljCU9A,241
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.47.dist-info/WHEEL,sha256=fAguSjoiATBe7TNBkJwOjyL1Tt4wwiaQGtNtjRPNMQA,80
56
+ corelp-1.0.47.dist-info/METADATA,sha256=PfK38BkSKbCbzutHkqpmMPr7AxEkZfg0r9bFKrDd2gk,1656
57
+ corelp-1.0.47.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: uv 0.9.26
2
+ Generator: uv 0.9.28
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
File without changes