pypipr 1.0.102__tar.gz → 1.0.103__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.
Files changed (79) hide show
  1. {pypipr-1.0.102 → pypipr-1.0.103}/PKG-INFO +118 -117
  2. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/irange.py +2 -0
  3. {pypipr-1.0.102 → pypipr-1.0.103}/pyproject.toml +1 -1
  4. {pypipr-1.0.102 → pypipr-1.0.103}/readme.md +117 -116
  5. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/__init__.py +0 -0
  6. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/ComparePerformance.py +0 -0
  7. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/LINUX.py +0 -0
  8. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/RunParallel.py +0 -0
  9. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/WINDOWS.py +0 -0
  10. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/__init__.py +0 -0
  11. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/avg.py +0 -0
  12. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/basename.py +0 -0
  13. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/chr_to_int.py +0 -0
  14. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/chunk_array.py +0 -0
  15. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/create_folder.py +0 -0
  16. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/datetime_from_string.py +0 -0
  17. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/datetime_now.py +0 -0
  18. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/dict_first.py +0 -0
  19. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/dirname.py +0 -0
  20. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/exit_if_empty.py +0 -0
  21. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/filter_empty.py +0 -0
  22. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/get_by_index.py +0 -0
  23. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/get_class_method.py +0 -0
  24. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/get_filemtime.py +0 -0
  25. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/get_filesize.py +0 -0
  26. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/int_to_chr.py +0 -0
  27. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/is_empty.py +0 -0
  28. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/is_iterable.py +0 -0
  29. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/is_valid_url.py +0 -0
  30. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/password_generator.py +0 -0
  31. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/random_bool.py +0 -0
  32. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/restart.py +0 -0
  33. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/set_timeout.py +0 -0
  34. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/sets_ordered.py +0 -0
  35. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/str_cmp.py +0 -0
  36. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ibuiltins/to_str.py +0 -0
  37. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iconsole/__init__.py +0 -0
  38. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iconsole/choices.py +0 -0
  39. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iconsole/console_run.py +0 -0
  40. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iconsole/input_char.py +0 -0
  41. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iconsole/log.py +0 -0
  42. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iconsole/print_colorize.py +0 -0
  43. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iconsole/print_dir.py +0 -0
  44. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iconsole/print_log.py +0 -0
  45. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iconsole/print_to_last_line.py +0 -0
  46. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iconsole/text_colorize.py +0 -0
  47. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/idjango/APIMixinView.py +0 -0
  48. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/idjango/__init__.py +0 -0
  49. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iengineering/PintUreg.py +0 -0
  50. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iengineering/PintUregQuantity.py +0 -0
  51. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iengineering/__init__.py +0 -0
  52. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iengineering/batch_calculate.py +0 -0
  53. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iengineering/batchmaker.py +0 -0
  54. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iengineering/calculate.py +0 -0
  55. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iflow/auto_reload.py +0 -0
  56. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iflow/github_pull.py +0 -0
  57. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iflow/github_push.py +0 -0
  58. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iflow/github_user.py +0 -0
  59. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iflow/pip_freeze_without_version.py +0 -0
  60. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iflow/poetry_publish.py +0 -0
  61. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/iflow/poetry_update_version.py +0 -0
  62. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/__init__.py +0 -0
  63. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/iargv.py +0 -0
  64. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/idumps.py +0 -0
  65. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/idumps_html.py +0 -0
  66. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/ienv.py +0 -0
  67. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/iexec.py +0 -0
  68. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/ijoin.py +0 -0
  69. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/iloads.py +0 -0
  70. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/iloads_html.py +0 -0
  71. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/iopen.py +0 -0
  72. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/iprint.py +0 -0
  73. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/irange.py.bak +0 -0
  74. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/ireplace.py +0 -0
  75. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/iscandir.py +0 -0
  76. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/isplit.py +0 -0
  77. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/ifunctions/ivars.py +0 -0
  78. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/pypipr.py.bak +0 -0
  79. {pypipr-1.0.102 → pypipr-1.0.103}/pypipr/terminal.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypipr
3
- Version: 1.0.102
3
+ Version: 1.0.103
4
4
  Summary: The Python Package Index Project
5
5
  Author: ufiapjj
6
6
  Author-email: ufiapjj@gmail.com
@@ -120,7 +120,7 @@ print(list(chunk_array(arr, 5)))
120
120
 
121
121
  Output:
122
122
  ```py
123
- <generator object chunk_array at 0x6fd297c040>
123
+ <generator object chunk_array at 0x6ff2bec040>
124
124
  [[2, 3, 12, 3, 3], [42, 42, 1, 43, 2], [42, 41, 4, 24, 32], [42, 3, 12, 32, 42], [42]]
125
125
  ```
126
126
 
@@ -171,9 +171,9 @@ print(datetime_now("Etc/GMT+7"))
171
171
 
172
172
  Output:
173
173
  ```py
174
- 2024-04-29 19:34:12.849747+07:00
175
- 2024-04-29 12:34:12.851274+00:00
176
- 2024-04-29 05:34:12.855851-07:00
174
+ 2024-04-29 19:46:54.967295+07:00
175
+ 2024-04-29 12:46:54.969159+00:00
176
+ 2024-04-29 05:46:54.971983-07:00
177
177
  ```
178
178
 
179
179
  ## dict_first
@@ -240,7 +240,7 @@ print(filter_empty(var))
240
240
 
241
241
  Output:
242
242
  ```py
243
- <generator object filter_empty at 0x6fd2912d40>
243
+ <generator object filter_empty at 0x6ff2b86d40>
244
244
  ```
245
245
 
246
246
  ## get_by_index
@@ -286,8 +286,8 @@ print(list(get_class_method(ExampleGetClassMethod)))
286
286
 
287
287
  Output:
288
288
  ```py
289
- <generator object get_class_method at 0x6fd2913010>
290
- [<function ExampleGetClassMethod.a at 0x6fd29858a0>, <function ExampleGetClassMethod.b at 0x6fd2985760>, <function ExampleGetClassMethod.c at 0x6fd2985940>, <function ExampleGetClassMethod.d at 0x6fd29859e0>]
289
+ <generator object get_class_method at 0x6ff2b87010>
290
+ [<function ExampleGetClassMethod.a at 0x6ff2bf58a0>, <function ExampleGetClassMethod.b at 0x6ff2bf5760>, <function ExampleGetClassMethod.c at 0x6ff2bf5940>, <function ExampleGetClassMethod.d at 0x6ff2bf59e0>]
291
291
  ```
292
292
 
293
293
  ## get_filemtime
@@ -455,7 +455,7 @@ print(password_generator())
455
455
 
456
456
  Output:
457
457
  ```py
458
- iK8^J8/n
458
+ <4%r/DGC
459
459
  ```
460
460
 
461
461
  ## random_bool
@@ -473,7 +473,7 @@ print(random_bool())
473
473
 
474
474
  Output:
475
475
  ```py
476
- False
476
+ True
477
477
  ```
478
478
 
479
479
  ## restart
@@ -499,7 +499,7 @@ x.cancel()
499
499
 
500
500
  Output:
501
501
  ```py
502
- <Timer(Thread-2, started 480245693680)>
502
+ <Timer(Thread-2, started 480790232304)>
503
503
  menghentikan timeout 7
504
504
  ```
505
505
 
@@ -517,7 +517,7 @@ print(list(sets_ordered(array)))
517
517
 
518
518
  Output:
519
519
  ```py
520
- <generator object sets_ordered at 0x6fd298c1e0>
520
+ <generator object sets_ordered at 0x6ff2c001e0>
521
521
  [2, 3, 12, 42, 1, 43, 41, 4, 24, 32]
522
522
  ```
523
523
 
@@ -671,7 +671,7 @@ Output:
671
671
  __enter__ : https:/www.google.com
672
672
  __fspath__ : https:/www.google.com
673
673
  __getstate__ : (None, {'_drv': '', '_root': '', '_parts': ['https:', 'www.google.com'], '_str': 'https:/www.google.com'})
