corelp 1.0.18__py3-none-any.whl → 1.0.20__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.
@@ -174,8 +174,12 @@ def main() :
174
174
  # Bulk processing
175
175
  results = {} # {export_subfolder : fucntion result}
176
176
  for import_subfolder, export_subfolder in subfolders.items() :
177
- impath = ipath / import_subfolder
178
- expath = epath / export_subfolder
177
+ if ipath != "None" :
178
+ impath = ipath / import_subfolder
179
+ exec_globals["import_path"] = impath
180
+ if epath != "None" :
181
+ expath = epath / export_subfolder
182
+ exec_globals["export_path"] = expath
179
183
 
180
184
  # Create export subfolder
181
185
  if not expath.exists() :
@@ -186,10 +190,6 @@ def main() :
186
190
  wrapper.section.path = expath
187
191
  wrapper.section.new = _new
188
192
 
189
- # Define import_path and export_path in function's globals
190
- exec_globals["import_path"] = impath
191
- exec_globals["export_path"] = expath
192
-
193
193
  #Applying function
194
194
  print("\n---\n")
195
195
  subfolder_string = f"{export_subfolder }" if export_subfolder != "" else ""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: corelp
3
- Version: 1.0.18
3
+ Version: 1.0.20
4
4
  Summary: A library that gathers core functions for python programming.
5
5
  Requires-Dist: corelp
6
6
  Requires-Dist: ipykernel
@@ -19,7 +19,7 @@ corelp/modules/kwargsself_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
19
19
  corelp/modules/kwargsself_LP/kwargsself.py,sha256=24HVn1G7ALdhQFSLT0U2dVjVzop6c2s-nr7DrMK53iw,1865
20
20
  corelp/modules/kwargsself_LP/test_kwargsself.py,sha256=BaqGu0bqFuFemiYUEDMviFfegTb0aF6lmeFm3KJa8sw,1241
21
21
  corelp/modules/main_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
- corelp/modules/main_LP/main.py,sha256=gZYwz1n61iknMOtPMLUFi-CSY8koHj_F6ULIJWMim1I,9273
22
+ corelp/modules/main_LP/main.py,sha256=0Iz11u-euk7koo0BFM0x-br_UtA2Krz3u9TAmaRHkwI,9287
23
23
  corelp/modules/main_LP/test_main.py,sha256=mxL645pZdkJ8J5MFdj0K-z8xRCGKQ0zw1NvmW3iPGB4,1741
24
24
  corelp/modules/print_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
25
  corelp/modules/print_LP/print.py,sha256=7TYjAGypT_TI0UHmL9F8zPL7gjFfJn2DnCpx0cu4IGM,8565
@@ -43,6 +43,6 @@ corelp/modules.json,sha256=ZQ8BMU8X2u71wfVj_AufwOoJUPdaxU_AHn7Ohbkp-Pc,3122
43
43
  corelp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
44
  corelp/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
45
45
  corelp/scripts.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
46
- corelp-1.0.18.dist-info/WHEEL,sha256=NHRAbdxxzyL9K3IO2LjmlNqKSyPZnKv2BD16YYVKo18,79
47
- corelp-1.0.18.dist-info/METADATA,sha256=lcSBWjBvuIqvnSLZ4lOvidW6P3ukdjMiXSoqxTnEQJE,1949
48
- corelp-1.0.18.dist-info/RECORD,,
46
+ corelp-1.0.20.dist-info/WHEEL,sha256=Pi5uDq5Fdo_Rr-HD5h9BiPn9Et29Y9Sh8NhcJNnFU1c,79
47
+ corelp-1.0.20.dist-info/METADATA,sha256=a0DJ_L17-3hiGQe1oZT5ymG2kO4EcIb3LlvLssoUTYM,1949
48
+ corelp-1.0.20.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: uv 0.8.14
2
+ Generator: uv 0.8.17
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any