corelp 1.0.45__tar.gz → 1.0.47__tar.gz
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-1.0.45 → corelp-1.0.47}/PKG-INFO +1 -1
- {corelp-1.0.45 → corelp-1.0.47}/pyproject.toml +1 -4
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/__init__.py +0 -25
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/prop_LP/prop.py +1 -1
- corelp-1.0.45/src/corelp/routines/__init__.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/README.md +0 -0
- {corelp-1.0.45/src/corelp/resources → corelp-1.0.47/src/corelp}/icon_pythonLP.png +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/Path_LP/Path.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/Path_LP/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/Path_LP/functions → corelp-1.0.47/src/corelp/modules/Path_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/Path_LP/functions → corelp-1.0.47/src/corelp/modules/Path_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/Path_LP/test_Path.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/__init__.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/debug_LP/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/debug_LP/functions → corelp-1.0.47/src/corelp/modules/debug_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/debug_LP/functions → corelp-1.0.47/src/corelp/modules/debug_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/debug_LP/debug.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/debug_LP/test_debug.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/folder_LP/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/folder_LP/functions → corelp-1.0.47/src/corelp/modules/folder_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/folder_LP/functions → corelp-1.0.47/src/corelp/modules/folder_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/folder_LP/folder.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/folder_LP/test_folder.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/getmodule_LP/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/getmodule_LP/functions → corelp-1.0.47/src/corelp/modules/getmodule_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/getmodule_LP/functions → corelp-1.0.47/src/corelp/modules/getmodule_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/getmodule_LP/getmodule.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/icon_LP/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/icon_LP/functions → corelp-1.0.47/src/corelp/modules/icon_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/icon_LP/functions → corelp-1.0.47/src/corelp/modules/icon_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/icon_LP/icon.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/icon_LP/test_icon.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/kwargsself_LP/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/kwargsself_LP/functions → corelp-1.0.47/src/corelp/modules/kwargsself_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/kwargsself_LP/functions → corelp-1.0.47/src/corelp/modules/kwargsself_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/kwargsself_LP/kwargsself.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/kwargsself_LP/test_kwargsself.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/prop_LP/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/prop_LP/functions → corelp-1.0.47/src/corelp/modules/prop_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/prop_LP/functions → corelp-1.0.47/src/corelp/modules/prop_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/prop_LP/test_prop.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/rfrom_LP/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/rfrom_LP/functions → corelp-1.0.47/src/corelp/modules/rfrom_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/rfrom_LP/functions → corelp-1.0.47/src/corelp/modules/rfrom_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/rfrom_LP/rfrom.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/rfrom_LP/test_rfrom.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/selfkwargs_LP/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/selfkwargs_LP/functions → corelp-1.0.47/src/corelp/modules/selfkwargs_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/selfkwargs_LP/functions → corelp-1.0.47/src/corelp/modules/selfkwargs_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/selfkwargs_LP/selfkwargs.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/selfkwargs_LP/test_selfkwargs.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/test_LP/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/test_LP/functions → corelp-1.0.47/src/corelp/modules/test_LP/_functions}/__init__.py +0 -0
- {corelp-1.0.45/src/corelp/modules/test_LP/functions → corelp-1.0.47/src/corelp/modules/test_LP/_functions}/__template__.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/test_LP/test.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/modules/test_LP/test_test.py +0 -0
- {corelp-1.0.45 → corelp-1.0.47}/src/corelp/py.typed +0 -0
- {corelp-1.0.45/src/corelp/resources → corelp-1.0.47/src/corelp/routines}/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "corelp"
|
|
3
|
-
version = "1.0.
|
|
3
|
+
version = "1.0.47"
|
|
4
4
|
description = "A library that gathers core functions for python programming."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.12"
|
|
@@ -19,6 +19,3 @@ anaconda = [ "ipykernel", "spyder-kernels",]
|
|
|
19
19
|
required-environments = [ "sys_platform == 'linux' and platform_machine == 'x86_64'", "sys_platform == 'win32' and (platform_machine == 'AMD64' or platform_machine == 'x86_64')",]
|
|
20
20
|
|
|
21
21
|
[tool.uv.sources]
|
|
22
|
-
|
|
23
|
-
[tool.setuptools.package-data]
|
|
24
|
-
coreLP = [ "resources/**",]
|
|
@@ -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}')
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|