674
- __hash__ : -4831383548947460185
674
+ __hash__ : -2512832124048987387
675
675
  __init__ : None
676
676
  __init_subclass__ : None
677
677
  __module__ : pathlib
@@ -684,8 +684,8 @@ Output:
684
684
  _cached_cparts : ['https:', 'www.google.com']
685
685
  _cparts : ['https:', 'www.google.com']
686
686
  _drv :
687
- _flavour : <pathlib._PosixFlavour object at 0x6fda048750>
688
- _hash : -4831383548947460185
687
+ _flavour : <pathlib._PosixFlavour object at 0x700286c8d0>
688
+ _hash : -2512832124048987387
689
689
  _parts : ['https:', 'www.google.com']
690
690
  _root :
691
691
  _str : https:/www.google.com
@@ -707,7 +707,7 @@ Output:
707
707
  is_reserved : False
708
708
  is_socket : False
709
709
  is_symlink : False
710
- iterdir : <generator object Path.iterdir at 0x6fd2968ba0>
710
+ iterdir : <generator object Path.iterdir at 0x6ff2bdcba0>
711
711
  joinpath : https:/www.google.com
712
712
  name : www.google.com
713
713
  parent : https:
@@ -1151,7 +1151,7 @@ print(ijoin(10, ' '))
1151
1151
 
1152
1152
  Output:
1153
1153
  ```py
1154
- qweqw, dfs, asd, weq
1154
+ weq, qweqw, dfs, asd
1155
1155
  ,ini,path,seperti,url,
1156
1156
  ini,path,seperti,url
1157
1157
  <li>satu</li>
@@ -1217,9 +1217,9 @@ Output:
1217
1217
  ```py
1218
1218
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1219
1219
  [['Harga Emas Hari Ini - Senin, 29 April 2024'],
1220
- ['Spot Emas USD↓2.334,50 (-3,44) / oz',
1220
+ ['Spot Emas USD↓2.329,66 (-8,28) / oz',
1221
1221
  'Kurs IDR↑16.222,00 (+14,00) / USD',
1222
- 'Emas IDR↓1.217.557 (-742) / gr'],
1222
+ 'Emas IDR↓1.215.033 (-3.266) / gr'],
1223
1223
  ['LM Antam (Jual)↓1.325.000 (-1.000) / gr',
1224
1224
  'LM Antam (Beli)↓1.221.000 (-1.000) / gr']],
1225
1225
  [['Harga Emas Hari Ini'],
@@ -1290,10 +1290,10 @@ Output:
1290
1290
  'Update harga LM Pegadaian :31 Agustus 2023']],
1291
1291
  [['Spot Harga Emas Hari Ini (Market Open)'],
1292
1292
  ['Satuan', 'USD', 'Kurs\xa0Dollar', 'IDR'],
1293
- ['Ounce\xa0(oz)', '2.334,50 (-3,44)', '16.222,00 (+14,00)', '37.870.259'],
1294
- ['Gram\xa0(gr)', '75,06', '16.222,00', '1.217.557 (-742)'],
1295
- ['Kilogram\xa0(kg)', '75.055,92', '16.222,00', '1.217.557.101'],
1296
- ['Update harga emas :29 April 2024, pukul 19:34Update kurs :29 April 2024, '
1293
+ ['Ounce\xa0(oz)', '2.329,66 (-8,28)', '16.222,00 (+14,00)', '37.791.745'],
1294
+ ['Gram\xa0(gr)', '74,90', '16.222,00', '1.215.033 (-3.266)'],
1295
+ ['Kilogram\xa0(kg)', '74.900,31', '16.222,00', '1.215.032.802'],
1296
+ ['Update harga emas :29 April 2024, pukul 19:46Update kurs :29 April 2024, '
1297
1297
  'pukul 13:10']],
1298
1298
  [['Gram', 'UBS Gold 99.99%'],
1299
1299
  ['Jual', 'Beli'],
@@ -1339,36 +1339,36 @@ Output:
1339
1339
  ['Unit', 'USD', 'IDR'],
1340
1340
  ['Angka', '+/-', 'Angka', '+/-'],
1341
1341
  ['Hari Ini', 'Kurs', '', '', '16.208', '+14+0,09%'],
1342
- ['oz', '2.337,94', '-3,44-0,15%', '37.893.332', '-23.073-0,06%'],
1343
- ['gr', '75,17', '-0,11-0,15%', '1.218.299', '-742-0,06%'],
1342
+ ['oz', '2.337,94', '-8,28-0,35%', '37.893.332', '-101.587-0,27%'],
1343
+ ['gr', '75,17', '-0,27-0,35%', '1.218.299', '-3.266-0,27%'],
1344
1344
  ['30 Hari', 'Kurs', '', '', '15.853', '+369+2,33%'],
1345
- ['oz', '2.232,75', '+101,75+4,56%', '35.395.786', '+2.474.473+6,99%'],
1346
- ['gr', '71,78', '+3,27+4,56%', '1.138.001', '+79.556+6,99%'],
1345
+ ['oz', '2.232,75', '+96,91+4,34%', '35.395.786', '+2.395.959+6,77%'],
1346
+ ['gr', '71,78', '+3,12+4,34%', '1.138.001', '+77.032+6,77%'],
1347
1347
  ['2 Bulan', 'Kurs', '', '', '15.673', '+549+3,50%'],
1348
- ['oz', '2.045,83', '+288,67+14,11%', '32.064.294', '+5.805.965+18,11%'],
1349
- ['gr', '65,77', '+9,28+14,11', '1.030.891', '+186.666+18,11%'],
1348
+ ['oz', '2.045,83', '+283,83+13,87%', '32.064.294', '+5.727.451+17,86%'],
1349
+ ['gr', '65,77', '+9,13+13,87', '1.030.891', '+184.142+17,86%'],
1350
1350
  ['6 Bulan', 'Kurs', '', '', '15.897', '+325+2,04%'],
1351
- ['oz', '1.977,80', '+356,70+18,04%', '31.441.087', '+6.429.172+20,45%'],
1352
- ['gr', '63,59', '+11,47+18,04%', '1.010.854', '+206.703+20,45%'],
1351
+ ['oz', '1.977,80', '+351,86+17,79%', '31.441.087', '+6.350.658+20,20%'],
1352
+ ['gr', '63,59', '+11,31+17,79%', '1.010.854', '+204.178+20,20%'],
1353
1353
  ['1 Tahun', 'Kurs', '', '', '15.731', '+491+3,12%'],
1354
- ['oz', '1.823,86', '+510,64+28,00%', '28.691.142', '+9.179.117+31,99%'],
1355
- ['gr', '58,64', '+16,42+28,00%', '922.442', '+295.115+31,99%'],
1354
+ ['oz', '1.823,86', '+505,80+27,73%', '28.691.142', '+9.100.603+31,72%'],
1355
+ ['gr', '58,64', '+16,26+27,73%', '922.442', '+292.591+31,72%'],
1356
1356
  ['2 Tahun', 'Kurs', '', '', '14.418', '+1.804+12,51%'],
1357
- ['oz', '1.896,95', '+437,55+23,07%', '27.350.225', '+10.520.034+38,46%'],
1358
- ['gr', '60,99', '+14,07+23,07%', '879.330', '+338.227+38,46%'],
1357
+ ['oz', '1.896,95', '+432,71+22,81%', '27.350.225', '+10.441.519+38,18%'],
1358
+ ['gr', '60,99', '+13,91+22,81%', '879.330', '+335.703+38,18%'],
1359
1359
  ['3 Tahun', 'Kurs', '', '', '14.468', '+1.754+12,12%'],
1360
- ['oz', '1.767,08', '+567,42+32,11%', '25.566.113', '+12.304.146+48,13%'],
1361
- ['gr', '56,81', '+18,24+32,11%', '821.970', '+395.587+48,13%'],
1360
+ ['oz', '1.767,08', '+562,58+31,84%', '25.566.113', '+12.225.631+47,82%'],
1361
+ ['gr', '56,81', '+18,09+31,84%', '821.970', '+393.063+47,82%'],
1362
1362
  ['5 Tahun', 'Kurs', '', '', '14.215', '+2.007+14,12%'],
1363
- ['oz', '1.280,61', '+1.053,89+82,30%', '18.203.871', '+19.666.388+108,03%'],
1364
- ['gr', '41,17', '+33,88+82,30%', '585.268', '+632.289+108,03%']])
1363
+ ['oz', '1.280,61', '+1.049,05+81,92%', '18.203.871', '+19.587.873+107,60%'],
1364
+ ['gr', '41,17', '+33,73+81,92%', '585.268', '+629.765+107,60%']])
1365
1365
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1366
1366
  [[''],
1367
1367
  ['Emas 24 KaratHarga Emas 1 Gram', ''],
1368
- ['USD', '75,06↓', '-0,11-0,15%'],
1369
- ['KURS', '16.220,30↓', '-21,00-0,13%'],
1370
- ['IDR', '1.217.429,51↓', '-3.372,43-0,28%'],
1371
- ['Senin, 29 April 2024 19:34']],
1368
+ ['USD', '74,90↓', '-0,27-0,36%'],
1369
+ ['KURS', '16.225,15↓', '-16,15-0,10%'],
1370
+ ['IDR', '1.215.268,74↓', '-5.533,20-0,45%'],
1371
+ ['Senin, 29 April 2024 19:46']],
1372
1372
  [[''],
1373
1373
  ['Emas 1 Gram (IDR)Emas 1 Gram (USD)Kurs USD-IDR',
1374
1374
  'Hari Ini',
@@ -1379,19 +1379,19 @@ Output:
1379
1379
  '']],
