pypipr 1.0.107__py3-none-any.whl → 1.0.108__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.
- pypipr/__init__.py +67 -67
- pypipr/{iflow/auto_reload.py → auto_reload.py} +3 -3
- pypipr/{iengineering/batchmaker.py → batchmaker.py} +1 -1
- pypipr/{iconsole/choices.py → choices.py} +2 -2
- pypipr/{ibuiltins/create_folder.py → create_folder.py} +0 -6
- pypipr/{ibuiltins/datetime_now.py → datetime_now.py} +0 -5
- pypipr/{iflow/github_pull.py → github_pull.py} +1 -5
- pypipr/{iflow/github_push.py → github_push.py} +3 -3
- pypipr/{iflow/github_user.py → github_user.py} +1 -1
- pypipr/{ifunctions/ienv.py → ienv.py} +2 -2
- pypipr/{ifunctions/ijoin.py → ijoin.py} +3 -3
- pypipr/{iconsole/input_char.py → input_char.py} +2 -2
- pypipr/{ifunctions/iopen.py → iopen.py} +2 -2
- pypipr/{ifunctions/iprint.py → iprint.py} +1 -1
- pypipr/{ifunctions/irange.py → irange.py} +2 -2
- pypipr/{iflow/pip_freeze_without_version.py → pip_freeze_without_version.py} +4 -4
- pypipr/{iflow/poetry_publish.py → poetry_publish.py} +1 -1
- pypipr/{iflow/poetry_update_version.py → poetry_update_version.py} +1 -1
- pypipr/{iconsole/print_dir.py → print_dir.py} +1 -1
- {pypipr-1.0.107.dist-info → pypipr-1.0.108.dist-info}/METADATA +859 -865
- pypipr-1.0.108.dist-info/RECORD +73 -0
- pypipr/ibuiltins/__init__.py +0 -0
- pypipr/iconsole/__init__.py +0 -0
- pypipr/idjango/__init__.py +0 -0
- pypipr/iengineering/__init__.py +0 -0
- pypipr/ifunctions/__init__.py +0 -0
- pypipr/ifunctions/irange.py.bak +0 -81
- pypipr/pypipr.py.bak +0 -37
- pypipr-1.0.107.dist-info/RECORD +0 -80
- /pypipr/{idjango/APIMixinView.py → APIMixinView.py} +0 -0
- /pypipr/{ibuiltins/ComparePerformance.py → ComparePerformance.py} +0 -0
- /pypipr/{ibuiltins/LINUX.py → LINUX.py} +0 -0
- /pypipr/{iengineering/PintUreg.py → PintUreg.py} +0 -0
- /pypipr/{iengineering/PintUregQuantity.py → PintUregQuantity.py} +0 -0
- /pypipr/{ibuiltins/RunParallel.py → RunParallel.py} +0 -0
- /pypipr/{ibuiltins/WINDOWS.py → WINDOWS.py} +0 -0
- /pypipr/{terminal.py → __terminal__.py} +0 -0
- /pypipr/{ibuiltins/avg.py → avg.py} +0 -0
- /pypipr/{ibuiltins/basename.py → basename.py} +0 -0
- /pypipr/{iengineering/batch_calculate.py → batch_calculate.py} +0 -0
- /pypipr/{iengineering/calculate.py → calculate.py} +0 -0
- /pypipr/{ibuiltins/chr_to_int.py → chr_to_int.py} +0 -0
- /pypipr/{ibuiltins/chunk_array.py → chunk_array.py} +0 -0
- /pypipr/{iconsole/console_run.py → console_run.py} +0 -0
- /pypipr/{ibuiltins/datetime_from_string.py → datetime_from_string.py} +0 -0
- /pypipr/{ibuiltins/dict_first.py → dict_first.py} +0 -0
- /pypipr/{ibuiltins/dirname.py → dirname.py} +0 -0
- /pypipr/{ibuiltins/exit_if_empty.py → exit_if_empty.py} +0 -0
- /pypipr/{ibuiltins/filter_empty.py → filter_empty.py} +0 -0
- /pypipr/{ibuiltins/get_by_index.py → get_by_index.py} +0 -0
- /pypipr/{ibuiltins/get_class_method.py → get_class_method.py} +0 -0
- /pypipr/{ibuiltins/get_filemtime.py → get_filemtime.py} +0 -0
- /pypipr/{ibuiltins/get_filesize.py → get_filesize.py} +0 -0
- /pypipr/{ifunctions/iargv.py → iargv.py} +0 -0
- /pypipr/{ifunctions/idumps.py → idumps.py} +0 -0
- /pypipr/{ifunctions/idumps_html.py → idumps_html.py} +0 -0
- /pypipr/{ifunctions/iexec.py → iexec.py} +0 -0
- /pypipr/{ifunctions/iloads.py → iloads.py} +0 -0
- /pypipr/{ifunctions/iloads_html.py → iloads_html.py} +0 -0
- /pypipr/{ibuiltins/int_to_chr.py → int_to_chr.py} +0 -0
- /pypipr/{ifunctions/ireplace.py → ireplace.py} +0 -0
- /pypipr/{ibuiltins/is_empty.py → is_empty.py} +0 -0
- /pypipr/{ibuiltins/is_iterable.py → is_iterable.py} +0 -0
- /pypipr/{ibuiltins/is_valid_url.py → is_valid_url.py} +0 -0
- /pypipr/{ifunctions/iscandir.py → iscandir.py} +0 -0
- /pypipr/{ifunctions/isplit.py → isplit.py} +0 -0
- /pypipr/{ifunctions/ivars.py → ivars.py} +0 -0
- /pypipr/{iconsole/log.py → log.py} +0 -0
- /pypipr/{ibuiltins/password_generator.py → password_generator.py} +0 -0
- /pypipr/{iconsole/print_colorize.py → print_colorize.py} +0 -0
- /pypipr/{iconsole/print_log.py → print_log.py} +0 -0
- /pypipr/{iconsole/print_to_last_line.py → print_to_last_line.py} +0 -0
- /pypipr/{ibuiltins/random_bool.py → random_bool.py} +0 -0
- /pypipr/{ibuiltins/restart.py → restart.py} +0 -0
- /pypipr/{ibuiltins/set_timeout.py → set_timeout.py} +0 -0
- /pypipr/{ibuiltins/sets_ordered.py → sets_ordered.py} +0 -0
- /pypipr/{ibuiltins/str_cmp.py → str_cmp.py} +0 -0
- /pypipr/{iconsole/text_colorize.py → text_colorize.py} +0 -0
- /pypipr/{ibuiltins/to_str.py → to_str.py} +0 -0
- {pypipr-1.0.107.dist-info → pypipr-1.0.108.dist-info}/WHEEL +0 -0
- {pypipr-1.0.107.dist-info → pypipr-1.0.108.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,73 @@
|
|
1
|
+
pypipr/APIMixinView.py,sha256=ECROEfZpGcojFq1gMWaMLkF5jeft5dnR_5zO1b2RdNw,1093
|
2
|
+
pypipr/ComparePerformance.py,sha256=fCATdlDgmgiz7QkQNLDMF9VweicesjOaTtfQeBRr64U,2229
|
3
|
+
pypipr/LINUX.py,sha256=p8OJwS9GCs50pz2UlcbUooPWSZgWmLI67PjcnzDTSWI,100
|
4
|
+
pypipr/PintUreg.py,sha256=_jmHZhUn8AcgFkXvZ6OTsWnjtp-CYcXUJ-dG_QdcARY,222
|
5
|
+
pypipr/PintUregQuantity.py,sha256=ErSZKB-GHShi1zKac30XgFdBwAUrxMo80IQzIjQ2HVc,118
|
6
|
+
pypipr/RunParallel.py,sha256=BnMasZTnr2gUVVy9dOXePlL_-ud2rWkVPFL2i-sN7rg,7358
|
7
|
+
pypipr/WINDOWS.py,sha256=D-qiViq9LWTCaTefJhbxt-7Z2ty8ll7-DZ5NPFitT94,105
|
8
|
+
pypipr/__init__.py,sha256=s4rjNyzo6yk4ElhuCbSRy_hR1Vn3qLXd3JcLgXf_4rc,2827
|
9
|
+
pypipr/__terminal__.py,sha256=4w-2p_Rudm_dNdfG-rkO24heVgKLrve4xVXiRpWxVcc,1800
|
10
|
+
pypipr/auto_reload.py,sha256=wRCI7KAQL78SSNtcSBaPWvR1ytYh-AY43HyQqjDgdLU,935
|
11
|
+
pypipr/avg.py,sha256=wUtX3x8dgLoODhQLyMB-HRMVo8Ha2yz3cp7lgcUNbr0,218
|
12
|
+
pypipr/basename.py,sha256=nypVfls6YL_7sY-MYHDcatm5flpBpGj2aMlIOKG9YqE,194
|
13
|
+
pypipr/batch_calculate.py,sha256=rHDXHvzxqKdQlusb6L8mTn27nfadCJMkud9LtGgRNIU,836
|
14
|
+
pypipr/batchmaker.py,sha256=pYvCUanPqQzsgGGg1VizMC-HUCZzR7VPGs5feSgBxKM,1278
|
15
|
+
pypipr/calculate.py,sha256=wzEbP8V1haM-JeIz85fBAuT2mgPc7uxQZ7wEuSUEXLc,805
|
16
|
+
pypipr/choices.py,sha256=hjVToqAIeMoMfL3kJxOERAicEVsQyUGwzbnorhLdMA4,1664
|
17
|
+
pypipr/chr_to_int.py,sha256=LoSpKazhnMzO2HBAfNrRTehJe3Gobt_P4M07xIQy6Ko,714
|
18
|
+
pypipr/chunk_array.py,sha256=aodjp-daihl-Xd8kPqcpHZICZub7Jx0QBqyoF0bd0dY,385
|
19
|
+
pypipr/console_run.py,sha256=vCJqDa1rExisqaFLNeWM-hnuXHfUfiYcyNAOJjldOHs,525
|
20
|
+
pypipr/create_folder.py,sha256=0G78lY4Zig25Tlz5ky3kMNQxd6wL8Fjo2n8ZlgxtRwE,383
|
21
|
+
pypipr/datetime_from_string.py,sha256=-GJ_QHD1feUMX0o8nwCPHGflDPXr84ovN4Awnk1T9r8,466
|
22
|
+
pypipr/datetime_now.py,sha256=YEaatUOp0KBWYRhOFnxnVW0X7C1XEx3dpdBEn5Vwy9w,379
|
23
|
+
pypipr/dict_first.py,sha256=X_pSaY0DLGZJSR2zJBa17yqbwAFLJrVpzb2gxR5wzZg,377
|
24
|
+
pypipr/dirname.py,sha256=rG3Y7EdOiY4gQo-BoYE_0C4XFKz3U9A1Ly4D28YaMDY,229
|
25
|
+
pypipr/exit_if_empty.py,sha256=2qUqmYPSkr1NtKPqIN7BAc-WGtcmPPAw8AdO8HirOv8,321
|
26
|
+
pypipr/filter_empty.py,sha256=wJH15cR-bz-pgtWvgkduWpUbIxG7d0R36u_ZGCDfQSI,543
|
27
|
+
pypipr/get_by_index.py,sha256=wCJa8su5QZyZPA4UfEvR2nSEir0NfXcU0pxx2Lzpux8,335
|
28
|
+
pypipr/get_class_method.py,sha256=RThCReUbF0uAlU-n5u0ELuP5yUbFqcKFfShswh7mgqc,639
|
29
|
+
pypipr/get_filemtime.py,sha256=e8Glf4p9PJcL2yU8ZbrKOHYB-puaSNQsTS6Qhgp9F9s,227
|
30
|
+
pypipr/get_filesize.py,sha256=2RCjrdZvaBDCdessFj-h7gLi13rPe6IXJXZcAoywWIA,196
|
31
|
+
pypipr/github_pull.py,sha256=RLECOHA0Ki1wy5FJ9wWeyOGxwPc9nKKuY4R06d1o70E,186
|
32
|
+
pypipr/github_push.py,sha256=8Gnn_A3ilU0NBnwEQdarc81L2dl1wPLNt604dV7ktuY,921
|
33
|
+
pypipr/github_user.py,sha256=3uPTKwzUjcVx0rNCrkVwE_Bftlr_0BRKtikiW9000gk,590
|
34
|
+
pypipr/iargv.py,sha256=PsKWNLeB7oH-CrUK5ut2R8_tNI0Ptcu0GKuZlgOAJPE,552
|
35
|
+
pypipr/idumps.py,sha256=-YMI6aZmRAMaiQOYXYDvuQLmJMCc4Z4tREEuuoVmFR4,748
|
36
|
+
pypipr/idumps_html.py,sha256=gKngmLaxGQRip3XEiWEK2TvsVkjYhizapS_Tscqn1Ts,1423
|
37
|
+
pypipr/ienv.py,sha256=DYFz_liUc4yYGKBqgVSLY0GBCsarfmRqVGsMjhTdRbc,657
|
38
|
+
pypipr/iexec.py,sha256=nK_WMRK2LnyZh9i7NpYii_bfDZUKfAsJ5PVf5ZrHuRo,465
|
39
|
+
pypipr/ijoin.py,sha256=2qi9Dx3t1ksZShC6a15FAJ-A8DnscohZxZFXwYM_x0g,2036
|
40
|
+
pypipr/iloads.py,sha256=eyvSgqDxOXzU5dcPDT8cbtGtUIfjogxOqeQfwIhc92Q,638
|
41
|
+
pypipr/iloads_html.py,sha256=gGGOwv0gHsWAMxxBxNGZL3jpXz9ycTiAbAbarFndckg,4146
|
42
|
+
pypipr/input_char.py,sha256=5GmpeWWn5eGeozvfX5A886vrtuEuextGjbbK5HAYeeE,1008
|
43
|
+
pypipr/int_to_chr.py,sha256=B-HnKziRQgDObsr2vMd2TnL3EkZAIMbK6fSY8b8r_dc,610
|
44
|
+
pypipr/iopen.py,sha256=y1cLJuML1_lb64UfavXw8RemxM_olJhwZnECbXdOmi8,2786
|
45
|
+
pypipr/iprint.py,sha256=5ekT7RzcTd8Lsb8IQ9JeFJmFl2V6OYFbiHECt9W4iWg,838
|
46
|
+
pypipr/irange.py,sha256=1ZUFO-zpsWGIZjW6tXsZbl6GuvHDAeKEj65BPyW_aSE,1133
|
47
|
+
pypipr/ireplace.py,sha256=RcVMXmbXH_cl4hXpTI5wnuzdPtkatpuZgYsZkfBLAJU,722
|
48
|
+
pypipr/is_empty.py,sha256=eqsH6ATuuOLVVSpIsV_8zTBBibPrWjESu9LCMAv8YyY,683
|
49
|
+
pypipr/is_iterable.py,sha256=VCzLfFZyQO5qF2wFTVbuZIxyf4BVkflWiRQaOjd9kFs,922
|
50
|
+
pypipr/is_valid_url.py,sha256=g72vv4_9Zy8dtT0i1JvToRX-mgCzojQCBVHdO1KDwqo,1008
|
51
|
+
pypipr/iscandir.py,sha256=U1zvRZrz--5Kge0JooQbY4kQN17bRt-8XR26ZFxUyoA,748
|
52
|
+
pypipr/isplit.py,sha256=N2BiA_wVnrENYwokSzvo0CAiQWk3g7AnwuWFIUgevNM,383
|
53
|
+
pypipr/ivars.py,sha256=CM9HFjF9qLg9Bn385CZXLtTALCt_pxhEOEueTm1uNDM,899
|
54
|
+
pypipr/log.py,sha256=aQ9DeFG03xIAUQYR4TiBdh80M6WvxDtNDTSjpKOSXHk,1041
|
55
|
+
pypipr/password_generator.py,sha256=NnFAYkAr6kZiED4JZIJ15_VeGWSpBCCy9rSA5Re_CW4,496
|
56
|
+
pypipr/pip_freeze_without_version.py,sha256=s-sJAtyI9Rdmsaw0dR8YB6cMkJ8bZRArqGrbajiaEJQ,794
|
57
|
+
pypipr/poetry_publish.py,sha256=xMEUaTgEphWxbEjxMZU4HYgW2NkhlFsKy9kI5NKWvBc,399
|
58
|
+
pypipr/poetry_update_version.py,sha256=dE-g8OTxzMGT_PC54TJ8UXmRBfCtNNbN6JGfDrvWGuE,612
|
59
|
+
pypipr/print_colorize.py,sha256=Ld4cjI9E7C8NDLCOkJLtwiV7WYBjizJ6dvmE__lN2GY,541
|
60
|
+
pypipr/print_dir.py,sha256=kO-YruOQ_gCaN7gsSXfcTbufWqAqtRemW8KrUqIijC8,919
|
61
|
+
pypipr/print_log.py,sha256=Oct2xfcMv_8iK2ySioQYrtlTYou6Cd671PqgPL9IGUE,282
|
62
|
+
pypipr/print_to_last_line.py,sha256=sggQngYMHH9P3cQO2m9Z5n7d_lin2CzDawWmokbrvXo,914
|
63
|
+
pypipr/random_bool.py,sha256=99kM1fy7figeG5mZhbPzQ3FFzV47Jxg1aPImF78298E,405
|
64
|
+
pypipr/restart.py,sha256=yFqjvFAEtmEnv1wUubyW7sgIKUFqO441R9T1D3GSIFk,114
|
65
|
+
pypipr/set_timeout.py,sha256=heg1J3jSArgG5_75BNLrujjh7I9meTyAzHpuAY_4IBc,698
|
66
|
+
pypipr/sets_ordered.py,sha256=ve2Nc1eNYD_7QaTf_4otEAvzL1XpZP2MjX0KHSXF5nA,325
|
67
|
+
pypipr/str_cmp.py,sha256=2kavWiT4VTddXcBotF1CxDOWSygk5rFrbllKxBjw9dc,377
|
68
|
+
pypipr/text_colorize.py,sha256=IVjaCnXBSBu4Rh8pTO3CxDvxpA265HVwyKX_-PRXCcI,396
|
69
|
+
pypipr/to_str.py,sha256=vSuspf-ZQldf4enkssa9XH0WMjkmWug51G9ia0K5occ,597
|
70
|
+
pypipr-1.0.108.dist-info/METADATA,sha256=3WcuiCNNd6maQgwAyKTyLZHbojdMaYbl3qZKNxAFMbc,49957
|
71
|
+
pypipr-1.0.108.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
72
|
+
pypipr-1.0.108.dist-info/entry_points.txt,sha256=ikcrTRCn3jaySem1mM9uhYEPDq2PVOs48CyEqLUkY38,47
|
73
|
+
pypipr-1.0.108.dist-info/RECORD,,
|
pypipr/ibuiltins/__init__.py
DELETED
File without changes
|
pypipr/iconsole/__init__.py
DELETED
File without changes
|
pypipr/idjango/__init__.py
DELETED
File without changes
|
pypipr/iengineering/__init__.py
DELETED
File without changes
|
pypipr/ifunctions/__init__.py
DELETED
File without changes
|
pypipr/ifunctions/irange.py.bak
DELETED
@@ -1,81 +0,0 @@
|
|
1
|
-
from ..ibuiltins.is_empty import is_empty
|
2
|
-
|
3
|
-
|
4
|
-
def irange(start, finish, step=1):
|
5
|
-
"""
|
6
|
-
Meningkatkan fungsi range() dari python untuk pengulangan menggunakan huruf
|
7
|
-
|
8
|
-
```python
|
9
|
-
print(irange('a', 'c'))
|
10
|
-
print(irange('z', 'a', 10))
|
11
|
-
print(list(irange('a', 'z', 10)))
|
12
|
-
print(list(irange(1, '7')))
|
13
|
-
print(list(irange(10, 5)))
|
14
|
-
```
|
15
|
-
"""
|
16
|
-
|
17
|
-
def casting_class():
|
18
|
-
start_int = isinstance(start, int)
|
19
|
-
finish_int = isinstance(finish, int)
|
20
|
-
start_str = isinstance(start, str)
|
21
|
-
finish_str = isinstance(finish, str)
|
22
|
-
start_numeric = start.isnumeric() if start_str else False
|
23
|
-
finish_numeric = finish.isnumeric() if finish_str else False
|
24
|
-
|
25
|
-
if start_numeric and finish_numeric:
|
26
|
-
# irange("1", "5")
|
27
|
-
return (int, str)
|
28
|
-
|
29
|
-
if (start_numeric or start_int) and (finish_numeric or finish_int):
|
30
|
-
# irange("1", "5")
|
31
|
-
# irange("1", 5)
|
32
|
-
# irange(1, "5")
|
33
|
-
# irange(1, 5)
|
34
|
-
return (int, int)
|
35
|
-
|
36
|
-
if start_str and finish_str:
|
37
|
-
# irange("a", "z")
|
38
|
-
# irange("p", "g")
|
39
|
-
return (ord, chr)
|
40
|
-
|
41
|
-
"""
|
42
|
-
kedua if dibawah ini sudah bisa berjalan secara logika, tetapi
|
43
|
-
perlu dimanipulasi supaya variabel start dan finish bisa diubah.
|
44
|
-
"""
|
45
|
-
# irange(1, 'a') -> irange('1', 'a')
|
46
|
-
# irange(1, '5') -> irange(1, 5)
|
47
|
-
# irange('1', 5) -> irange(1, 5)
|
48
|
-
# irange('a', 5) -> irange('a', '5')
|
49
|
-
#
|
50
|
-
# if start_str and finish_int:
|
51
|
-
# # irange("a", 5) -> irange("a", "5")
|
52
|
-
# finish = str(finish)
|
53
|
-
# return (ord, chr)
|
54
|
-
#
|
55
|
-
# if start_int and finish_str:
|
56
|
-
# # irange(1, "g") -> irange("1", "g")
|
57
|
-
# start = str(start)
|
58
|
-
# return (ord, chr)
|
59
|
-
|
60
|
-
raise Exception(f"[{start} - {finish}] tidak dapat diidentifikasi kesamaannya")
|
61
|
-
|
62
|
-
counter_class, converter_class = casting_class()
|
63
|
-
start = counter_class(start)
|
64
|
-
finish = counter_class(finish)
|
65
|
-
|
66
|
-
step = 1 if is_empty(step) else int(step)
|
67
|
-
|
68
|
-
faktor = 1 if finish > start else -1
|
69
|
-
step *= faktor
|
70
|
-
finish += faktor
|
71
|
-
|
72
|
-
for i in range(start, finish, step):
|
73
|
-
yield converter_class(i)
|
74
|
-
|
75
|
-
|
76
|
-
if __name__ == "__main__":
|
77
|
-
from .iargv import iargv
|
78
|
-
from .iprint import iprint
|
79
|
-
|
80
|
-
if (s := iargv(1)) and (f := iargv(2)):
|
81
|
-
iprint(irange(s, t))
|
pypipr/pypipr.py.bak
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
import os
|
2
|
-
from pypipr import iscandir, ijoin
|
3
|
-
|
4
|
-
def main():
|
5
|
-
"""
|
6
|
-
Program utama
|
7
|
-
"""
|
8
|
-
|
9
|
-
# Ambil folder dari file script
|
10
|
-
script_folder = os.path.dirname(os.path.realpath(__file__))
|
11
|
-
|
12
|
-
# Ambil semua file Python di dalam folder dan subfolder secara recursive
|
13
|
-
files = [
|
14
|
-
os.path.join(dirpath, filename)
|
15
|
-
for dirpath, dirnames, filenames in os.walk(script_folder)
|
16
|
-
for filename in filenames
|
17
|
-
if filename.endswith(".py") and filename != "__init__.py"
|
18
|
-
]
|
19
|
-
|
20
|
-
# Urutkan daftar file berdasarkan nama file
|
21
|
-
files.sort(key=lambda x: os.path.basename(x))
|
22
|
-
|
23
|
-
# Print semua nama file dengan nomor urut
|
24
|
-
for i, file in enumerate(files):
|
25
|
-
filename = os.path.splitext(os.path.basename(file))[0]
|
26
|
-
print(f"{i}. {filename}")
|
27
|
-
|
28
|
-
# Minta input user berupa angka
|
29
|
-
input_user = int(input("Pilih file Python yang ingin dijalankan (0-N): "))
|
30
|
-
|
31
|
-
# Jalankan file Python yang dipilih
|
32
|
-
filename = files[input_user]
|
33
|
-
os.system(f"python {os.path.abspath(filename)}")
|
34
|
-
|
35
|
-
if __name__ == "__main__":
|
36
|
-
main()
|
37
|
-
|
pypipr-1.0.107.dist-info/RECORD
DELETED
@@ -1,80 +0,0 @@
|
|
1
|
-
pypipr/__init__.py,sha256=xF-QLYZ6yu0LyMnM8mXP1D_y4e6xqT2whzOqasu3Jfc,3488
|
2
|
-
pypipr/ibuiltins/ComparePerformance.py,sha256=fCATdlDgmgiz7QkQNLDMF9VweicesjOaTtfQeBRr64U,2229
|
3
|
-
pypipr/ibuiltins/LINUX.py,sha256=p8OJwS9GCs50pz2UlcbUooPWSZgWmLI67PjcnzDTSWI,100
|
4
|
-
pypipr/ibuiltins/RunParallel.py,sha256=BnMasZTnr2gUVVy9dOXePlL_-ud2rWkVPFL2i-sN7rg,7358
|
5
|
-
pypipr/ibuiltins/WINDOWS.py,sha256=D-qiViq9LWTCaTefJhbxt-7Z2ty8ll7-DZ5NPFitT94,105
|
6
|
-
pypipr/ibuiltins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
pypipr/ibuiltins/avg.py,sha256=wUtX3x8dgLoODhQLyMB-HRMVo8Ha2yz3cp7lgcUNbr0,218
|
8
|
-
pypipr/ibuiltins/basename.py,sha256=nypVfls6YL_7sY-MYHDcatm5flpBpGj2aMlIOKG9YqE,194
|
9
|
-
pypipr/ibuiltins/chr_to_int.py,sha256=LoSpKazhnMzO2HBAfNrRTehJe3Gobt_P4M07xIQy6Ko,714
|
10
|
-
pypipr/ibuiltins/chunk_array.py,sha256=aodjp-daihl-Xd8kPqcpHZICZub7Jx0QBqyoF0bd0dY,385
|
11
|
-
pypipr/ibuiltins/create_folder.py,sha256=pR1Oq0qM4imZ8lWaQez4kKwBxHblCxvDh7kQA_Q3-mc,500
|
12
|
-
pypipr/ibuiltins/datetime_from_string.py,sha256=-GJ_QHD1feUMX0o8nwCPHGflDPXr84ovN4Awnk1T9r8,466
|
13
|
-
pypipr/ibuiltins/datetime_now.py,sha256=b9BKYa-a97T_bDwPdhOO6NKE95HS1ClIdx_IsAfSLKw,476
|
14
|
-
pypipr/ibuiltins/dict_first.py,sha256=X_pSaY0DLGZJSR2zJBa17yqbwAFLJrVpzb2gxR5wzZg,377
|
15
|
-
pypipr/ibuiltins/dirname.py,sha256=rG3Y7EdOiY4gQo-BoYE_0C4XFKz3U9A1Ly4D28YaMDY,229
|
16
|
-
pypipr/ibuiltins/exit_if_empty.py,sha256=2qUqmYPSkr1NtKPqIN7BAc-WGtcmPPAw8AdO8HirOv8,321
|
17
|
-
pypipr/ibuiltins/filter_empty.py,sha256=wJH15cR-bz-pgtWvgkduWpUbIxG7d0R36u_ZGCDfQSI,543
|
18
|
-
pypipr/ibuiltins/get_by_index.py,sha256=wCJa8su5QZyZPA4UfEvR2nSEir0NfXcU0pxx2Lzpux8,335
|
19
|
-
pypipr/ibuiltins/get_class_method.py,sha256=RThCReUbF0uAlU-n5u0ELuP5yUbFqcKFfShswh7mgqc,639
|
20
|
-
pypipr/ibuiltins/get_filemtime.py,sha256=e8Glf4p9PJcL2yU8ZbrKOHYB-puaSNQsTS6Qhgp9F9s,227
|
21
|
-
pypipr/ibuiltins/get_filesize.py,sha256=2RCjrdZvaBDCdessFj-h7gLi13rPe6IXJXZcAoywWIA,196
|
22
|
-
pypipr/ibuiltins/int_to_chr.py,sha256=B-HnKziRQgDObsr2vMd2TnL3EkZAIMbK6fSY8b8r_dc,610
|
23
|
-
pypipr/ibuiltins/is_empty.py,sha256=eqsH6ATuuOLVVSpIsV_8zTBBibPrWjESu9LCMAv8YyY,683
|
24
|
-
pypipr/ibuiltins/is_iterable.py,sha256=VCzLfFZyQO5qF2wFTVbuZIxyf4BVkflWiRQaOjd9kFs,922
|
25
|
-
pypipr/ibuiltins/is_valid_url.py,sha256=g72vv4_9Zy8dtT0i1JvToRX-mgCzojQCBVHdO1KDwqo,1008
|
26
|
-
pypipr/ibuiltins/password_generator.py,sha256=NnFAYkAr6kZiED4JZIJ15_VeGWSpBCCy9rSA5Re_CW4,496
|
27
|
-
pypipr/ibuiltins/random_bool.py,sha256=99kM1fy7figeG5mZhbPzQ3FFzV47Jxg1aPImF78298E,405
|
28
|
-
pypipr/ibuiltins/restart.py,sha256=yFqjvFAEtmEnv1wUubyW7sgIKUFqO441R9T1D3GSIFk,114
|
29
|
-
pypipr/ibuiltins/set_timeout.py,sha256=heg1J3jSArgG5_75BNLrujjh7I9meTyAzHpuAY_4IBc,698
|
30
|
-
pypipr/ibuiltins/sets_ordered.py,sha256=ve2Nc1eNYD_7QaTf_4otEAvzL1XpZP2MjX0KHSXF5nA,325
|
31
|
-
pypipr/ibuiltins/str_cmp.py,sha256=2kavWiT4VTddXcBotF1CxDOWSygk5rFrbllKxBjw9dc,377
|
32
|
-
pypipr/ibuiltins/to_str.py,sha256=vSuspf-ZQldf4enkssa9XH0WMjkmWug51G9ia0K5occ,597
|
33
|
-
pypipr/iconsole/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
34
|
-
pypipr/iconsole/choices.py,sha256=Yd_ioeS6XMyUNg-f73KbkWdXaCzzvJ6PE9QcntDpH7I,1686
|
35
|
-
pypipr/iconsole/console_run.py,sha256=vCJqDa1rExisqaFLNeWM-hnuXHfUfiYcyNAOJjldOHs,525
|
36
|
-
pypipr/iconsole/input_char.py,sha256=oiB3ZI-MH8obmMjyPxN-3nUjRZF-Uu5DKBdu9c2eP-Y,1030
|
37
|
-
pypipr/iconsole/log.py,sha256=aQ9DeFG03xIAUQYR4TiBdh80M6WvxDtNDTSjpKOSXHk,1041
|
38
|
-
pypipr/iconsole/print_colorize.py,sha256=Ld4cjI9E7C8NDLCOkJLtwiV7WYBjizJ6dvmE__lN2GY,541
|
39
|
-
pypipr/iconsole/print_dir.py,sha256=yCzy7ZF__euNIsf6AhzmI5bixyO-4m2OlKWOl37K3_8,930
|
40
|
-
pypipr/iconsole/print_log.py,sha256=Oct2xfcMv_8iK2ySioQYrtlTYou6Cd671PqgPL9IGUE,282
|
41
|
-
pypipr/iconsole/print_to_last_line.py,sha256=sggQngYMHH9P3cQO2m9Z5n7d_lin2CzDawWmokbrvXo,914
|
42
|
-
pypipr/iconsole/text_colorize.py,sha256=IVjaCnXBSBu4Rh8pTO3CxDvxpA265HVwyKX_-PRXCcI,396
|
43
|
-
pypipr/idjango/APIMixinView.py,sha256=ECROEfZpGcojFq1gMWaMLkF5jeft5dnR_5zO1b2RdNw,1093
|
44
|
-
pypipr/idjango/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
45
|
-
pypipr/iengineering/PintUreg.py,sha256=_jmHZhUn8AcgFkXvZ6OTsWnjtp-CYcXUJ-dG_QdcARY,222
|
46
|
-
pypipr/iengineering/PintUregQuantity.py,sha256=ErSZKB-GHShi1zKac30XgFdBwAUrxMo80IQzIjQ2HVc,118
|
47
|
-
pypipr/iengineering/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
48
|
-
pypipr/iengineering/batch_calculate.py,sha256=rHDXHvzxqKdQlusb6L8mTn27nfadCJMkud9LtGgRNIU,836
|
49
|
-
pypipr/iengineering/batchmaker.py,sha256=ohz3wuCu_o0Aga7fsFAKiMhGwZ8B0UtKnsd0fHcs3Ts,1290
|
50
|
-
pypipr/iengineering/calculate.py,sha256=wzEbP8V1haM-JeIz85fBAuT2mgPc7uxQZ7wEuSUEXLc,805
|
51
|
-
pypipr/iflow/auto_reload.py,sha256=KxgOwyhLR01gLMWmIpUHULpTXbG8fLM1sVxoZJYtTCI,966
|
52
|
-
pypipr/iflow/github_pull.py,sha256=ORoMehOoSNNrAjqB9TudvhKjZP5u2oaszhGctqHH3mM,243
|
53
|
-
pypipr/iflow/github_push.py,sha256=140pmM3Q_v3ZAXS7gSunbNykNLm7d84Ab2r5gwl8Wzo,951
|
54
|
-
pypipr/iflow/github_user.py,sha256=vP5dwiK8ETqEuQr5pCceYuDgD_l0e79tZOVpe3jLyy0,600
|
55
|
-
pypipr/iflow/pip_freeze_without_version.py,sha256=7R7WVs3bwedUhbJr1zFsMabfMYub5W59YwzqUFnRUMQ,839
|
56
|
-
pypipr/iflow/poetry_publish.py,sha256=2KxBOHTRgbf8R9Zqt6ys2Rx93S7TlPhlVJpz_7H3e-c,409
|
57
|
-
pypipr/iflow/poetry_update_version.py,sha256=GMmXSlr926GgKqqXb1ruOUYlsN1uZ7789YgSY18P_-Q,622
|
58
|
-
pypipr/ifunctions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
59
|
-
pypipr/ifunctions/iargv.py,sha256=PsKWNLeB7oH-CrUK5ut2R8_tNI0Ptcu0GKuZlgOAJPE,552
|
60
|
-
pypipr/ifunctions/idumps.py,sha256=-YMI6aZmRAMaiQOYXYDvuQLmJMCc4Z4tREEuuoVmFR4,748
|
61
|
-
pypipr/ifunctions/idumps_html.py,sha256=gKngmLaxGQRip3XEiWEK2TvsVkjYhizapS_Tscqn1Ts,1423
|
62
|
-
pypipr/ifunctions/ienv.py,sha256=-UadfUxrFAdkzoG3SGlJShJYbj9LHs0C3-niBDc_fhI,679
|
63
|
-
pypipr/ifunctions/iexec.py,sha256=nK_WMRK2LnyZh9i7NpYii_bfDZUKfAsJ5PVf5ZrHuRo,465
|
64
|
-
pypipr/ifunctions/ijoin.py,sha256=tgL-9UofF1gmRPzU6jCkd6X28EOzEUenlNi2cwZDOZk,2069
|
65
|
-
pypipr/ifunctions/iloads.py,sha256=eyvSgqDxOXzU5dcPDT8cbtGtUIfjogxOqeQfwIhc92Q,638
|
66
|
-
pypipr/ifunctions/iloads_html.py,sha256=gGGOwv0gHsWAMxxBxNGZL3jpXz9ycTiAbAbarFndckg,4146
|
67
|
-
pypipr/ifunctions/iopen.py,sha256=2nEJRSMwlWCIrLD59DKCnP-Sxy_bPUMV836GNRKNiCY,2808
|
68
|
-
pypipr/ifunctions/iprint.py,sha256=_YXD_h68Olgt-3DbtbseoOpsIB2E2RHuJgIunnJxSOY,849
|
69
|
-
pypipr/ifunctions/irange.py,sha256=9repPHDlppbnt-guBInyKWUWGDfVc1kUT880ZvgpGZ0,1155
|
70
|
-
pypipr/ifunctions/irange.py.bak,sha256=x51vzQ8aAbToJBZgCX32QgAjr7Vm_Zw1MdIwSA3tVsM,2407
|
71
|
-
pypipr/ifunctions/ireplace.py,sha256=RcVMXmbXH_cl4hXpTI5wnuzdPtkatpuZgYsZkfBLAJU,722
|
72
|
-
pypipr/ifunctions/iscandir.py,sha256=U1zvRZrz--5Kge0JooQbY4kQN17bRt-8XR26ZFxUyoA,748
|
73
|
-
pypipr/ifunctions/isplit.py,sha256=N2BiA_wVnrENYwokSzvo0CAiQWk3g7AnwuWFIUgevNM,383
|
74
|
-
pypipr/ifunctions/ivars.py,sha256=CM9HFjF9qLg9Bn385CZXLtTALCt_pxhEOEueTm1uNDM,899
|
75
|
-
pypipr/pypipr.py.bak,sha256=HF-ehQd6BY8hm9fRkQHravLNrJRlI5g_AzbCc3dbikQ,1061
|
76
|
-
pypipr/terminal.py,sha256=4w-2p_Rudm_dNdfG-rkO24heVgKLrve4xVXiRpWxVcc,1800
|
77
|
-
pypipr-1.0.107.dist-info/METADATA,sha256=NjfmckTxKm68EpMlEJ-CcLPOushYVhGBzJaeKwc8ZiQ,50763
|
78
|
-
pypipr-1.0.107.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
79
|
-
pypipr-1.0.107.dist-info/entry_points.txt,sha256=ikcrTRCn3jaySem1mM9uhYEPDq2PVOs48CyEqLUkY38,47
|
80
|
-
pypipr-1.0.107.dist-info/RECORD,,
|
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
|