corelp 1.0.37__py3-none-any.whl → 1.0.39__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 +17 -10
- corelp/modules/Path_LP/functions/__template__.py +19 -0
- corelp/modules/Path_LP/test_Path.py +1 -1
- corelp/modules/debug_LP/functions/__template__.py +19 -0
- corelp/modules/folder_LP/functions/__template__.py +19 -0
- corelp/modules/getmodule_LP/functions/__template__.py +19 -0
- corelp/modules/getmodule_LP/getmodule.py +16 -33
- corelp/modules/icon_LP/functions/__init__.py +0 -0
- corelp/modules/icon_LP/functions/__template__.py +19 -0
- corelp/modules/icon_LP/icon.py +46 -0
- corelp/modules/icon_LP/test_icon.py +79 -0
- corelp/modules/kwargsself_LP/functions/__init__.py +0 -0
- corelp/modules/kwargsself_LP/functions/__template__.py +19 -0
- corelp/modules/prop_LP/functions/__init__.py +0 -0
- corelp/modules/prop_LP/functions/__template__.py +19 -0
- corelp/modules/rfrom_LP/functions/__init__.py +0 -0
- corelp/modules/rfrom_LP/functions/__template__.py +19 -0
- corelp/modules/rfrom_LP/test_rfrom.py +1 -1
- corelp/modules/selfkwargs_LP/functions/__init__.py +0 -0
- corelp/modules/selfkwargs_LP/functions/__template__.py +19 -0
- corelp/modules/test_LP/functions/__init__.py +0 -0
- corelp/modules/test_LP/functions/__template__.py +19 -0
- corelp/routines/__init__.py +0 -0
- {corelp-1.0.37.dist-info → corelp-1.0.39.dist-info}/METADATA +1 -6
- corelp-1.0.39.dist-info/RECORD +57 -0
- {corelp-1.0.37.dist-info → corelp-1.0.39.dist-info}/WHEEL +2 -2
- corelp/modules/Section_LP/Section.py +0 -176
- corelp/modules/Section_LP/test_Section.py +0 -43
- corelp/modules/main_LP/main.py +0 -251
- corelp/modules/main_LP/test_main.py +0 -74
- corelp/modules/print_LP/print.py +0 -326
- corelp/modules/print_LP/test_print.py +0 -108
- corelp/modules/user_inputs_LP/test_user_inputs.py +0 -46
- corelp/modules/user_inputs_LP/user_inputs.py +0 -87
- corelp/modules.json +0 -80
- corelp/pythonLP.png:Zone.Identifier +0 -0
- corelp/scripts.json +0 -1
- corelp-1.0.37.dist-info/RECORD +0 -49
- /corelp/modules/{Section_LP → Path_LP/functions}/__init__.py +0 -0
- /corelp/modules/{main_LP → debug_LP/functions}/__init__.py +0 -0
- /corelp/modules/{print_LP → folder_LP/functions}/__init__.py +0 -0
- /corelp/modules/{user_inputs_LP → getmodule_LP/functions}/__init__.py +0 -0
- /corelp/{scripts → modules/icon_LP}/__init__.py +0 -0
corelp-1.0.37.dist-info/RECORD
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
corelp/__init__.py,sha256=JMGz_b8Xz6heIsLVRtZpfpZ1DMF_Vsi-Xw8l7pnqy6c,684
|
|
2
|
-
corelp/icon_pythonLP.png,sha256=pg386kYEKGspDDRbRF0alOmHXPEm0geMoYIPaxEfQ_o,3805
|
|
3
|
-
corelp/modules/Path_LP/Path.py,sha256=wfvO1DuewIUSEA9_g66O5nCEp95Pr5XM-yxaOOEimTs,2418
|
|
4
|
-
corelp/modules/Path_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
corelp/modules/Path_LP/test_Path.py,sha256=8VSn9VVbhc3EDxXpxQV18rnAq_T2a1uuoRFKdmsqX-I,715
|
|
6
|
-
corelp/modules/Section_LP/Section.py,sha256=0uqvqzuBd5qSoOBqqpx4mN7SZERMCOdZfAEMBsQL004,6098
|
|
7
|
-
corelp/modules/Section_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
corelp/modules/Section_LP/test_Section.py,sha256=zcrIbJueMDT90t0_M-RD40IWpkx4OT7Q52tE6HzbfIo,812
|
|
9
|
-
corelp/modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
|
-
corelp/modules/debug_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
corelp/modules/debug_LP/debug.py,sha256=Mkn3WPTkaKSXdfmY8ioEwu4OXQqiDoM2Akhbz62Nnis,1623
|
|
12
|
-
corelp/modules/debug_LP/test_debug.py,sha256=FIDfwO-OAwflEQ5y2djQNUh_-BcxgQDm9jPLvaUdzDo,716
|
|
13
|
-
corelp/modules/folder_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
|
-
corelp/modules/folder_LP/folder.py,sha256=Wd5gaT0oX1rWpXPUcHTVIPQjNPD-IPWPEcGSgetPl1U,2497
|
|
15
|
-
corelp/modules/folder_LP/test_folder.py,sha256=zccBcsE10dTQLnCX7tK-Fa2n3F_JzmyzSkQVAXz50yw,928
|
|
16
|
-
corelp/modules/getmodule_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
corelp/modules/getmodule_LP/getmodule.py,sha256=7I4ehsBtgfi-wUyiQ5eT07lc8FiUVN7Fbdm0pXLA5T4,2694
|
|
18
|
-
corelp/modules/kwargsself_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
|
-
corelp/modules/kwargsself_LP/kwargsself.py,sha256=24HVn1G7ALdhQFSLT0U2dVjVzop6c2s-nr7DrMK53iw,1865
|
|
20
|
-
corelp/modules/kwargsself_LP/test_kwargsself.py,sha256=BaqGu0bqFuFemiYUEDMviFfegTb0aF6lmeFm3KJa8sw,1241
|
|
21
|
-
corelp/modules/main_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
|
-
corelp/modules/main_LP/main.py,sha256=nbb35whCWI1fnjqCr_3QI1qDdEAVO8DHts39HnrguwY,10063
|
|
23
|
-
corelp/modules/main_LP/test_main.py,sha256=mxL645pZdkJ8J5MFdj0K-z8xRCGKQ0zw1NvmW3iPGB4,1741
|
|
24
|
-
corelp/modules/print_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
|
-
corelp/modules/print_LP/print.py,sha256=TXnxPc4bHf6zSaQkHJ-3iQNkERCG7hvb-tmCAgp94r0,8980
|
|
26
|
-
corelp/modules/print_LP/test_print.py,sha256=uMmCrnyIVSlZg_ZEOk2mr5zDlEpTN2KMq4jFu5p6n4I,2292
|
|
27
|
-
corelp/modules/prop_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
28
|
-
corelp/modules/prop_LP/prop.py,sha256=lfsENmjg65mpXxt9V9n3Nn__wHgNJA61l8_UXBKn1lc,3999
|
|
29
|
-
corelp/modules/prop_LP/test_prop.py,sha256=X5GJwIyik5Gzd6Z28h1kGdZzVVhb1D5FXTHXvXBbwfA,2302
|
|
30
|
-
corelp/modules/rfrom_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
31
|
-
corelp/modules/rfrom_LP/rfrom.py,sha256=f5-zPUUxlxInnaBM_WMuAaSMjdaoyOjsn5WbpLIfSVk,1690
|
|
32
|
-
corelp/modules/rfrom_LP/test_rfrom.py,sha256=e6Q-PmvsNT7CrZOjrjW_-xrLDYyfqfTkLwC6y0lhz9Q,673
|
|
33
|
-
corelp/modules/selfkwargs_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
|
-
corelp/modules/selfkwargs_LP/selfkwargs.py,sha256=7yWkpVQRwb2VnDPUGxREXjyVIn0n8RpptlP3lnP57wU,1203
|
|
35
|
-
corelp/modules/selfkwargs_LP/test_selfkwargs.py,sha256=Ex-y60W9oD1OUtDlRvyxn-Wlq1l3JmIJY0Iot2uGQbY,826
|
|
36
|
-
corelp/modules/test_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
37
|
-
corelp/modules/test_LP/test.py,sha256=KwAeIZWQ7pZX85J50q6qfB4HuJUgREu1ieB_byPqI2g,1361
|
|
38
|
-
corelp/modules/test_LP/test_test.py,sha256=sXI6G4OBnWXSqrfMy9QdabkYIvcD80EmnNcnQiXxcRI,605
|
|
39
|
-
corelp/modules/user_inputs_LP/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
40
|
-
corelp/modules/user_inputs_LP/test_user_inputs.py,sha256=-6YzBomJxIZSfnfbJPvnfgon3K5RTC3WQKNT4enpVH0,947
|
|
41
|
-
corelp/modules/user_inputs_LP/user_inputs.py,sha256=ochRTY892XwYANBRyP-kwR_-7S96AVF4fIhfe6P4t1c,2472
|
|
42
|
-
corelp/modules.json,sha256=ZQ8BMU8X2u71wfVj_AufwOoJUPdaxU_AHn7Ohbkp-Pc,3122
|
|
43
|
-
corelp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
44
|
-
corelp/pythonLP.png:Zone.Identifier,sha256=uVLSTPcBvE56fSHhroXGEYJOgFeaiYNsDLSbGTRGzP4,25
|
|
45
|
-
corelp/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
46
|
-
corelp/scripts.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
47
|
-
corelp-1.0.37.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
|
|
48
|
-
corelp-1.0.37.dist-info/METADATA,sha256=ML8PH0xON63YuMqExPNOgloYPM3jESPiLiaBiS8OWoQ,1823
|
|
49
|
-
corelp-1.0.37.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|