1380
1380
  [['Pergerakkan Harga Emas 1 Gram'],
1381
1381
  ['', 'Penutupan Kemarin', 'Pergerakkan Hari Ini', 'Rata-rata'],
1382
- ['USD', '75,17', '75,06 - 75,17', '75,12'],
1383
- ['KURS', '16.241,30', '16.220,30 - 16.241,30', '16.230,80'],
1384
- ['IDR', '1.220.801,94', '1.217.429,51 - 1.220.801,94', '1.219.115,73'],
1382
+ ['USD', '75,17', '74,90 - 75,17', '75,04'],
1383
+ ['KURS', '16.241,30', '16.225,15 - 16.241,30', '16.233,23'],
1384
+ ['IDR', '1.220.801,94', '1.215.268,74 - 1.220.801,94', '1.218.035,34'],
1385
1385
  [''],
1386
1386
  ['', 'Awal Tahun', 'Pergerakkan YTD', '+/- YTD'],
1387
- ['USD', '66,32', '64,07 - 77,14', '+8,74 (13,18%)'],
1388
- ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+830,20 (5,39%)'],
1389
- ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+196.699,98 (19,27%)'],
1387
+ ['USD', '66,32', '64,07 - 77,14', '+8,58 (12,94%)'],
1388
+ ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+835,05 (5,43%)'],
1389
+ ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+194.539,21 (19,06%)'],
1390
1390
  [''],
1391
1391
  ['', 'Tahun Lalu / 52 Minggu', 'Pergerakkan 52 Minggu', '+/- 52 Minggu'],
1392
- ['USD', '64,04', '58,43 - 77,14', '+11,02 (17,21%)'],
1393
- ['KURS', '14.671,35', '14.669,40 - 16.307,80', '+1.548,95 (10,56%)'],
1394
- ['IDR', '939.568,98', '912.925,68 - 1.256.829,06', '+277.860,53 (29,57%)']])
1392
+ ['USD', '64,04', '58,43 - 77,14', '+10,86 (16,96%)'],
1393
+ ['KURS', '14.671,35', '14.669,40 - 16.307,80', '+1.553,80 (10,59%)'],
1394
+ ['IDR', '939.568,98', '912.925,68 - 1.256.829,06', '+275.699,76 (29,34%)']])
1395
1395
  ```
1396
1396
 
1397
1397
  ## iopen
@@ -1433,7 +1433,8 @@ Output:
1433
1433
  ```py
1434
1434
  8
1435
1435
  ['mana', 'aja']
1436
- [<Element a at 0x6fd29733e0>, <Element a at 0x6fd29bad00>, <Element a at 0x6fd29bada0>, <Element a at 0x6fd29badf0>, <Element a at 0x6fd29bae40>, <Element a at 0x6fd29bae90>, <Element a at 0x6fd29baee0>, <Element a at 0x6fd29baf30>, <Element a at 0x6fd29baf80>, <Element a at 0x6fd29bafd0>, <Element a at 0x6fd29bb020>, <Element a at 0x6fd29bb070>, <Element a at 0x6fd29bb0c0>, <Element a at 0x6fd29bb110>, <Element a at 0x6fd29bb160>, <Element a at 0x6fd29bb1b0>, <Element a at 0x6fd29bb200>, <Element a at 0x6fd29bb250>, <Element a at 0x6fd29bb2a0>, <Element a at 0x6fd29bb2f0>]
1436
+ Timeout 3
1437
+ [<Element a at 0x700abbd9a0>, <Element a at 0x6ff2c2ead0>, <Element a at 0x6ff2c2eb70>, <Element a at 0x6ff2c2ebc0>, <Element a at 0x6ff2c2ec10>, <Element a at 0x6ff2c2ec60>, <Element a at 0x6ff2c2ecb0>, <Element a at 0x6ff2c2ed00>, <Element a at 0x6ff2c2ed50>, <Element a at 0x6ff2c2eda0>, <Element a at 0x6ff2c2edf0>, <Element a at 0x6ff2c2ee40>, <Element a at 0x6ff2c2ee90>, <Element a at 0x6ff2c2eee0>, <Element a at 0x6ff2c2ef30>, <Element a at 0x6ff2c2ef80>, <Element a at 0x6ff2c2efd0>, <Element a at 0x6ff2c2f020>, <Element a at 0x6ff2c2f070>, <Element a at 0x6ff2c2f0c0>]
1437
1438
  False
1438
1439
  ```
1439
1440
 
@@ -1509,7 +1510,7 @@ print(list(iscandir("./", recursive=False, scan_file=False)))
1509
1510
 
1510
1511
  Output:
1511
1512
  ```py
1512
- <generator object iscandir at 0x6fd297c540>
1513
+ <generator object iscandir at 0x6ff2bec540>
1513
1514
  [PosixPath('.git'), PosixPath('.vscode'), PosixPath('pypipr'), PosixPath('__pycache__'), PosixPath('dist')]
