pypipr 1.0.131__tar.gz → 1.0.132__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.
- {pypipr-1.0.131 → pypipr-1.0.132}/PKG-INFO +138 -132
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/get_class_method.py +5 -8
- {pypipr-1.0.131 → pypipr-1.0.132}/pyproject.toml +1 -1
- {pypipr-1.0.131 → pypipr-1.0.132}/readme.md +137 -131
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/ComparePerformance.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/LINUX.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/PintUreg.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/PintUregQuantity.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/RunParallel.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/WINDOWS.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/__init__.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/__terminal__.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/auto_reload.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/avg.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/basename.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/batch_calculate.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/batchmaker.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/bin_to_int.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/calculate.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/choices.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/choices.py.bak +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/chr_to_int.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/chunk_array.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/console_run.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/create_folder.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/datetime_from_string.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/datetime_now.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/dict_first.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/dirname.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/exit_if_empty.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/filter_empty.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/get_by_index.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/get_filemtime.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/get_filesize.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/github_init.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/github_pull.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/github_push.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/github_user.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/hex_to_int.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/iargv.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/idir.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/idumps.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/idumps_html.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/ienumerate.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/ienv.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/iexec.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/ijoin.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/iloads.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/iloads_html.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/input_char.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/int_to_bin.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/int_to_chr.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/int_to_hex.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/int_to_int.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/int_to_oct.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/iopen.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/iprint.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/irange.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/ireplace.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/is_empty.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/is_iterable.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/is_valid_url.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/iscandir.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/isplit.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/ivars.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/log.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/oct_to_int.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/password_generator.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/pip_freeze_without_version.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/poetry_publish.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/poetry_update_version.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/print_colorize.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/print_dir.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/print_log.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/print_to_last_line.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/random_bool.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/restart.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/set_timeout.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/sets_ordered.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/sqlite_all_tables.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/str_cmp.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/text_colorize.py +0 -0
- {pypipr-1.0.131 → pypipr-1.0.132}/pypipr/to_str.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pypipr
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.132
|
4
4
|
Summary: The Python Package Index Project
|
5
5
|
Author: ufiapjj
|
6
6
|
Author-email: ufiapjj@gmail.com
|
@@ -248,8 +248,8 @@ iprint(irange("z", "a", 4))
|
|
248
248
|
|
249
249
|
Output:
|
250
250
|
```py
|
251
|
-
<generator object int_range at
|
252
|
-
<generator object int_range at
|
251
|
+
<generator object int_range at 0x7e513bf740>
|
252
|
+
<generator object int_range at 0x7e513bf740>
|
253
253
|
[13, 12, 11, 10, 9, 8, 7, 6]
|
254
254
|
[2, 5, 8]
|
255
255
|
[2, 5, 8]
|
@@ -281,7 +281,7 @@ print(list(batchmaker(s)))
|
|
281
281
|
|
282
282
|
Output:
|
283
283
|
```py
|
284
|
-
<generator object batchmaker at
|
284
|
+
<generator object batchmaker at 0x7e51445480>
|
285
285
|
['Urutan 1 dan 10 dan j dan Z saja.', 'Urutan 1 dan 10 dan j dan K saja.', 'Urutan 4 dan 10 dan j dan Z saja.', 'Urutan 4 dan 10 dan j dan K saja.']
|
286
286
|
```
|
287
287
|
|
@@ -335,7 +335,7 @@ print(list(batch_calculate("{1 10} m ** {1 3}")))
|
|
335
335
|
|
336
336
|
Output:
|
337
337
|
```py
|
338
|
-
<generator object batch_calculate at
|
338
|
+
<generator object batch_calculate at 0x7e5144e110>
|
339
339
|
[('1 m ** 1', <Quantity(1, 'meter')>), ('1 m ** 2', <Quantity(1, 'meter ** 2')>), ('2 m ** 1', <Quantity(2, 'meter')>), ('2 m ** 2', <Quantity(2, 'meter ** 2')>), ('3 m ** 1', <Quantity(3, 'meter')>), ('3 m ** 2', <Quantity(3, 'meter ** 2')>), ('4 m ** 1', <Quantity(4, 'meter')>), ('4 m ** 2', <Quantity(4, 'meter ** 2')>), ('5 m ** 1', <Quantity(5, 'meter')>), ('5 m ** 2', <Quantity(5, 'meter ** 2')>), ('6 m ** 1', <Quantity(6, 'meter')>), ('6 m ** 2', <Quantity(6, 'meter ** 2')>), ('7 m ** 1', <Quantity(7, 'meter')>), ('7 m ** 2', <Quantity(7, 'meter ** 2')>), ('8 m ** 1', <Quantity(8, 'meter')>), ('8 m ** 2', <Quantity(8, 'meter ** 2')>), ('9 m ** 1', <Quantity(9, 'meter')>), ('9 m ** 2', <Quantity(9, 'meter ** 2')>)]
|
340
340
|
```
|
341
341
|
|
@@ -441,7 +441,7 @@ print(list(chunk_array(arr, 5)))
|
|
441
441
|
|
442
442
|
Output:
|
443
443
|
```py
|
444
|
-
<generator object chunk_array at
|
444
|
+
<generator object chunk_array at 0x7e513bf840>
|
445
445
|
[[2, 3, 12, 3, 3], [42, 42, 1, 43, 2], [42, 41, 4, 24, 32], [42, 3, 12, 32, 42], [42]]
|
446
446
|
```
|
447
447
|
|
@@ -492,9 +492,9 @@ print(datetime_now("Etc/GMT+7"))
|
|
492
492
|
|
493
493
|
Output:
|
494
494
|
```py
|
495
|
-
2024-05-15 22:
|
496
|
-
2024-05-15 15:
|
497
|
-
2024-05-15 08:
|
495
|
+
2024-05-15 22:50:52.734070+07:00
|
496
|
+
2024-05-15 15:50:52.735542+00:00
|
497
|
+
2024-05-15 08:50:52.739140-07:00
|
498
498
|
```
|
499
499
|
|
500
500
|
## dict_first
|
@@ -600,7 +600,7 @@ iprint(filter_empty(var))
|
|
600
600
|
|
601
601
|
Output:
|
602
602
|
```py
|
603
|
-
<generator object filter_empty at
|
603
|
+
<generator object filter_empty at 0x7e5144de40>
|
604
604
|
[1, '0', True, {}, ['eee']]
|
605
605
|
```
|
606
606
|
|
@@ -623,7 +623,7 @@ None
|
|
623
623
|
|
624
624
|
## get_class_method
|
625
625
|
|
626
|
-
`get_class_method(
|
626
|
+
`get_class_method(cls)`
|
627
627
|
|
628
628
|
Mengembalikan berupa tuple yg berisi list dari method dalam class
|
629
629
|
|
@@ -645,6 +645,12 @@ print(get_class_method(ExampleGetClassMethod))
|
|
645
645
|
print(list(get_class_method(ExampleGetClassMethod)))
|
646
646
|
```
|
647
647
|
|
648
|
+
Output:
|
649
|
+
```py
|
650
|
+
<generator object get_class_method at 0x7e5144e3e0>
|
651
|
+
[<function ExampleGetClassMethod.a at 0x7e51482c00>, <function ExampleGetClassMethod.b at 0x7e51482ca0>, <function ExampleGetClassMethod.c at 0x7e51482de0>, <function ExampleGetClassMethod.d at 0x7e51482e80>]
|
652
|
+
```
|
653
|
+
|
648
654
|
## get_filesize
|
649
655
|
|
650
656
|
`get_filesize(filename)`
|
@@ -1053,7 +1059,7 @@ Output:
|
|
1053
1059
|
|
1054
1060
|
## ienumerate
|
1055
1061
|
|
1056
|
-
`ienumerate(iterator, start=0, key=<function int_to_int at
|
1062
|
+
`ienumerate(iterator, start=0, key=<function int_to_int at 0x7e5c05b9c0>)`
|
1057
1063
|
|
1058
1064
|
meningkatkan fungsi enumerate() pada python
|
1059
1065
|
untuk key menggunakan huruf dan basis angka lainnya.
|
@@ -1066,7 +1072,7 @@ iprint(ienumerate(it, key=int_to_chr))
|
|
1066
1072
|
|
1067
1073
|
Output:
|
1068
1074
|
```py
|
1069
|
-
<generator object ienumerate at
|
1075
|
+
<generator object ienumerate at 0x7e5144e4d0>
|
1070
1076
|
[('a', 'ini'), ('b', 'contoh'), ('c', 'enumerator')]
|
1071
1077
|
```
|
1072
1078
|
|
@@ -1133,7 +1139,7 @@ print(ijoin(10, ' '))
|
|
1133
1139
|
|
1134
1140
|
Output:
|
1135
1141
|
```py
|
1136
|
-
|
1142
|
+
weq, asd, dfs, qweqw
|
1137
1143
|
,ini,path,seperti,url,
|
1138
1144
|
ini,path,seperti,url
|
1139
1145
|
<li>satu</li>
|
@@ -1179,9 +1185,9 @@ Output:
|
|
1179
1185
|
```py
|
1180
1186
|
(['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
|
1181
1187
|
[['Harga Emas Hari Ini - Rabu, 15 Mei 2024'],
|
1182
|
-
['Spot Emas USD↑2.381,
|
1188
|
+
['Spot Emas USD↑2.381,49 (+26,87) / oz',
|
1183
1189
|
'Kurs IDR↑16.131,00 (+46,00) / USD',
|
1184
|
-
'Emas IDR↑1.235.
|
1190
|
+
'Emas IDR↑1.235.097 (+17.418) / gr'],
|
1185
1191
|
['LM Antam (Jual)↑1.332.000 (+8.000) / gr',
|
1186
1192
|
'LM Antam (Beli)↑1.223.000 (+8.000) / gr']],
|
1187
1193
|
[['Harga Emas Hari Ini'],
|
@@ -1252,10 +1258,10 @@ Output:
|
|
1252
1258
|
'Update harga LM Pegadaian :31 Agustus 2023']],
|
1253
1259
|
[['Spot Harga Emas Hari Ini (Market Open)'],
|
1254
1260
|
['Satuan', 'USD', 'Kurs\xa0Dollar', 'IDR'],
|
1255
|
-
['Ounce\xa0(oz)', '2.381,
|
1256
|
-
['Gram\xa0(gr)', '76,57', '16.131,00', '1.235.
|
1257
|
-
['Kilogram\xa0(kg)', '76.
|
1258
|
-
['Update harga emas :15 Mei 2024, pukul 22:
|
1261
|
+
['Ounce\xa0(oz)', '2.381,49 (+26,87)', '16.131,00 (+46,00)', '38.415.815'],
|
1262
|
+
['Gram\xa0(gr)', '76,57', '16.131,00', '1.235.097 (+17.418)'],
|
1263
|
+
['Kilogram\xa0(kg)', '76.566,68', '16.131,00', '1.235.097.140'],
|
1264
|
+
['Update harga emas :15 Mei 2024, pukul 22:50Update kurs :15 Mei 2024, pukul '
|
1259
1265
|
'13:10']],
|
1260
1266
|
[['Gram', 'UBS Gold 99.99%'],
|
1261
1267
|
['Jual', 'Beli'],
|
@@ -1301,36 +1307,36 @@ Output:
|
|
1301
1307
|
['Unit', 'USD', 'IDR'],
|
1302
1308
|
['Angka', '+/-', 'Angka', '+/-'],
|
1303
1309
|
['Hari Ini', 'Kurs', '', '', '16.085', '+46+0,29%'],
|
1304
|
-
['oz', '2.354,62', '+26,
|
1305
|
-
['gr', '75,70', '+0,
|
1310
|
+
['oz', '2.354,62', '+26,87+1,14%', '37.874.063', '+541.752+1,43%'],
|
1311
|
+
['gr', '75,70', '+0,86+1,14%', '1.217.679', '+17.418+1,43%'],
|
1306
1312
|
['30 Hari', 'Kurs', '', '', '15.907', '+224+1,41%'],
|
1307
|
-
['oz', '2.359,26', '+22,
|
1308
|
-
['gr', '75,85', '+0,
|
1313
|
+
['oz', '2.359,26', '+22,23+0,94%', '37.528.749', '+887.066+2,36%'],
|
1314
|
+
['gr', '75,85', '+0,71+0,94%', '1.206.577', '+28.520+2,36%'],
|
1309
1315
|
['2 Bulan', 'Kurs', '', '', '15.582', '+549+3,52%'],
|
1310
|
-
['oz', '2.156,08', '+225,
|
1311
|
-
['gr', '69,32', '+7,25+10,
|
1316
|
+
['oz', '2.156,08', '+225,41+10,45%', '33.596.039', '+4.819.777+14,35%'],
|
1317
|
+
['gr', '69,32', '+7,25+10,45', '1.080.138', '+154.959+14,35%'],
|
1312
1318
|
['6 Bulan', 'Kurs', '', '', '15.595', '+536+3,44%'],
|
1313
|
-
['oz', '1.981,17', '+400,
|
1314
|
-
['gr', '63,70', '+12,87+20,21%', '993.341', '+241.
|
1319
|
+
['oz', '1.981,17', '+400,32+20,21%', '30.896.346', '+7.519.469+24,34%'],
|
1320
|
+
['gr', '63,70', '+12,87+20,21%', '993.341', '+241.757+24,34%'],
|
1315
1321
|
['1 Tahun', 'Kurs', '', '', '15.731', '+400+2,54%'],
|
1316
|
-
['oz', '1.823,86', '+557,
|
1317
|
-
['gr', '58,64', '+17,93+30,
|
1322
|
+
['oz', '1.823,86', '+557,63+30,57%', '28.691.142', '+9.724.674+33,89%'],
|
1323
|
+
['gr', '58,64', '+17,93+30,57%', '922.442', '+312.656+33,89%'],
|
1318
1324
|
['2 Tahun', 'Kurs', '', '', '14.585', '+1.546+10,60%'],
|
1319
|
-
['oz', '1.816,04', '+565,
|
1320
|
-
['gr', '58,39', '+18,18+31,14%', '851.576', '+383.
|
1325
|
+
['oz', '1.816,04', '+565,45+31,14%', '26.486.962', '+11.928.854+45,04%'],
|
1326
|
+
['gr', '58,39', '+18,18+31,14%', '851.576', '+383.522+45,04%'],
|
1321
1327
|
['3 Tahun', 'Kurs', '', '', '14.198', '+1.933+13,61%'],
|
1322
|
-
['oz', '1.843,91', '+537,
|
1323
|
-
['gr', '59,28', '+17,
|
1328
|
+
['oz', '1.843,91', '+537,58+29,15%', '26.179.834', '+12.235.981+46,74%'],
|
1329
|
+
['gr', '59,28', '+17,28+29,15%', '841.701', '+393.396+46,74%'],
|
1324
1330
|
['5 Tahun', 'Kurs', '', '', '14.469', '+1.662+11,49%'],
|
1325
|
-
['oz', '1.275,87', '+1.105,
|
1326
|
-
['gr', '41,02', '+35,55+86,66%', '593.521', '+641.
|
1331
|
+
['oz', '1.275,87', '+1.105,62+86,66%', '18.460.563', '+19.955.252+108,10%'],
|
1332
|
+
['gr', '41,02', '+35,55+86,66%', '593.521', '+641.576+108,10%']])
|
1327
1333
|
(['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
|
1328
1334
|
[[''],
|
1329
1335
|
['Emas 24 KaratHarga Emas 1 Gram', ''],
|
1330
1336
|
['USD', '76,57↑', '+0,87+1,15%'],
|
1331
|
-
['KURS', '15.
|
1332
|
-
['IDR', '1.
|
1333
|
-
['Rabu, 15 Mei 2024 22:
|
1337
|
+
['KURS', '15.947,95↓', '-155,10-0,96%'],
|
1338
|
+
['IDR', '1.221.081,61↑', '+2.035,78+0,17%'],
|
1339
|
+
['Rabu, 15 Mei 2024 22:50']],
|
1334
1340
|
[[''],
|
1335
1341
|
['Emas 1 Gram (IDR)Emas 1 Gram (USD)Kurs USD-IDR',
|
1336
1342
|
'Hari Ini',
|
@@ -1342,18 +1348,18 @@ Output:
|
|
1342
1348
|
[['Pergerakkan Harga Emas 1 Gram'],
|
1343
1349
|
['', 'Penutupan Kemarin', 'Pergerakkan Hari Ini', 'Rata-rata'],
|
1344
1350
|
['USD', '75,70', '75,70 - 76,57', '76,14'],
|
1345
|
-
['KURS', '16.103,05', '15.
|
1346
|
-
['IDR', '1.219.045,83', '1.219.045,83 - 1.
|
1351
|
+
['KURS', '16.103,05', '15.947,95 - 16.103,05', '16.025,50'],
|
1352
|
+
['IDR', '1.219.045,83', '1.219.045,83 - 1.221.081,61', '1.220.063,72'],
|
1347
1353
|
[''],
|
1348
1354
|
['', 'Awal Tahun', 'Pergerakkan YTD', '+/- YTD'],
|
1349
1355
|
['USD', '66,32', '64,07 - 77,14', '+10,25 (15,46%)'],
|
1350
|
-
['KURS', '15.390,10', '15.390,00 - 16.307,80', '+
|
1351
|
-
['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+
|
1356
|
+
['KURS', '15.390,10', '15.390,00 - 16.307,80', '+557,85 (3,62%)'],
|
1357
|
+
['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+200.352,08 (19,63%)'],
|
1352
1358
|
[''],
|
1353
1359
|
['', 'Tahun Lalu / 52 Minggu', 'Pergerakkan 52 Minggu', '+/- 52 Minggu'],
|
1354
1360
|
['USD', '64,66', '58,43 - 77,14', '+11,91 (18,42%)'],
|
1355
|
-
['KURS', '14.844,45', '14.796,95 - 16.307,80', '+1.
|
1356
|
-
['IDR', '959.794,03', '912.925,68 - 1.256.829,06', '+
|
1361
|
+
['KURS', '14.844,45', '14.796,95 - 16.307,80', '+1.103,50 (7,43%)'],
|
1362
|
+
['IDR', '959.794,03', '912.925,68 - 1.256.829,06', '+261.287,58 (27,22%)']])
|
1357
1363
|
```
|
1358
1364
|
|
1359
1365
|
## iloads
|
@@ -1483,7 +1489,7 @@ Output:
|
|
1483
1489
|
```py
|
1484
1490
|
8
|
1485
1491
|
['mana', 'aja']
|
1486
|
-
[<Element a at
|
1492
|
+
[<Element a at 0x7e5bf2ea30>, <Element a at 0x7e5149a8a0>, <Element a at 0x7e512f4640>, <Element a at 0x7e512f46e0>, <Element a at 0x7e512f4730>, <Element a at 0x7e512f4780>, <Element a at 0x7e512f47d0>, <Element a at 0x7e512f4820>, <Element a at 0x7e512f4870>, <Element a at 0x7e512f48c0>, <Element a at 0x7e512f4910>, <Element a at 0x7e512f4960>, <Element a at 0x7e512f49b0>, <Element a at 0x7e512f4a00>, <Element a at 0x7e512f4a50>, <Element a at 0x7e512f4aa0>, <Element a at 0x7e512f4af0>, <Element a at 0x7e512f4b40>]
|
1487
1493
|
False
|
1488
1494
|
```
|
1489
1495
|
|
@@ -1545,7 +1551,7 @@ print(list(iscandir("./", recursive=False, scan_file=False)))
|
|
1545
1551
|
|
1546
1552
|
Output:
|
1547
1553
|
```py
|
1548
|
-
<generator object iscandir at
|
1554
|
+
<generator object iscandir at 0x7e513bfa40>
|
1549
1555
|
[PosixPath('.git'), PosixPath('.vscode'), PosixPath('pypipr'), PosixPath('__pycache__'), PosixPath('dist')]
|
1550
1556
|
```
|
1551
1557
|
|
@@ -1578,82 +1584,82 @@ iprint(ivars(__import__('pypipr')))
|
|
1578
1584
|
|
1579
1585
|
Output:
|
1580
1586
|
```py
|
1581
|
-
{'function': {'avg': <function avg at
|
1582
|
-
'get_filemtime': <function get_filemtime at
|
1583
|
-
'print_colorize': <function print_colorize at
|
1584
|
-
'print_log': <function print_log at
|
1585
|
-
'console_run': <function console_run at
|
1586
|
-
'auto_reload': <function auto_reload at
|
1587
|
-
'basename': <function basename at
|
1588
|
-
'chr_to_int': <function chr_to_int at
|
1589
|
-
'int_to_chr': <function int_to_chr at
|
1590
|
-
'irange': <function irange at
|
1591
|
-
'batchmaker': <function batchmaker at
|
1592
|
-
'calculate': <function calculate at
|
1593
|
-
'batch_calculate': <function batch_calculate at
|
1594
|
-
'bin_to_int': <function bin_to_int at
|
1595
|
-
'is_empty': <function is_empty at
|
1596
|
-
'exit_if_empty': <function exit_if_empty at
|
1597
|
-
'input_char': <function input_char at
|
1598
|
-
'choices': <function choices at
|
1599
|
-
'chunk_array': <function chunk_array at
|
1600
|
-
'create_folder': <function create_folder at
|
1601
|
-
'datetime_from_string': <function datetime_from_string at
|
1602
|
-
'datetime_now': <function datetime_now at
|
1603
|
-
'dict_first': <function dict_first at
|
1604
|
-
'dirname': <function dirname at
|
1605
|
-
'is_iterable': <function is_iterable at
|
1606
|
-
'to_str': <function to_str at
|
1607
|
-
'filter_empty': <function filter_empty at
|
1608
|
-
'get_by_index': <function get_by_index at
|
1609
|
-
'get_class_method': <function get_class_method at
|
1610
|
-
'get_filesize': <function get_filesize at
|
1611
|
-
'github_init': <function github_init at
|
1612
|
-
'github_pull': <function github_pull at
|
1613
|
-
'github_push': <function github_push at
|
1614
|
-
'github_user': <function github_user at
|
1615
|
-
'hex_to_int': <function hex_to_int at
|
1616
|
-
'iargv': <function iargv at
|
1617
|
-
'idir': <function idir at
|
1618
|
-
'idumps_html': <function idumps_html at
|
1619
|
-
'idumps': <function idumps at
|
1620
|
-
'int_to_int': <function int_to_int at
|
1621
|
-
'ienumerate': <function ienumerate at
|
1622
|
-
'ienv': <function ienv at
|
1623
|
-
'iexec': <function iexec at
|
1624
|
-
'ijoin': <function ijoin at
|
1625
|
-
'iloads_html': <function iloads_html at
|
1626
|
-
'iloads': <function iloads at
|
1627
|
-
'int_to_bin': <function int_to_bin at
|
1628
|
-
'int_to_hex': <function int_to_hex at
|
1629
|
-
'int_to_oct': <function int_to_oct at
|
1630
|
-
'is_valid_url': <function is_valid_url at
|
1631
|
-
'iopen': <function iopen at
|
1632
|
-
'iprint': <function iprint at
|
1633
|
-
'ireplace': <function ireplace at
|
1634
|
-
'iscandir': <function iscandir at
|
1635
|
-
'isplit': <function isplit at
|
1636
|
-
'ivars': <function ivars at
|
1637
|
-
'log': <function log at
|
1638
|
-
'oct_to_int': <function oct_to_int at
|
1639
|
-
'password_generator': <function password_generator at
|
1640
|
-
'pip_freeze_without_version': <function pip_freeze_without_version at
|
1641
|
-
'poetry_publish': <function poetry_publish at
|
1642
|
-
'poetry_update_version': <function poetry_update_version at
|
1643
|
-
'print_dir': <function print_dir at
|
1644
|
-
'print_to_last_line': <function print_to_last_line at
|
1645
|
-
'random_bool': <function random_bool at
|
1646
|
-
'restart': <function restart at
|
1647
|
-
'set_timeout': <function set_timeout at
|
1648
|
-
'sets_ordered': <function sets_ordered at
|
1649
|
-
'sqlite_all_tables': <function sqlite_all_tables at
|
1650
|
-
'str_cmp': <function str_cmp at
|
1651
|
-
'text_colorize': <function text_colorize at
|
1587
|
+
{'function': {'avg': <function avg at 0x7e5e1e0040>,
|
1588
|
+
'get_filemtime': <function get_filemtime at 0x7e5c2cb060>,
|
1589
|
+
'print_colorize': <function print_colorize at 0x7e5c2cb240>,
|
1590
|
+
'print_log': <function print_log at 0x7e5c2cb100>,
|
1591
|
+
'console_run': <function console_run at 0x7e5c2cb1a0>,
|
1592
|
+
'auto_reload': <function auto_reload at 0x7e5c6fcf40>,
|
1593
|
+
'basename': <function basename at 0x7e5c266980>,
|
1594
|
+
'chr_to_int': <function chr_to_int at 0x7e5c2cb7e0>,
|
1595
|
+
'int_to_chr': <function int_to_chr at 0x7e5c2cb880>,
|
1596
|
+
'irange': <function irange at 0x7e5c2cbb00>,
|
1597
|
+
'batchmaker': <function batchmaker at 0x7e5c2cb4c0>,
|
1598
|
+
'calculate': <function calculate at 0x7e5c2cb600>,
|
1599
|
+
'batch_calculate': <function batch_calculate at 0x7e5c2cb380>,
|
1600
|
+
'bin_to_int': <function bin_to_int at 0x7e5c6fcea0>,
|
1601
|
+
'is_empty': <function is_empty at 0x7e5c2d82c0>,
|
1602
|
+
'exit_if_empty': <function exit_if_empty at 0x7e5c2d8180>,
|
1603
|
+
'input_char': <function input_char at 0x7e5c2d8220>,
|
1604
|
+
'choices': <function choices at 0x7e5c2d8540>,
|
1605
|
+
'chunk_array': <function chunk_array at 0x7e5c2d85e0>,
|
1606
|
+
'create_folder': <function create_folder at 0x7e5c2d8680>,
|
1607
|
+
'datetime_from_string': <function datetime_from_string at 0x7e5c2d8720>,
|
1608
|
+
'datetime_now': <function datetime_now at 0x7e5c2d80e0>,
|
1609
|
+
'dict_first': <function dict_first at 0x7e5c2daa20>,
|
1610
|
+
'dirname': <function dirname at 0x7e5c2daac0>,
|
1611
|
+
'is_iterable': <function is_iterable at 0x7e5c2daca0>,
|
1612
|
+
'to_str': <function to_str at 0x7e5c2dad40>,
|
1613
|
+
'filter_empty': <function filter_empty at 0x7e5c2cb2e0>,
|
1614
|
+
'get_by_index': <function get_by_index at 0x7e5c2dab60>,
|
1615
|
+
'get_class_method': <function get_class_method at 0x7e5c2dade0>,
|
1616
|
+
'get_filesize': <function get_filesize at 0x7e5c2daf20>,
|
1617
|
+
'github_init': <function github_init at 0x7e5c2dafc0>,
|
1618
|
+
'github_pull': <function github_pull at 0x7e5c2db060>,
|
1619
|
+
'github_push': <function github_push at 0x7e5c2db1a0>,
|
1620
|
+
'github_user': <function github_user at 0x7e5c2db240>,
|
1621
|
+
'hex_to_int': <function hex_to_int at 0x7e5c2db2e0>,
|
1622
|
+
'iargv': <function iargv at 0x7e5c2db380>,
|
1623
|
+
'idir': <function idir at 0x7e5c2db420>,
|
1624
|
+
'idumps_html': <function idumps_html at 0x7e5c2dbb00>,
|
1625
|
+
'idumps': <function idumps at 0x7e5c2db560>,
|
1626
|
+
'int_to_int': <function int_to_int at 0x7e5c05b9c0>,
|
1627
|
+
'ienumerate': <function ienumerate at 0x7e5c04e020>,
|
1628
|
+
'ienv': <function ienv at 0x7e5c05b6a0>,
|
1629
|
+
'iexec': <function iexec at 0x7e5c05ba60>,
|
1630
|
+
'ijoin': <function ijoin at 0x7e5c05bba0>,
|
1631
|
+
'iloads_html': <function iloads_html at 0x7e5c05bd80>,
|
1632
|
+
'iloads': <function iloads at 0x7e5ebe2020>,
|
1633
|
+
'int_to_bin': <function int_to_bin at 0x7e5c05bb00>,
|
1634
|
+
'int_to_hex': <function int_to_hex at 0x7e5c05bce0>,
|
1635
|
+
'int_to_oct': <function int_to_oct at 0x7e5c05be20>,
|
1636
|
+
'is_valid_url': <function is_valid_url at 0x7e5bea3ba0>,
|
1637
|
+
'iopen': <function iopen at 0x7e5c070040>,
|
1638
|
+
'iprint': <function iprint at 0x7e5bea36a0>,
|
1639
|
+
'ireplace': <function ireplace at 0x7e5bea37e0>,
|
1640
|
+
'iscandir': <function iscandir at 0x7e5bf649a0>,
|
1641
|
+
'isplit': <function isplit at 0x7e5bf64a40>,
|
1642
|
+
'ivars': <function ivars at 0x7e5bf64ae0>,
|
1643
|
+
'log': <function log at 0x7e5bf64b80>,
|
1644
|
+
'oct_to_int': <function oct_to_int at 0x7e5bf64c20>,
|
1645
|
+
'password_generator': <function password_generator at 0x7e5bf64cc0>,
|
1646
|
+
'pip_freeze_without_version': <function pip_freeze_without_version at 0x7e5bf64e00>,
|
1647
|
+
'poetry_publish': <function poetry_publish at 0x7e5bf64ea0>,
|
1648
|
+
'poetry_update_version': <function poetry_update_version at 0x7e5bf64fe0>,
|
1649
|
+
'print_dir': <function print_dir at 0x7e5bf651c0>,
|
1650
|
+
'print_to_last_line': <function print_to_last_line at 0x7e5bf65260>,
|
1651
|
+
'random_bool': <function random_bool at 0x7e5bf65300>,
|
1652
|
+
'restart': <function restart at 0x7e5bf653a0>,
|
1653
|
+
'set_timeout': <function set_timeout at 0x7e5bf65440>,
|
1654
|
+
'sets_ordered': <function sets_ordered at 0x7e5bf654e0>,
|
1655
|
+
'sqlite_all_tables': <function sqlite_all_tables at 0x7e5bf65580>,
|
1656
|
+
'str_cmp': <function str_cmp at 0x7e5bf65620>,
|
1657
|
+
'text_colorize': <function text_colorize at 0x7e5bf65120>},
|
1652
1658
|
'class': {'ComparePerformance': <class 'pypipr.ComparePerformance.ComparePerformance'>,
|
1653
1659
|
'PintUregQuantity': <class 'pint.Quantity'>,
|
1654
1660
|
'RunParallel': <class 'pypipr.RunParallel.RunParallel'>},
|
1655
1661
|
'variable': {'LINUX': True,
|
1656
|
-
'PintUreg': <pint.registry.UnitRegistry object at
|
1662
|
+
'PintUreg': <pint.registry.UnitRegistry object at 0x7e5e149850>,
|
1657
1663
|
'WINDOWS': False},
|
1658
1664
|
'module': {'asyncio': <module 'asyncio' from '/data/data/com.termux/files/usr/lib/python3.11/asyncio/__init__.py'>,
|
1659
1665
|
'colorama': <module 'colorama' from '/data/data/com.termux/files/home/.cache/pypoetry/virtualenvs/pypipr-ZoJyDxLL-py3.11/lib/python3.11/site-packages/colorama/__init__.py'>,
|
@@ -1743,7 +1749,7 @@ print(password_generator())
|
|
1743
1749
|
|
1744
1750
|
Output:
|
1745
1751
|
```py
|
1746
|
-
|
1752
|
+
+$*`'-kM
|
1747
1753
|
```
|
1748
1754
|
|
1749
1755
|
## pip_freeze_without_version
|
@@ -1801,7 +1807,7 @@ Output:
|
|
1801
1807
|
__enter__ : https:/www.google.com
|
1802
1808
|
__fspath__ : https:/www.google.com
|
1803
1809
|
__getstate__ : (None, {'_drv': '', '_root': '', '_parts': ['https:', 'www.google.com'], '_str': 'https:/www.google.com'})
|
1804
|
-
__hash__ :
|
1810
|
+
__hash__ : -397421269161790689
|
1805
1811
|
__init__ : None
|
1806
1812
|
__init_subclass__ : None
|
1807
1813
|
__module__ : pathlib
|
@@ -1814,8 +1820,8 @@ Output:
|
|
1814
1820
|
_cached_cparts : ['https:', 'www.google.com']
|
1815
1821
|
_cparts : ['https:', 'www.google.com']
|
1816
1822
|
_drv :
|
1817
|
-
_flavour : <pathlib._PosixFlavour object at
|
1818
|
-
_hash :
|
1823
|
+
_flavour : <pathlib._PosixFlavour object at 0x7e5e029510>
|
1824
|
+
_hash : -397421269161790689
|
1819
1825
|
_parts : ['https:', 'www.google.com']
|
1820
1826
|
_root :
|
1821
1827
|
_str : https:/www.google.com
|
@@ -1837,7 +1843,7 @@ Output:
|
|
1837
1843
|
is_reserved : False
|
1838
1844
|
is_socket : False
|
1839
1845
|
is_symlink : False
|
1840
|
-
iterdir : <generator object Path.iterdir at
|
1846
|
+
iterdir : <generator object Path.iterdir at 0x7e5143ef80>
|
1841
1847
|
joinpath : https:/www.google.com
|
1842
1848
|
name : www.google.com
|
1843
1849
|
parent : https:
|
@@ -1911,7 +1917,7 @@ x.cancel()
|
|
1911
1917
|
|
1912
1918
|
Output:
|
1913
1919
|
```py
|
1914
|
-
<Timer(Thread-2, started
|
1920
|
+
<Timer(Thread-2, started 542509780208)>
|
1915
1921
|
menghentikan timeout 7
|
1916
1922
|
```
|
1917
1923
|
|
@@ -1929,7 +1935,7 @@ print(list(sets_ordered(array)))
|
|
1929
1935
|
|
1930
1936
|
Output:
|
1931
1937
|
```py
|
1932
|
-
<generator object sets_ordered at
|
1938
|
+
<generator object sets_ordered at 0x7e512a9700>
|
1933
1939
|
[2, 3, 12, 42, 1, 43, 41, 4, 24, 32]
|
1934
1940
|
```
|
1935
1941
|
|
@@ -2003,15 +2009,15 @@ print(ExampleComparePerformance().compare_performance())
|
|
2003
2009
|
|
2004
2010
|
Output:
|
2005
2011
|
```py
|
2006
|
-
{'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at
|
2012
|
+
{'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x7e512a8860>,
|
2007
2013
|
'b': (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),
|
2008
2014
|
'c': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
|
2009
2015
|
'd': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}
|
2010
|
-
{'a':
|
2011
|
-
{'a':
|
2012
|
-
{'a':
|
2013
|
-
{'a':
|
2014
|
-
{'a':
|
2016
|
+
{'a': 100, 'b': 190, 'c': 104, 'd': 150}
|
2017
|
+
{'a': 100, 'b': 163, 'c': 105, 'd': 123}
|
2018
|
+
{'a': 104, 'b': 148, 'c': 100, 'd': 123}
|
2019
|
+
{'a': 107, 'b': 144, 'c': 99, 'd': 140}
|
2020
|
+
{'a': 101, 'b': 140, 'c': 100, 'd': 129}
|
2015
2021
|
```
|
2016
2022
|
|
2017
2023
|
## PintUregQuantity
|
@@ -1,4 +1,4 @@
|
|
1
|
-
def get_class_method(
|
1
|
+
def get_class_method(cls):
|
2
2
|
"""
|
3
3
|
Mengembalikan berupa tuple yg berisi list dari method dalam class
|
4
4
|
|
@@ -20,10 +20,7 @@ def get_class_method(obj):
|
|
20
20
|
print(list(get_class_method(ExampleGetClassMethod)))
|
21
21
|
```
|
22
22
|
"""
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
for i, v in vars(obj):
|
28
|
-
if not i.startswith("__") and callable(v):
|
29
|
-
yield v
|
23
|
+
for x in dir(cls):
|
24
|
+
a = getattr(cls, x)
|
25
|
+
if not x.startswith("__") and callable(a):
|
26
|
+
yield a
|