1514
1515
  ```
1515
1516
 
@@ -1547,7 +1548,7 @@ Output:
1547
1548
  'idjango': <module 'pypipr.idjango' from '/data/data/com.termux/files/home/pypipr/pypipr/idjango/__init__.py'>,
1548
1549
  'iengineering': <module 'pypipr.iengineering' from '/data/data/com.termux/files/home/pypipr/pypipr/iengineering/__init__.py'>,
1549
1550
  'ifunctions': <module 'pypipr.ifunctions' from '/data/data/com.termux/files/home/pypipr/pypipr/ifunctions/__init__.py'>,
1550
- 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x6fd4ca8890>)>,
1551
+ 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x70028a63d0>)>,
1551
1552
  'asyncio': <module 'asyncio' from '/data/data/com.termux/files/usr/lib/python3.11/asyncio/__init__.py'>,
1552
1553
  'colorama': <module 'colorama' from '/data/data/com.termux/files/usr/lib/python3.11/site-packages/colorama/__init__.py'>,
1553
1554
  'csv': <module 'csv' from '/data/data/com.termux/files/usr/lib/python3.11/csv.py'>,
@@ -1585,67 +1586,67 @@ Output:
1585
1586
  'PintUregQuantity': <class 'pint.Quantity'>},
1586
1587
  'variable': {'LINUX': True,
1587
1588
  'WINDOWS': False,
1588
- 'PintUreg': <pint.registry.UnitRegistry object at 0x6fda093710>},
1589
- 'function': {'avg': <function avg at 0x6fde9b6d40>,
1590
- 'basename': <function basename at 0x6fde9868e0>,
1591
- 'chr_to_int': <function chr_to_int at 0x6fd9fcd080>,
1592
- 'chunk_array': <function chunk_array at 0x6fd9fcd1c0>,
1593
- 'create_folder': <function create_folder at 0x6fd9fcd3a0>,
1594
- 'datetime_from_string': <function datetime_from_string at 0x6fd9fcd580>,
1595
- 'datetime_now': <function datetime_now at 0x6fda075620>,
1596
- 'dict_first': <function dict_first at 0x6fda075580>,
1597
- 'dirname': <function dirname at 0x6fda0754e0>,
1598
- 'exit_if_empty': <function exit_if_empty at 0x6fda0753a0>,
1599
- 'filter_empty': <function filter_empty at 0x6fda0751c0>,
1600
- 'get_by_index': <function get_by_index at 0x6fda074e00>,
1601
- 'get_class_method': <function get_class_method at 0x6fda074cc0>,
1602
- 'get_filemtime': <function get_filemtime at 0x6fda074b80>,
1603
- 'get_filesize': <function get_filesize at 0x6fda0749a0>,
1604
- 'int_to_chr': <function int_to_chr at 0x6fda074900>,
1605
- 'is_empty': <function is_empty at 0x6fda075260>,
1606
- 'is_iterable': <function is_iterable at 0x6fda074fe0>,
1607
- 'is_valid_url': <function is_valid_url at 0x6fda0747c0>,
1608
- 'password_generator': <function password_generator at 0x6fda074680>,
1609
- 'random_bool': <function random_bool at 0x6fda0744a0>,
1610
- 'restart': <function restart at 0x6fda0777e0>,
1611
- 'set_timeout': <function set_timeout at 0x6fda077920>,
1612
- 'sets_ordered': <function sets_ordered at 0x6fda077a60>,
1613
- 'str_cmp': <function str_cmp at 0x6fda077b00>,
1614
- 'to_str': <function to_str at 0x6fda074f40>,
1615
- 'choices': <function choices at 0x6fda077ba0>,
1616
- 'console_run': <function console_run at 0x6fda077e20>,
1617
- 'input_char': <function input_char at 0x6fda077f60>,
1618
- 'log': <function log at 0x6fda098180>,
1619
- 'print_colorize': <function print_colorize at 0x6fda098220>,
1620
- 'print_dir': <function print_dir at 0x6fda098360>,
1621
- 'print_log': <function print_log at 0x6fda098040>,
1622
- 'print_to_last_line': <function print_to_last_line at 0x6fda077d80>,
1623
- 'text_colorize': <function text_colorize at 0x6fda077ec0>,
1624
- 'batch_calculate': <function batch_calculate at 0x6fd485d6c0>,
1625
- 'batchmaker': <function batchmaker at 0x6fd485e160>,
1626
- 'calculate': <function calculate at 0x6fd485e480>,
1627
- 'auto_reload': <function auto_reload at 0x6fd485e700>,
1628
- 'github_pull': <function github_pull at 0x6fd485e520>,
1629
- 'github_push': <function github_push at 0x6fd45860c0>,
1630
- 'github_user': <function github_user at 0x6fd4586160>,
1631
- 'pip_freeze_without_version': <function pip_freeze_without_version at 0x6fd45862a0>,
1632
- 'poetry_publish': <function poetry_publish at 0x6fd4586340>,
1633
- 'poetry_update_version': <function poetry_update_version at 0x6fd45aac00>,
1634
- 'iargv': <function iargv at 0x6fd2be4360>,
1635
- 'idumps': <function idumps at 0x6fd2be44a0>,
1636
- 'idumps_html': <function idumps_html at 0x6fd2c4cea0>,
1637
- 'ienv': <function ienv at 0x6fd2be45e0>,
1638
- 'iexec': <function iexec at 0x6fd2c4d120>,
1639
- 'ijoin': <function ijoin at 0x6fd45863e0>,
1640
- 'iloads': <function iloads at 0x6fd2c4d1c0>,
1641
- 'iloads_html': <function iloads_html at 0x6fd2c4d440>,
1642
- 'iopen': <function iopen at 0x6fd4586480>,
1643
- 'iprint': <function iprint at 0x6fd2c4d300>,
1644
- 'irange': <function irange at 0x6fd485e660>,
1645
- 'ireplace': <function ireplace at 0x6fd2c4d4e0>,
1646
- 'iscandir': <function iscandir at 0x6fd2c4f100>,
1647
- 'isplit': <function isplit at 0x6fd2c4f1a0>,
1648
- 'ivars': <function ivars at 0x6fd2c4f240>}}
1589
+ 'PintUreg': <pint.registry.UnitRegistry object at 0x70028bb8d0>},
1590
+ 'function': {'avg': <function avg at 0x700abaed40>,
1591
+ 'basename': <function basename at 0x700ab7e8e0>,
1592
+ 'chr_to_int': <function chr_to_int at 0x70027f5080>,
1593
+ 'chunk_array': <function chunk_array at 0x70027f51c0>,
1594
+ 'create_folder': <function create_folder at 0x70027f53a0>,
1595
+ 'datetime_from_string': <function datetime_from_string at 0x70027f5580>,
1596
+ 'datetime_now': <function datetime_now at 0x700289d620>,
1597
+ 'dict_first': <function dict_first at 0x700289d580>,
1598
+ 'dirname': <function dirname at 0x700289d4e0>,
1599
+ 'exit_if_empty': <function exit_if_empty at 0x700289d3a0>,
1600
+ 'filter_empty': <function filter_empty at 0x700289d1c0>,
1601
+ 'get_by_index': <function get_by_index at 0x700289ce00>,
1602
+ 'get_class_method': <function get_class_method at 0x700289ccc0>,
1603
+ 'get_filemtime': <function get_filemtime at 0x700289cb80>,
1604
+ 'get_filesize': <function get_filesize at 0x700289c9a0>,
1605
+ 'int_to_chr': <function int_to_chr at 0x700289c900>,
1606
+ 'is_empty': <function is_empty at 0x700289d260>,
1607
+ 'is_iterable': <function is_iterable at 0x700289cfe0>,
1608
+ 'is_valid_url': <function is_valid_url at 0x700289c7c0>,
1609
+ 'password_generator': <function password_generator at 0x700289c680>,
1610
+ 'random_bool': <function random_bool at 0x700289c4a0>,
1611
+ 'restart': <function restart at 0x700289f7e0>,
1612
+ 'set_timeout': <function set_timeout at 0x700289f920>,
1613
+ 'sets_ordered': <function sets_ordered at 0x700289fa60>,
1614
+ 'str_cmp': <function str_cmp at 0x700289fb00>,
1615
+ 'to_str': <function to_str at 0x700289cf40>,
1616
+ 'choices': <function choices at 0x700289fba0>,
1617
+ 'console_run': <function console_run at 0x700289fe20>,
1618
+ 'input_char': <function input_char at 0x700289ff60>,
1619
+ 'log': <function log at 0x70028c0180>,
1620
+ 'print_colorize': <function print_colorize at 0x70028c0220>,
1621
+ 'print_dir': <function print_dir at 0x70028c0360>,
1622
+ 'print_log': <function print_log at 0x70028c0040>,
1623
+ 'print_to_last_line': <function print_to_last_line at 0x700289fd80>,
1624
+ 'text_colorize': <function text_colorize at 0x700289fec0>,
1625
+ 'batch_calculate': <function batch_calculate at 0x6ffcf156c0>,
1626
+ 'batchmaker': <function batchmaker at 0x6ffcf16160>,
1627
+ 'calculate': <function calculate at 0x6ffcf16480>,
1628
+ 'auto_reload': <function auto_reload at 0x6ffcf16700>,
1629
+ 'github_pull': <function github_pull at 0x6ffcf16520>,
1630
+ 'github_push': <function github_push at 0x6ffcc360c0>,
1631
+ 'github_user': <function github_user at 0x6ffcc36160>,
1632
+ 'pip_freeze_without_version': <function pip_freeze_without_version at 0x6ffcc362a0>,
1633
+ 'poetry_publish': <function poetry_publish at 0x6ffcc36340>,
1634
+ 'poetry_update_version': <function poetry_update_version at 0x6ffcc5ac00>,
1635
+ 'iargv': <function iargv at 0x6ff2dc0360>,
1636
+ 'idumps': <function idumps at 0x6ff2dc04a0>,
1637
+ 'idumps_html': <function idumps_html at 0x6ff2e28ea0>,
1638
+ 'ienv': <function ienv at 0x6ff2dc05e0>,
1639
+ 'iexec': <function iexec at 0x6ff2e29120>,
1640
+ 'ijoin': <function ijoin at 0x6ffcc363e0>,
1641
+ 'iloads': <function iloads at 0x6ff2e291c0>,
1642
+ 'iloads_html': <function iloads_html at 0x6ff2e29440>,
1643
+ 'iopen': <function iopen at 0x6ffcc36480>,
1644
+ 'iprint': <function iprint at 0x6ff2e29300>,
1645
+ 'irange': <function irange at 0x6ffcf16660>,
1646
+ 'ireplace': <function ireplace at 0x6ff2e294e0>,
1647
+ 'iscandir': <function iscandir at 0x6ff2e2b100>,
1648
+ 'isplit': <function isplit at 0x6ff2e2b1a0>,
1649
+ 'ivars': <function ivars at 0x6ff2e2b240>}}
1649
1650
  ```
1650
1651
 
1651
1652
  # CLASS
@@ -1685,7 +1686,7 @@ print(ExampleComparePerformance().compare_performance())
1685
1686
 
1686
1687
  Output:
1687
1688
  ```py
1688
- {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x6fd29902b0>,
1689
+ {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x6ff2c002b0>,
1689
1690
  'b': (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),
1690
1691
  'c': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
1691
1692
  'd': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}
@@ -18,6 +18,8 @@ def irange(start, stop=None, step=1, index=0, numbers="abcdefghijklmnopqrstuvwxy
18
18
  stop = start
19
19
  start = numbers[0] if isinstance(start, str) else 0
20
20
 
21
+ step = 1 if step is None else int(step)
22
+
21
23
  if isinstance(start, int) and isinstance(stop, int):
22
24
  return range(start, stop, step)
23
25
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pypipr"
3
- version = "1.0.102"
3
+ version = "1.0.103"
4
4
  description = "The Python Package Index Project"
5
5
  authors = ["ufiapjj <ufiapjj@gmail.com>"]
6
6
  readme = "readme.md"
@@ -97,7 +97,7 @@ print(list(chunk_array(arr, 5)))
97
97
 
98
98
  Output:
99
99
  ```py
100
- <generator object chunk_array at 0x6fd297c040>
100
+ <generator object chunk_array at 0x6ff2bec040>
101
101
  [[2, 3, 12, 3, 3], [42, 42, 1, 43, 2], [42, 41, 4, 24, 32], [42, 3, 12, 32, 42], [42]]
102
102
  ```
103
103
 
@@ -148,9 +148,9 @@ print(datetime_now("Etc/GMT+7"))
148
148
 
149
149
  Output:
150
150
  ```py
151
- 2024-04-29 19:34:12.849747+07:00
152
- 2024-04-29 12:34:12.851274+00:00
153
- 2024-04-29 05:34:12.855851-07:00
151
+ 2024-04-29 19:46:54.967295+07:00
152
+ 2024-04-29 12:46:54.969159+00:00
153
+ 2024-04-29 05:46:54.971983-07:00
154
154
  ```
155
155
 
156
156
  ## dict_first
@@ -217,7 +217,7 @@ print(filter_empty(var))
217
217
 
218
218
  Output:
219
219
  ```py
220
- <generator object filter_empty at 0x6fd2912d40>
220
+ <generator object filter_empty at 0x6ff2b86d40>
221
221
  ```
222
222
 
223
223
  ## get_by_index
@@ -263,8 +263,8 @@ print(list(get_class_method(ExampleGetClassMethod)))
263
263
 
264
264
  Output:
265
265
  ```py
266
- <generator object get_class_method at 0x6fd2913010>
267
- [<function ExampleGetClassMethod.a at 0x6fd29858a0>, <function ExampleGetClassMethod.b at 0x6fd2985760>, <function ExampleGetClassMethod.c at 0x6fd2985940>, <function ExampleGetClassMethod.d at 0x6fd29859e0>]
266
+ <generator object get_class_method at 0x6ff2b87010>
267
+ [<function ExampleGetClassMethod.a at 0x6ff2bf58a0>, <function ExampleGetClassMethod.b at 0x6ff2bf5760>, <function ExampleGetClassMethod.c at 0x6ff2bf5940>, <function ExampleGetClassMethod.d at 0x6ff2bf59e0>]
268
268
  ```
269
269
 
270
270
  ## get_filemtime
@@ -432,7 +432,7 @@ print(password_generator())
432
432
 
433
433
  Output:
434
434
  ```py
435
- iK8^J8/n
435
+ <4%r/DGC
436
436
  ```
437
437
 
438
438
  ## random_bool
@@ -450,7 +450,7 @@ print(random_bool())
450
450
 
451
451
  Output:
452
452
  ```py
453
- False
453
+ True
454
454
  ```
455
455
 
456
456
  ## restart
@@ -476,7 +476,7 @@ x.cancel()
476
476
 
477
477
  Output:
478
478
  ```py
479
- <Timer(Thread-2, started 480245693680)>
479
+ <Timer(Thread-2, started 480790232304)>
480
480
  menghentikan timeout 7
481
481
  ```
482
482
 
@@ -494,7 +494,7 @@ print(list(sets_ordered(array)))
494
494
 
495
495
  Output:
496
496
  ```py
497
- <generator object sets_ordered at 0x6fd298c1e0>
497
+ <generator object sets_ordered at 0x6ff2c001e0>
498
498
  [2, 3, 12, 42, 1, 43, 41, 4, 24, 32]
499
499
  ```
500
500
 
@@ -648,7 +648,7 @@ Output:
648
648
  __enter__ : https:/www.google.com
649
649
  __fspath__ : https:/www.google.com
650
650
  __getstate__ : (None, {'_drv': '', '_root': '', '_parts': ['https:', 'www.google.com'], '_str': 'https:/www.google.com'})
651
- __hash__ : -4831383548947460185
651
+ __hash__ : -2512832124048987387
652
652
  __init__ : None
653
653
  __init_subclass__ : None
654
654
  __module__ : pathlib
@@ -661,8 +661,8 @@ Output:
661
661
  _cached_cparts : ['https:', 'www.google.com']
662
662
  _cparts : ['https:', 'www.google.com']
663
663
  _drv :
664
- _flavour : <pathlib._PosixFlavour object at 0x6fda048750>
665
- _hash : -4831383548947460185
664
+ _flavour : <pathlib._PosixFlavour object at 0x700286c8d0>
665
+ _hash : -2512832124048987387
666
666
  _parts : ['https:', 'www.google.com']
667
667
  _root :
668
668
  _str : https:/www.google.com
@@ -684,7 +684,7 @@ Output:
684
684
  is_reserved : False
685
685
  is_socket : False
686
686
  is_symlink : False
687
- iterdir : <generator object Path.iterdir at 0x6fd2968ba0>
687
+ iterdir : <generator object Path.iterdir at 0x6ff2bdcba0>
688
688
  joinpath : https:/www.google.com
689
689
  name : www.google.com
690
690
  parent : https:
@@ -1128,7 +1128,7 @@ print(ijoin(10, ' '))
1128
1128
 
1129
1129
  Output:
1130
1130
  ```py
1131
- qweqw, dfs, asd, weq
1131
+ weq, qweqw, dfs, asd
1132
1132
  ,ini,path,seperti,url,
1133
1133
  ini,path,seperti,url
1134
1134
  <li>satu</li>
@@ -1194,9 +1194,9 @@ Output:
1194
1194
  ```py
1195
1195
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1196
1196
  [['Harga Emas Hari Ini - Senin, 29 April 2024'],
1197
- ['Spot Emas USD↓2.334,50 (-3,44) / oz',
1197
+ ['Spot Emas USD↓2.329,66 (-8,28) / oz',
1198
1198
  'Kurs IDR↑16.222,00 (+14,00) / USD',
1199
- 'Emas IDR↓1.217.557 (-742) / gr'],
1199
+ 'Emas IDR↓1.215.033 (-3.266) / gr'],
1200
1200
  ['LM Antam (Jual)↓1.325.000 (-1.000) / gr',
1201
1201
  'LM Antam (Beli)↓1.221.000 (-1.000) / gr']],
1202
1202
  [['Harga Emas Hari Ini'],
@@ -1267,10 +1267,10 @@ Output:
1267
1267
  'Update harga LM Pegadaian :31 Agustus 2023']],
1268
1268
  [['Spot Harga Emas Hari Ini (Market Open)'],
1269
1269
  ['Satuan', 'USD', 'Kurs\xa0Dollar', 'IDR'],
1270
- ['Ounce\xa0(oz)', '2.334,50 (-3,44)', '16.222,00 (+14,00)', '37.870.259'],
1271
- ['Gram\xa0(gr)', '75,06', '16.222,00', '1.217.557 (-742)'],
1272
- ['Kilogram\xa0(kg)', '75.055,92', '16.222,00', '1.217.557.101'],
1273
- ['Update harga emas :29 April 2024, pukul 19:34Update kurs :29 April 2024, '
1270
+ ['Ounce\xa0(oz)', '2.329,66 (-8,28)', '16.222,00 (+14,00)', '37.791.745'],
1271
+ ['Gram\xa0(gr)', '74,90', '16.222,00', '1.215.033 (-3.266)'],
1272
+ ['Kilogram\xa0(kg)', '74.900,31', '16.222,00', '1.215.032.802'],
1273
+ ['Update harga emas :29 April 2024, pukul 19:46Update kurs :29 April 2024, '
1274
1274
  'pukul 13:10']],
1275
1275
  [['Gram', 'UBS Gold 99.99%'],
1276
1276
  ['Jual', 'Beli'],
@@ -1316,36 +1316,36 @@ Output:
1316
1316
  ['Unit', 'USD', 'IDR'],
1317
1317
  ['Angka', '+/-', 'Angka', '+/-'],
1318
1318
  ['Hari Ini', 'Kurs', '', '', '16.208', '+14+0,09%'],
1319
- ['oz', '2.337,94', '-3,44-0,15%', '37.893.332', '-23.073-0,06%'],
1320
- ['gr', '75,17', '-0,11-0,15%', '1.218.299', '-742-0,06%'],
1319
+ ['oz', '2.337,94', '-8,28-0,35%', '37.893.332', '-101.587-0,27%'],
1320
+ ['gr', '75,17', '-0,27-0,35%', '1.218.299', '-3.266-0,27%'],
1321
1321
  ['30 Hari', 'Kurs', '', '', '15.853', '+369+2,33%'],
1322
- ['oz', '2.232,75', '+101,75+4,56%', '35.395.786', '+2.474.473+6,99%'],
1323
- ['gr', '71,78', '+3,27+4,56%', '1.138.001', '+79.556+6,99%'],
1322
+ ['oz', '2.232,75', '+96,91+4,34%', '35.395.786', '+2.395.959+6,77%'],
1323
+ ['gr', '71,78', '+3,12+4,34%', '1.138.001', '+77.032+6,77%'],
1324
1324
  ['2 Bulan', 'Kurs', '', '', '15.673', '+549+3,50%'],
1325
- ['oz', '2.045,83', '+288,67+14,11%', '32.064.294', '+5.805.965+18,11%'],
1326
- ['gr', '65,77', '+9,28+14,11', '1.030.891', '+186.666+18,11%'],
1325
+ ['oz', '2.045,83', '+283,83+13,87%', '32.064.294', '+5.727.451+17,86%'],
1326
+ ['gr', '65,77', '+9,13+13,87', '1.030.891', '+184.142+17,86%'],
1327
1327
  ['6 Bulan', 'Kurs', '', '', '15.897', '+325+2,04%'],
1328
- ['oz', '1.977,80', '+356,70+18,04%', '31.441.087', '+6.429.172+20,45%'],
1329
- ['gr', '63,59', '+11,47+18,04%', '1.010.854', '+206.703+20,45%'],
1328
+ ['oz', '1.977,80', '+351,86+17,79%', '31.441.087', '+6.350.658+20,20%'],
1329
+ ['gr', '63,59', '+11,31+17,79%', '1.010.854', '+204.178+20,20%'],
1330
1330
  ['1 Tahun', 'Kurs', '', '', '15.731', '+491+3,12%'],
1331
- ['oz', '1.823,86', '+510,64+28,00%', '28.691.142', '+9.179.117+31,99%'],
1332
- ['gr', '58,64', '+16,42+28,00%', '922.442', '+295.115+31,99%'],
1331
+ ['oz', '1.823,86', '+505,80+27,73%', '28.691.142', '+9.100.603+31,72%'],
1332
+ ['gr', '58,64', '+16,26+27,73%', '922.442', '+292.591+31,72%'],
1333
1333
  ['2 Tahun', 'Kurs', '', '', '14.418', '+1.804+12,51%'],
1334
- ['oz', '1.896,95', '+437,55+23,07%', '27.350.225', '+10.520.034+38,46%'],
1335
- ['gr', '60,99', '+14,07+23,07%', '879.330', '+338.227+38,46%'],
1334
+ ['oz', '1.896,95', '+432,71+22,81%', '27.350.225', '+10.441.519+38,18%'],
1335
+ ['gr', '60,99', '+13,91+22,81%', '879.330', '+335.703+38,18%'],
1336
1336
  ['3 Tahun', 'Kurs', '', '', '14.468', '+1.754+12,12%'],
1337
- ['oz', '1.767,08', '+567,42+32,11%', '25.566.113', '+12.304.146+48,13%'],
1338
- ['gr', '56,81', '+18,24+32,11%', '821.970', '+395.587+48,13%'],
1337
+ ['oz', '1.767,08', '+562,58+31,84%', '25.566.113', '+12.225.631+47,82%'],
1338
+ ['gr', '56,81', '+18,09+31,84%', '821.970', '+393.063+47,82%'],
1339
1339
  ['5 Tahun', 'Kurs', '', '', '14.215', '+2.007+14,12%'],
1340
- ['oz', '1.280,61', '+1.053,89+82,30%', '18.203.871', '+19.666.388+108,03%'],
1341
- ['gr', '41,17', '+33,88+82,30%', '585.268', '+632.289+108,03%']])
1340
+ ['oz', '1.280,61', '+1.049,05+81,92%', '18.203.871', '+19.587.873+107,60%'],
1341
+ ['gr', '41,17', '+33,73+81,92%', '585.268', '+629.765+107,60%']])
1342
1342
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1343
1343
  [[''],
1344
1344
  ['Emas 24 KaratHarga Emas 1 Gram', ''],
1345
- ['USD', '75,06↓', '-0,11-0,15%'],
1346
- ['KURS', '16.220,30↓', '-21,00-0,13%'],
1347
- ['IDR', '1.217.429,51↓', '-3.372,43-0,28%'],
1348
- ['Senin, 29 April 2024 19:34']],
1345
+ ['USD', '74,90↓', '-0,27-0,36%'],
1346
+ ['KURS', '16.225,15↓', '-16,15-0,10%'],
1347
+ ['IDR', '1.215.268,74↓', '-5.533,20-0,45%'],
1348
+ ['Senin, 29 April 2024 19:46']],
1349
1349
  [[''],
1350
1350
  ['Emas 1 Gram (IDR)Emas 1 Gram (USD)Kurs USD-IDR',
1351
1351
  'Hari Ini',
@@ -1356,19 +1356,19 @@ Output:
1356
1356
  '']],
1357
1357
  [['Pergerakkan Harga Emas 1 Gram'],
1358
1358
  ['', 'Penutupan Kemarin', 'Pergerakkan Hari Ini', 'Rata-rata'],
1359
- ['USD', '75,17', '75,06 - 75,17', '75,12'],
1360
- ['KURS', '16.241,30', '16.220,30 - 16.241,30', '16.230,80'],
1361
- ['IDR', '1.220.801,94', '1.217.429,51 - 1.220.801,94', '1.219.115,73'],
1359
+ ['USD', '75,17', '74,90 - 75,17', '75,04'],
1360
+ ['KURS', '16.241,30', '16.225,15 - 16.241,30', '16.233,23'],
1361
+ ['IDR', '1.220.801,94', '1.215.268,74 - 1.220.801,94', '1.218.035,34'],
1362
1362
  [''],
1363
1363
  ['', 'Awal Tahun', 'Pergerakkan YTD', '+/- YTD'],
1364
- ['USD', '66,32', '64,07 - 77,14', '+8,74 (13,18%)'],
1365
- ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+830,20 (5,39%)'],
1366
- ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+196.699,98 (19,27%)'],
1364
+ ['USD', '66,32', '64,07 - 77,14', '+8,58 (12,94%)'],
1365
+ ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+835,05 (5,43%)'],
1366
+ ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+194.539,21 (19,06%)'],
1367
1367
  [''],
1368
1368
  ['', 'Tahun Lalu / 52 Minggu', 'Pergerakkan 52 Minggu', '+/- 52 Minggu'],
1369
- ['USD', '64,04', '58,43 - 77,14', '+11,02 (17,21%)'],
1370
- ['KURS', '14.671,35', '14.669,40 - 16.307,80', '+1.548,95 (10,56%)'],
1371
- ['IDR', '939.568,98', '912.925,68 - 1.256.829,06', '+277.860,53 (29,57%)']])
1369
+ ['USD', '64,04', '58,43 - 77,14', '+10,86 (16,96%)'],
1370
+ ['KURS', '14.671,35', '14.669,40 - 16.307,80', '+1.553,80 (10,59%)'],
1371
+ ['IDR', '939.568,98', '912.925,68 - 1.256.829,06', '+275.699,76 (29,34%)']])
1372
1372
  ```
1373
1373
 
1374
1374
  ## iopen
@@ -1410,7 +1410,8 @@ Output:
1410
1410
  ```py
1411
1411
  8
1412
1412
  ['mana', 'aja']
1413
- [<Element a at 0x6fd29733e0>, <Element a at 0x6fd29bad00>, <Element a at 0x6fd29bada0>, <Element a at 0x6fd29badf0>, <Element a at 0x6fd29bae40>, <Element a at 0x6fd29bae90>, <Element a at 0x6fd29baee0>, <Element a at 0x6fd29baf30>, <Element a at 0x6fd29baf80>, <Element a at 0x6fd29bafd0>, <Element a at 0x6fd29bb020>, <Element a at 0x6fd29bb070>, <Element a at 0x6fd29bb0c0>, <Element a at 0x6fd29bb110>, <Element a at 0x6fd29bb160>, <Element a at 0x6fd29bb1b0>, <Element a at 0x6fd29bb200>, <Element a at 0x6fd29bb250>, <Element a at 0x6fd29bb2a0>, <Element a at 0x6fd29bb2f0>]
1413
+ Timeout 3
1414
+ [<Element a at 0x700abbd9a0>, <Element a at 0x6ff2c2ead0>, <Element a at 0x6ff2c2eb70>, <Element a at 0x6ff2c2ebc0>, <Element a at 0x6ff2c2ec10>, <Element a at 0x6ff2c2ec60>, <Element a at 0x6ff2c2ecb0>, <Element a at 0x6ff2c2ed00>, <Element a at 0x6ff2c2ed50>, <Element a at 0x6ff2c2eda0>, <Element a at 0x6ff2c2edf0>, <Element a at 0x6ff2c2ee40>, <Element a at 0x6ff2c2ee90>, <Element a at 0x6ff2c2eee0>, <Element a at 0x6ff2c2ef30>, <Element a at 0x6ff2c2ef80>, <Element a at 0x6ff2c2efd0>, <Element a at 0x6ff2c2f020>, <Element a at 0x6ff2c2f070>, <Element a at 0x6ff2c2f0c0>]
1414
1415
  False
1415
1416
  ```
1416
1417
 
@@ -1486,7 +1487,7 @@ print(list(iscandir("./", recursive=False, scan_file=False)))
1486
1487
 
1487
1488
  Output:
1488
1489
  ```py
1489
- <generator object iscandir at 0x6fd297c540>
1490
+ <generator object iscandir at 0x6ff2bec540>
1490
1491
  [PosixPath('.git'), PosixPath('.vscode'), PosixPath('pypipr'), PosixPath('__pycache__'), PosixPath('dist')]
1491
1492
  ```
1492
1493
 
@@ -1524,7 +1525,7 @@ Output:
1524
1525
  'idjango': <module 'pypipr.idjango' from '/data/data/com.termux/files/home/pypipr/pypipr/idjango/__init__.py'>,
1525
1526
  'iengineering': <module 'pypipr.iengineering' from '/data/data/com.termux/files/home/pypipr/pypipr/iengineering/__init__.py'>,
1526
1527
  'ifunctions': <module 'pypipr.ifunctions' from '/data/data/com.termux/files/home/pypipr/pypipr/ifunctions/__init__.py'>,
1527
- 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x6fd4ca8890>)>,
1528
+ 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x70028a63d0>)>,
1528
1529
  'asyncio': <module 'asyncio' from '/data/data/com.termux/files/usr/lib/python3.11/asyncio/__init__.py'>,
1529
1530
  'colorama': <module 'colorama' from '/data/data/com.termux/files/usr/lib/python3.11/site-packages/colorama/__init__.py'>,
1530
1531
  'csv': <module 'csv' from '/data/data/com.termux/files/usr/lib/python3.11/csv.py'>,
@@ -1562,67 +1563,67 @@ Output:
1562
1563
  'PintUregQuantity': <class 'pint.Quantity'>},
1563
1564
  'variable': {'LINUX': True,
1564
1565
  'WINDOWS': False,
1565
- 'PintUreg': <pint.registry.UnitRegistry object at 0x6fda093710>},
1566
- 'function': {'avg': <function avg at 0x6fde9b6d40>,
1567
- 'basename': <function basename at 0x6fde9868e0>,
1568
- 'chr_to_int': <function chr_to_int at 0x6fd9fcd080>,
1569
- 'chunk_array': <function chunk_array at 0x6fd9fcd1c0>,
1570
- 'create_folder': <function create_folder at 0x6fd9fcd3a0>,
1571
- 'datetime_from_string': <function datetime_from_string at 0x6fd9fcd580>,
1572
- 'datetime_now': <function datetime_now at 0x6fda075620>,
1573
- 'dict_first': <function dict_first at 0x6fda075580>,
1574
- 'dirname': <function dirname at 0x6fda0754e0>,
1575
- 'exit_if_empty': <function exit_if_empty at 0x6fda0753a0>,
1576
- 'filter_empty': <function filter_empty at 0x6fda0751c0>,
1577
- 'get_by_index': <function get_by_index at 0x6fda074e00>,
1578
- 'get_class_method': <function get_class_method at 0x6fda074cc0>,
1579
- 'get_filemtime': <function get_filemtime at 0x6fda074b80>,
1580
- 'get_filesize': <function get_filesize at 0x6fda0749a0>,
1581
- 'int_to_chr': <function int_to_chr at 0x6fda074900>,
1582
- 'is_empty': <function is_empty at 0x6fda075260>,
1583
- 'is_iterable': <function is_iterable at 0x6fda074fe0>,
1584
- 'is_valid_url': <function is_valid_url at 0x6fda0747c0>,
1585
- 'password_generator': <function password_generator at 0x6fda074680>,
1586
- 'random_bool': <function random_bool at 0x6fda0744a0>,
1587
- 'restart': <function restart at 0x6fda0777e0>,
1588
- 'set_timeout': <function set_timeout at 0x6fda077920>,
1589
- 'sets_ordered': <function sets_ordered at 0x6fda077a60>,
1590
- 'str_cmp': <function str_cmp at 0x6fda077b00>,
1591
- 'to_str': <function to_str at 0x6fda074f40>,
1592
- 'choices': <function choices at 0x6fda077ba0>,
1593
- 'console_run': <function console_run at 0x6fda077e20>,
1594
- 'input_char': <function input_char at 0x6fda077f60>,
1595
- 'log': <function log at 0x6fda098180>,
1596
- 'print_colorize': <function print_colorize at 0x6fda098220>,
1597
- 'print_dir': <function print_dir at 0x6fda098360>,
1598
- 'print_log': <function print_log at 0x6fda098040>,
1599
- 'print_to_last_line': <function print_to_last_line at 0x6fda077d80>,
1600
- 'text_colorize': <function text_colorize at 0x6fda077ec0>,
1601
- 'batch_calculate': <function batch_calculate at 0x6fd485d6c0>,
1602
- 'batchmaker': <function batchmaker at 0x6fd485e160>,
1603
- 'calculate': <function calculate at 0x6fd485e480>,
1604
- 'auto_reload': <function auto_reload at 0x6fd485e700>,
1605
- 'github_pull': <function github_pull at 0x6fd485e520>,
1606
- 'github_push': <function github_push at 0x6fd45860c0>,
1607
- 'github_user': <function github_user at 0x6fd4586160>,
1608
- 'pip_freeze_without_version': <function pip_freeze_without_version at 0x6fd45862a0>,
1609
- 'poetry_publish': <function poetry_publish at 0x6fd4586340>,
1610
- 'poetry_update_version': <function poetry_update_version at 0x6fd45aac00>,
1611
- 'iargv': <function iargv at 0x6fd2be4360>,
1612
- 'idumps': <function idumps at 0x6fd2be44a0>,
1613
- 'idumps_html': <function idumps_html at 0x6fd2c4cea0>,
1614
- 'ienv': <function ienv at 0x6fd2be45e0>,
1615
- 'iexec': <function iexec at 0x6fd2c4d120>,
1616
- 'ijoin': <function ijoin at 0x6fd45863e0>,
1617
- 'iloads': <function iloads at 0x6fd2c4d1c0>,
1618
- 'iloads_html': <function iloads_html at 0x6fd2c4d440>,
1619
- 'iopen': <function iopen at 0x6fd4586480>,
1620
- 'iprint': <function iprint at 0x6fd2c4d300>,
1621
- 'irange': <function irange at 0x6fd485e660>,
1622
- 'ireplace': <function ireplace at 0x6fd2c4d4e0>,
1623
- 'iscandir': <function iscandir at 0x6fd2c4f100>,
1624
- 'isplit': <function isplit at 0x6fd2c4f1a0>,
1625
- 'ivars': <function ivars at 0x6fd2c4f240>}}
1566
+ 'PintUreg': <pint.registry.UnitRegistry object at 0x70028bb8d0>},
1567
+ 'function': {'avg': <function avg at 0x700abaed40>,
1568
+ 'basename': <function basename at 0x700ab7e8e0>,
1569
+ 'chr_to_int': <function chr_to_int at 0x70027f5080>,
1570
+ 'chunk_array': <function chunk_array at 0x70027f51c0>,
1571
+ 'create_folder': <function create_folder at 0x70027f53a0>,
1572
+ 'datetime_from_string': <function datetime_from_string at 0x70027f5580>,
1573
+ 'datetime_now': <function datetime_now at 0x700289d620>,
1574
+ 'dict_first': <function dict_first at 0x700289d580>,
1575
+ 'dirname': <function dirname at 0x700289d4e0>,
1576
+ 'exit_if_empty': <function exit_if_empty at 0x700289d3a0>,
1577
+ 'filter_empty': <function filter_empty at 0x700289d1c0>,
1578
+ 'get_by_index': <function get_by_index at 0x700289ce00>,
1579
+ 'get_class_method': <function get_class_method at 0x700289ccc0>,
1580
+ 'get_filemtime': <function get_filemtime at 0x700289cb80>,
1581
+ 'get_filesize': <function get_filesize at 0x700289c9a0>,
1582
+ 'int_to_chr': <function int_to_chr at 0x700289c900>,
1583
+ 'is_empty': <function is_empty at 0x700289d260>,
1584
+ 'is_iterable': <function is_iterable at 0x700289cfe0>,
1585
+ 'is_valid_url': <function is_valid_url at 0x700289c7c0>,
1586
+ 'password_generator': <function password_generator at 0x700289c680>,
1587
+ 'random_bool': <function random_bool at 0x700289c4a0>,
1588
+ 'restart': <function restart at 0x700289f7e0>,
1589
+ 'set_timeout': <function set_timeout at 0x700289f920>,
1590
+ 'sets_ordered': <function sets_ordered at 0x700289fa60>,
1591
+ 'str_cmp': <function str_cmp at 0x700289fb00>,
1592
+ 'to_str': <function to_str at 0x700289cf40>,
1593
+ 'choices': <function choices at 0x700289fba0>,
1594
+ 'console_run': <function console_run at 0x700289fe20>,
1595
+ 'input_char': <function input_char at 0x700289ff60>,
1596
+ 'log': <function log at 0x70028c0180>,
1597
+ 'print_colorize': <function print_colorize at 0x70028c0220>,
1598
+ 'print_dir': <function print_dir at 0x70028c0360>,
1599
+ 'print_log': <function print_log at 0x70028c0040>,
1600
+ 'print_to_last_line': <function print_to_last_line at 0x700289fd80>,
1601
+ 'text_colorize': <function text_colorize at 0x700289fec0>,
1602
+ 'batch_calculate': <function batch_calculate at 0x6ffcf156c0>,
1603
+ 'batchmaker': <function batchmaker at 0x6ffcf16160>,
1604
+ 'calculate': <function calculate at 0x6ffcf16480>,
1605
+ 'auto_reload': <function auto_reload at 0x6ffcf16700>,
1606
+ 'github_pull': <function github_pull at 0x6ffcf16520>,
1607
+ 'github_push': <function github_push at 0x6ffcc360c0>,
1608
+ 'github_user': <function github_user at 0x6ffcc36160>,
1609
+ 'pip_freeze_without_version': <function pip_freeze_without_version at 0x6ffcc362a0>,
1610
+ 'poetry_publish': <function poetry_publish at 0x6ffcc36340>,
1611
+ 'poetry_update_version': <function poetry_update_version at 0x6ffcc5ac00>,
1612
+ 'iargv': <function iargv at 0x6ff2dc0360>,
1613
+ 'idumps': <function idumps at 0x6ff2dc04a0>,
1614
+ 'idumps_html': <function idumps_html at 0x6ff2e28ea0>,
1615
+ 'ienv': <function ienv at 0x6ff2dc05e0>,
1616
+ 'iexec': <function iexec at 0x6ff2e29120>,
1617
+ 'ijoin': <function ijoin at 0x6ffcc363e0>,
1618
+ 'iloads': <function iloads at 0x6ff2e291c0>,
1619
+ 'iloads_html': <function iloads_html at 0x6ff2e29440>,
1620
+ 'iopen': <function iopen at 0x6ffcc36480>,
1621
+ 'iprint': <function iprint at 0x6ff2e29300>,
1622
+ 'irange': <function irange at 0x6ffcf16660>,
1623
+ 'ireplace': <function ireplace at 0x6ff2e294e0>,
1624
+ 'iscandir': <function iscandir at 0x6ff2e2b100>,
1625
+ 'isplit': <function isplit at 0x6ff2e2b1a0>,
1626
+ 'ivars': <function ivars at 0x6ff2e2b240>}}
1626
1627
  ```
1627
1628
 
1628
1629
  # CLASS
@@ -1662,7 +1663,7 @@ print(ExampleComparePerformance().compare_performance())
1662
1663
 
1663
1664
  Output:
1664
1665
  ```py
1665
- {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x6fd29902b0>,
1666
+ {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x6ff2c002b0>,
1666
1667
  'b': (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),
1667
1668
  'c': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
1668
1669
  'd': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}
File without changes
File without changes
File without changes