pypipr 1.0.91__py3-none-any.whl → 1.0.93__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.
@@ -20,3 +20,7 @@ def iargv(key: int, cast=None, on_error=None):
20
20
  return v
21
21
  except Exception:
22
22
  return on_error
23
+
24
+
25
+ if __name__ == "__main__":
26
+ print(sys.argv)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypipr
3
- Version: 1.0.91
3
+ Version: 1.0.93
4
4
  Summary: The Python Package Index Project
5
5
  Author: ufiapjj
6
6
  Author-email: ufiapjj@gmail.com
@@ -101,7 +101,7 @@ print(list(chunk_array(arr, 5)))
101
101
 
102
102
  Output:
103
103
  ```py
104
- <generator object chunk_array at 0x72f4fd0240>
104
+ <generator object chunk_array at 0x71ec8ac240>
105
105
  [[2, 3, 12, 3, 3], [42, 42, 1, 43, 2], [42, 41, 4, 24, 32], [42, 3, 12, 32, 42], [42]]
106
106
  ```
107
107
 
@@ -152,9 +152,9 @@ print(datetime_now("Etc/GMT+7"))
152
152
 
153
153
  Output:
154
154
  ```py
155
- 2024-04-24 11:39:26.061287+07:00
156
- 2024-04-24 04:39:26.061634+00:00
157
- 2024-04-23 21:39:26.062212-07:00
155
+ 2024-04-24 15:30:21.125582+07:00
156
+ 2024-04-24 08:30:21.126382+00:00
157
+ 2024-04-24 01:30:21.127761-07:00
158
158
  ```
159
159
 
160
160
  ## dict_first
@@ -221,7 +221,7 @@ print(filter_empty(var))
221
221
 
222
222
  Output:
223
223
  ```py
224
- <generator object filter_empty at 0x72f4f66d40>
224
+ <generator object filter_empty at 0x71ec842d40>
225
225
  ```
226
226
 
227
227
  ## get_by_index
@@ -267,8 +267,8 @@ print(list(get_class_method(ExampleGetClassMethod)))
267
267
 
268
268
  Output:
269
269
  ```py
270
- <generator object get_class_method at 0x72f4f67010>
271
- [<function ExampleGetClassMethod.a at 0x730657e7a0>, <function ExampleGetClassMethod.b at 0x72f4fd9580>, <function ExampleGetClassMethod.c at 0x72f4fd9620>, <function ExampleGetClassMethod.d at 0x72f4fd96c0>]
270
+ <generator object get_class_method at 0x71ec843010>
271
+ [<function ExampleGetClassMethod.a at 0x720457e7a0>, <function ExampleGetClassMethod.b at 0x71ec8b5580>, <function ExampleGetClassMethod.c at 0x71ec8b5620>, <function ExampleGetClassMethod.d at 0x71ec8b56c0>]
272
272
  ```
273
273
 
274
274
  ## get_filemtime
@@ -393,7 +393,7 @@ Output:
393
393
  'idjango': <module 'pypipr.idjango' from '/data/data/com.termux/files/home/pypipr/pypipr/idjango/__init__.py'>,
394
394
  'iengineering': <module 'pypipr.iengineering' from '/data/data/com.termux/files/home/pypipr/pypipr/iengineering/__init__.py'>,
395
395
  'ifunctions': <module 'pypipr.ifunctions' from '/data/data/com.termux/files/home/pypipr/pypipr/ifunctions/__init__.py'>,
396
- 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x72f921efd0>)>,
396
+ 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x71f481bed0>)>,
397
397
  'asyncio': <module 'asyncio' from '/data/data/com.termux/files/usr/lib/python3.11/asyncio/__init__.py'>,
398
398
  'colorama': <module 'colorama' from '/data/data/com.termux/files/usr/lib/python3.11/site-packages/colorama/__init__.py'>,
399
399
  'datetime': <module 'datetime' from '/data/data/com.termux/files/usr/lib/python3.11/datetime.py'>,
@@ -430,64 +430,64 @@ Output:
430
430
  'PintUregQuantity': <class 'pint.Quantity'>},
431
431
  'variable': {'LINUX': True,
432
432
  'WINDOWS': False,
433
- 'PintUreg': <pint.registry.UnitRegistry object at 0x7302ccb1d0>},
434
- 'function': {'avg': <function avg at 0x73065b6d40>,
435
- 'basename': <function basename at 0x730657e8e0>,
436
- 'chunk_array': <function chunk_array at 0x7302c01120>,
437
- 'create_folder': <function create_folder at 0x7302c01300>,
438
- 'datetime_from_string': <function datetime_from_string at 0x7302c014e0>,
439
- 'datetime_now': <function datetime_now at 0x7302ca9620>,
440
- 'dict_first': <function dict_first at 0x7302ca9580>,
441
- 'dirname': <function dirname at 0x7302ca94e0>,
442
- 'exit_if_empty': <function exit_if_empty at 0x7302c834c0>,
443
- 'filter_empty': <function filter_empty at 0x7302ca91c0>,
444
- 'get_by_index': <function get_by_index at 0x7302ca8ea0>,
445
- 'get_class_method': <function get_class_method at 0x7302ca8cc0>,
446
- 'get_filemtime': <function get_filemtime at 0x7302ca8b80>,
447
- 'get_filesize': <function get_filesize at 0x7302ca89a0>,
448
- 'is_empty': <function is_empty at 0x7302ca9260>,
449
- 'is_iterable': <function is_iterable at 0x7302ca8fe0>,
450
- 'is_valid_url': <function is_valid_url at 0x7302ca8860>,
451
- 'ivars': <function ivars at 0x7302ca87c0>,
452
- 'password_generator': <function password_generator at 0x7302ca8680>,
453
- 'random_bool': <function random_bool at 0x7302ca8400>,
454
- 'set_timeout': <function set_timeout at 0x7302cab7e0>,
455
- 'sets_ordered': <function sets_ordered at 0x7302cab920>,
456
- 'str_cmp': <function str_cmp at 0x7302cab9c0>,
457
- 'to_str': <function to_str at 0x7302ca8f40>,
458
- 'choices': <function choices at 0x7302caba60>,
459
- 'console_run': <function console_run at 0x7302cabce0>,
460
- 'input_char': <function input_char at 0x7302cabe20>,
461
- 'log': <function log at 0x7302cd0040>,
462
- 'print_colorize': <function print_colorize at 0x7302cd00e0>,
463
- 'print_dir': <function print_dir at 0x7302cd0220>,
464
- 'print_log': <function print_log at 0x7302cabec0>,
465
- 'print_to_last_line': <function print_to_last_line at 0x7302cabc40>,
466
- 'text_colorize': <function text_colorize at 0x7302cabd80>,
467
- 'batch_calculate': <function batch_calculate at 0x72f9235580>,
468
- 'batchmaker': <function batchmaker at 0x72f920e980>,
469
- 'calculate': <function calculate at 0x72f92362a0>,
470
- 'auto_reload': <function auto_reload at 0x72f9236480>,
471
- 'github_pull': <function github_pull at 0x72f9236020>,
472
- 'github_push': <function github_push at 0x72f9236700>,
473
- 'github_user': <function github_user at 0x72f9236a20>,
474
- 'pip_freeze_without_version': <function pip_freeze_without_version at 0x72f8f5a020>,
475
- 'poetry_publish': <function poetry_publish at 0x72f8f5a160>,
476
- 'poetry_update_version': <function poetry_update_version at 0x72f8f7a980>,
477
- 'iargv': <function iargv at 0x72f51a00e0>,
478
- 'idumps': <function idumps at 0x72f51a0220>,
479
- 'idumps_html': <function idumps_html at 0x72f5204c20>,
480
- 'ienv': <function ienv at 0x72f51a0360>,
481
- 'iexec': <function iexec at 0x72f5204ea0>,
482
- 'ijoin': <function ijoin at 0x72f8f59ee0>,
483
- 'iloads': <function iloads at 0x72f5204f40>,
484
- 'iloads_html': <function iloads_html at 0x72f52051c0>,
485
- 'iopen': <function iopen at 0x72f8f5a200>,
486
- 'iprint': <function iprint at 0x72f51a0180>,
487
- 'irange': <function irange at 0x72f92363e0>,
488
- 'ireplace': <function ireplace at 0x72f5205080>,
489
- 'iscandir': <function iscandir at 0x72f5206e80>,
490
- 'isplit': <function isplit at 0x72f5206f20>}}
433
+ 'PintUreg': <pint.registry.UnitRegistry object at 0x71fe1eb710>},
434
+ 'function': {'avg': <function avg at 0x72045b6d40>,
435
+ 'basename': <function basename at 0x720457e8e0>,
436
+ 'chunk_array': <function chunk_array at 0x71fe125120>,
437
+ 'create_folder': <function create_folder at 0x71fe125300>,
438
+ 'datetime_from_string': <function datetime_from_string at 0x71fe1254e0>,
439
+ 'datetime_now': <function datetime_now at 0x71fe1cd620>,
440
+ 'dict_first': <function dict_first at 0x71fe1cd580>,
441
+ 'dirname': <function dirname at 0x71fe1cd4e0>,
442
+ 'exit_if_empty': <function exit_if_empty at 0x71fe1a74c0>,
443
+ 'filter_empty': <function filter_empty at 0x71fe1cd1c0>,
444
+ 'get_by_index': <function get_by_index at 0x71fe1ccea0>,
445
+ 'get_class_method': <function get_class_method at 0x71fe1cccc0>,
446
+ 'get_filemtime': <function get_filemtime at 0x71fe1ccb80>,
447
+ 'get_filesize': <function get_filesize at 0x71fe1cc9a0>,
448
+ 'is_empty': <function is_empty at 0x71fe1cd260>,
449
+ 'is_iterable': <function is_iterable at 0x71fe1ccfe0>,
450
+ 'is_valid_url': <function is_valid_url at 0x71fe1cc860>,
451
+ 'ivars': <function ivars at 0x71fe1cc7c0>,
452
+ 'password_generator': <function password_generator at 0x71fe1cc680>,
453
+ 'random_bool': <function random_bool at 0x71fe1cc400>,
454
+ 'set_timeout': <function set_timeout at 0x71fe1cf7e0>,
455
+ 'sets_ordered': <function sets_ordered at 0x71fe1cf920>,
456
+ 'str_cmp': <function str_cmp at 0x71fe1cf9c0>,
457
+ 'to_str': <function to_str at 0x71fe1ccf40>,
458
+ 'choices': <function choices at 0x71fe1cfa60>,
459
+ 'console_run': <function console_run at 0x71fe1cfce0>,
460
+ 'input_char': <function input_char at 0x71fe1cfe20>,
461
+ 'log': <function log at 0x71fe1f0040>,
462
+ 'print_colorize': <function print_colorize at 0x71fe1f00e0>,
463
+ 'print_dir': <function print_dir at 0x71fe1f0220>,
464
+ 'print_log': <function print_log at 0x71fe1cfec0>,
465
+ 'print_to_last_line': <function print_to_last_line at 0x71fe1cfc40>,
466
+ 'text_colorize': <function text_colorize at 0x71fe1cfd80>,
467
+ 'batch_calculate': <function batch_calculate at 0x71f4995580>,
468
+ 'batchmaker': <function batchmaker at 0x71f496e980>,
469
+ 'calculate': <function calculate at 0x71f49962a0>,
470
+ 'auto_reload': <function auto_reload at 0x71f4996480>,
471
+ 'github_pull': <function github_pull at 0x71f4996020>,
472
+ 'github_push': <function github_push at 0x71f4996700>,
473
+ 'github_user': <function github_user at 0x71f4996a20>,
474
+ 'pip_freeze_without_version': <function pip_freeze_without_version at 0x71f46b9f80>,
475
+ 'poetry_publish': <function poetry_publish at 0x71f46ba160>,
476
+ 'poetry_update_version': <function poetry_update_version at 0x71f46da980>,
477
+ 'iargv': <function iargv at 0x71eca7c0e0>,
478
+ 'idumps': <function idumps at 0x71eca7c220>,
479
+ 'idumps_html': <function idumps_html at 0x71ecae0c20>,
480
+ 'ienv': <function ienv at 0x71eca7c360>,
481
+ 'iexec': <function iexec at 0x71ecae0ea0>,
482
+ 'ijoin': <function ijoin at 0x71f46b9ee0>,
483
+ 'iloads': <function iloads at 0x71ecae0f40>,
484
+ 'iloads_html': <function iloads_html at 0x71ecae11c0>,
485
+ 'iopen': <function iopen at 0x71f46ba200>,
486
+ 'iprint': <function iprint at 0x71eca7c180>,
487
+ 'irange': <function irange at 0x71f49963e0>,
488
+ 'ireplace': <function ireplace at 0x71ecae1080>,
489
+ 'iscandir': <function iscandir at 0x71ecae2e80>,
490
+ 'isplit': <function isplit at 0x71ecae2f20>}}
491
491
  ```
492
492
 
493
493
  ## password_generator
@@ -502,7 +502,7 @@ print(password_generator())
502
502
 
503
503
  Output:
504
504
  ```py
505
- Uy}-6-Qh
505
+ ;U&Ljx6Z
506
506
  ```
507
507
 
508
508
  ## random_bool
@@ -542,7 +542,7 @@ x.cancel()
542
542
 
543
543
  Output:
544
544
  ```py
545
- <Timer(Thread-2, started 493713603824)>
545
+ <Timer(Thread-2, started 489281289456)>
546
546
  menghentikan timeout 7
547
547
  ```
548
548
 
@@ -560,7 +560,7 @@ print(list(sets_ordered(array)))
560
560
 
561
561
  Output:
562
562
  ```py
563
- <generator object sets_ordered at 0x72f4fe41e0>
563
+ <generator object sets_ordered at 0x71ec8c01e0>
564
564
  [2, 3, 12, 42, 1, 43, 41, 4, 24, 32]
565
565
  ```
566
566
 
@@ -714,7 +714,7 @@ Output:
714
714
  __enter__ : https:/www.google.com
715
715
  __fspath__ : https:/www.google.com
716
716
  __getstate__ : (None, {'_drv': '', '_root': '', '_parts': ['https:', 'www.google.com'], '_str': 'https:/www.google.com'})
717
- __hash__ : 1324913689339074732
717
+ __hash__ : -6619349520802782460
718
718
  __init__ : None
719
719
  __init_subclass__ : None
720
720
  __module__ : pathlib
@@ -727,8 +727,8 @@ Output:
727
727
  _cached_cparts : ['https:', 'www.google.com']
728
728
  _cparts : ['https:', 'www.google.com']
729
729
  _drv :
730
- _flavour : <pathlib._PosixFlavour object at 0x7302c7c2d0>
731
- _hash : 1324913689339074732
730
+ _flavour : <pathlib._PosixFlavour object at 0x71fe1a0790>
731
+ _hash : -6619349520802782460
732
732
  _parts : ['https:', 'www.google.com']
733
733
  _root :
734
734
  _str : https:/www.google.com
@@ -750,7 +750,7 @@ Output:
750
750
  is_reserved : False
751
751
  is_socket : False
752
752
  is_symlink : False
753
- iterdir : <generator object Path.iterdir at 0x72f4fbcc80>
753
+ iterdir : <generator object Path.iterdir at 0x71ec898c80>
754
754
  joinpath : https:/www.google.com
755
755
  name : www.google.com
756
756
  parent : https:
@@ -817,7 +817,7 @@ print(list(batch_calculate("{1 10} m ** {1 3}")))
817
817
 
818
818
  Output:
819
819
  ```py
820
- <generator object batch_calculate at 0x72f4f67b50>
820
+ <generator object batch_calculate at 0x71ec843b50>
821
821
  [('1 m ** 1', <Quantity(1, 'meter')>), ('1 m ** 2', <Quantity(1, 'meter ** 2')>), ('1 m ** 3', <Quantity(1, 'meter ** 3')>), ('2 m ** 1', <Quantity(2, 'meter')>), ('2 m ** 2', <Quantity(2, 'meter ** 2')>), ('2 m ** 3', <Quantity(2, 'meter ** 3')>), ('3 m ** 1', <Quantity(3, 'meter')>), ('3 m ** 2', <Quantity(3, 'meter ** 2')>), ('3 m ** 3', <Quantity(3, 'meter ** 3')>), ('4 m ** 1', <Quantity(4, 'meter')>), ('4 m ** 2', <Quantity(4, 'meter ** 2')>), ('4 m ** 3', <Quantity(4, 'meter ** 3')>), ('5 m ** 1', <Quantity(5, 'meter')>), ('5 m ** 2', <Quantity(5, 'meter ** 2')>), ('5 m ** 3', <Quantity(5, 'meter ** 3')>), ('6 m ** 1', <Quantity(6, 'meter')>), ('6 m ** 2', <Quantity(6, 'meter ** 2')>), ('6 m ** 3', <Quantity(6, 'meter ** 3')>), ('7 m ** 1', <Quantity(7, 'meter')>), ('7 m ** 2', <Quantity(7, 'meter ** 2')>), ('7 m ** 3', <Quantity(7, 'meter ** 3')>), ('8 m ** 1', <Quantity(8, 'meter')>), ('8 m ** 2', <Quantity(8, 'meter ** 2')>), ('8 m ** 3', <Quantity(8, 'meter ** 3')>), ('9 m ** 1', <Quantity(9, 'meter')>), ('9 m ** 2', <Quantity(9, 'meter ** 2')>), ('9 m ** 3', <Quantity(9, 'meter ** 3')>), ('10 m ** 1', <Quantity(10, 'meter')>), ('10 m ** 2', <Quantity(10, 'meter ** 2')>), ('10 m ** 3', <Quantity(10, 'meter ** 3')>)]
822
822
  ```
823
823
 
@@ -842,7 +842,7 @@ print(list(batchmaker(s)))
842
842
 
843
843
  Output:
844
844
  ```py
845
- <generator object batchmaker at 0x72f4fd4040>
845
+ <generator object batchmaker at 0x71ec8b0040>
846
846
  ['Urutan 1 dan 10 dan j dan Z saja.', 'Urutan 1 dan 10 dan j dan K saja.', 'Urutan 1 dan 10 dan k dan Z saja.', 'Urutan 1 dan 10 dan k dan K saja.', 'Urutan 1 dan 9 dan j dan Z saja.', 'Urutan 1 dan 9 dan j dan K saja.', 'Urutan 1 dan 9 dan k dan Z saja.', 'Urutan 1 dan 9 dan k dan K saja.', 'Urutan 4 dan 10 dan j dan Z saja.', 'Urutan 4 dan 10 dan j dan K saja.', 'Urutan 4 dan 10 dan k dan Z saja.', 'Urutan 4 dan 10 dan k dan K saja.', 'Urutan 4 dan 9 dan j dan Z saja.', 'Urutan 4 dan 9 dan j dan K saja.', 'Urutan 4 dan 9 dan k dan Z saja.', 'Urutan 4 dan 9 dan k dan K saja.']
847
847
  ```
848
848
 
@@ -1206,7 +1206,7 @@ print(ijoin(10, ' '))
1206
1206
 
1207
1207
  Output:
1208
1208
  ```py
1209
- dfs, weq, qweqw, asd
1209
+ dfs, qweqw, asd, weq
1210
1210
  ,ini,path,seperti,url,
1211
1211
  ini,path,seperti,url
1212
1212
  <li>satu</li>
@@ -1272,9 +1272,9 @@ Output:
1272
1272
  ```py
1273
1273
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1274
1274
  [['Harga Emas Hari Ini - Rabu, 24 April 2024'],
1275
- ['Spot Emas USD↓2.327,60 (-2,31) / oz',
1275
+ ['Spot Emas USD↓2.318,00 (-11,91) / oz',
1276
1276
  'Kurs IDR↑16.244,00 (+20,00) / USD',
1277
- 'Emas IDR1.215.605 (+292) / gr'],
1277
+ 'Emas IDR1.210.591 (-4.722) / gr'],
1278
1278
  ['LM Antam (Jual)↓1.320.000 (-5.000) / gr',
1279
1279
  'LM Antam (Beli)↓1.218.000 (-5.000) / gr']],
1280
1280
  [['Harga Emas Hari Ini'],
@@ -1345,37 +1345,45 @@ Output:
1345
1345
  'Update harga LM Pegadaian :31 Agustus 2023']],
1346
1346
  [['Spot Harga Emas Hari Ini (Market Open)'],
1347
1347
  ['Satuan', 'USD', 'Kurs\xa0Dollar', 'IDR'],
1348
- ['Ounce\xa0(oz)', '2.327,60 (-2,31)', '16.244,00 (+20,00)', '37.809.534'],
1349
- ['Gram\xa0(gr)', '74,83', '16.244,00', '1.215.605 (+292)'],
1350
- ['Kilogram\xa0(kg)', '74.834,08', '16.244,00', '1.215.604.760'],
1351
- ['Update harga emas :24 April 2024, pukul 11:39Update kurs :24 April 2024, '
1352
- 'pukul 09:10']],
1348
+ ['Ounce\xa0(oz)', '2.318,00 (-11,91)', '16.244,00 (+20,00)', '37.653.592'],
1349
+ ['Gram\xa0(gr)', '74,53', '16.244,00', '1.210.591 (-4.722)'],
1350
+ ['Kilogram\xa0(kg)', '74.525,43', '16.244,00', '1.210.591.095'],
1351
+ ['Update harga emas :24 April 2024, pukul 15:30Update kurs :24 April 2024, '
1352
+ 'pukul 13:10']],
1353
1353
  [['Gram', 'UBS Gold 99.99%'],
1354
1354
  ['Jual', 'Beli'],
1355
1355
  ['/ Batang', '/ Gram', '/ Batang', '/ Gram'],
1356
1356
  ['100',
1357
- '126.212.000 (-500.000)',
1358
- '1.262.120 (-5.000)',
1359
- '123.735.000',
1360
- '1.237.350'],
1357
+ '126.000.000 (-712.000)',
1358
+ '1.260.000 (-7.120)',
1359
+ '123.985.000 (+250.000)',
1360
+ '1.239.850 (+2.500)'],
1361
1361
  ['50',
1362
- '63.145.000 (-250.000)',
1363
- '1.262.900 (-5.000)',
1364
- '61.920.000',
1365
- '1.238.400'],
1362
+ '63.100.000 (-295.000)',
1363
+ '1.262.000 (-5.900)',
1364
+ '62.045.000 (+125.000)',
1365
+ '1.240.900 (+2.500)'],
1366
1366
  ['25',
1367
- '31.612.000 (-125.000)',
1368
- '1.264.480 (-5.000)',
1369
- '31.062.500',
1370
- '1.242.500'],
1367
+ '31.600.000 (-137.000)',
1368
+ '1.264.000 (-5.480)',
1369
+ '31.125.000 (+62.500)',
1370
+ '1.245.000 (+2.500)'],
1371
1371
  ['10',
1372
- '12.695.000 (-50.000)',
1373
- '1.269.500 (-5.000)',
1374
- '12.475.000',
1375
- '1.247.500'],
1376
- ['5', '6.375.000 (-25.000)', '1.275.000 (-5.000)', '6.289.500', '1.257.900'],
1377
- ['1', '1.320.000 (-5.000)', '1.320.000 (-5.000)', '1.290.500', '1.290.500'],
1378
- ['', 'Update :24 April 2024, pukul 10:55']],
1372
+ '12.680.000 (-65.000)',
1373
+ '1.268.000 (-6.500)',
1374
+ '12.500.000 (+25.000)',
1375
+ '1.250.000 (+2.500)'],
1376
+ ['5',
1377
+ '6.365.000 (-35.000)',
1378
+ '1.273.000 (-7.000)',
1379
+ '6.302.000 (+12.500)',
1380
+ '1.260.400 (+2.500)'],
1381
+ ['1',
1382
+ '1.320.000 (-5.000)',
1383
+ '1.320.000 (-5.000)',
1384
+ '1.293.000 (+2.500)',
1385
+ '1.293.000 (+2.500)'],
1386
+ ['', 'Update :24 April 2024, pukul 13:02']],
1379
1387
  [['Konversi Satuan'],
1380
1388
  ['Satuan', 'Ounce (oz)', 'Gram (gr)', 'Kilogram (kg)'],
1381
1389
  ['Ounce\xa0(oz)', '1', '31,1034767696', '0,0311034768'],
@@ -1386,36 +1394,36 @@ Output:
1386
1394
  ['Unit', 'USD', 'IDR'],
1387
1395
  ['Angka', '+/-', 'Angka', '+/-'],
1388
1396
  ['Hari Ini', 'Kurs', '', '', '16.224', '+20+0,12%'],
1389
- ['oz', '2.329,91', '-2,31-0,10%', '37.800.460', '+9.075+0,02%'],
1390
- ['gr', '74,91', '-0,07-0,10%', '1.215.313', '+292+0,02%'],
1397
+ ['oz', '2.329,91', '-11,91-0,51%', '37.800.460', '-146.868-0,39%'],
1398
+ ['gr', '74,91', '-0,38-0,51%', '1.215.313', '-4.722-0,39%'],
1391
1399
  ['30 Hari', 'Kurs', '', '', '15.773', '+471+2,99%'],
1392
- ['oz', '2.175,55', '+152,05+6,99%', '34.314.950', '+3.494.584+10,18%'],
1393
- ['gr', '69,95', '+4,89+6,99%', '1.103.251', '+112.353+10,18%'],
1400
+ ['oz', '2.175,55', '+142,45+6,55%', '34.314.950', '+3.338.642+9,73%'],
1401
+ ['gr', '69,95', '+4,58+6,55%', '1.103.251', '+107.340+9,73%'],
1394
1402
  ['2 Bulan', 'Kurs', '', '', '15.630', '+614+3,93%'],
1395
- ['oz', '2.035,57', '+292,03+14,35%', '31.815.959', '+5.993.575+18,84%'],
1396
- ['gr', '65,45', '+9,39+14,35', '1.022.907', '+192.698+18,84%'],
1403
+ ['oz', '2.035,57', '+282,43+13,87%', '31.815.959', '+5.837.633+18,35%'],
1404
+ ['gr', '65,45', '+9,08+13,87', '1.022.907', '+187.684+18,35%'],
1397
1405
  ['6 Bulan', 'Kurs', '', '', '15.933', '+311+1,95%'],
1398
- ['oz', '1.983,13', '+344,47+17,37%', '31.597.210', '+6.212.324+19,66%'],
1399
- ['gr', '63,76', '+11,07+17,37%', '1.015.874', '+199.731+19,66%'],
1406
+ ['oz', '1.983,13', '+334,87+16,89%', '31.597.210', '+6.056.382+19,17%'],
1407
+ ['gr', '63,76', '+10,77+16,89%', '1.015.874', '+194.717+19,17%'],
1400
1408
  ['1 Tahun', 'Kurs', '', '', '15.731', '+513+3,26%'],
1401
- ['oz', '1.823,86', '+503,74+27,62%', '28.691.142', '+9.118.393+31,78%'],
1402
- ['gr', '58,64', '+16,20+27,62%', '922.442', '+293.163+31,78%'],
1409
+ ['oz', '1.823,86', '+494,14+27,09%', '28.691.142', '+8.962.450+31,24%'],
1410
+ ['gr', '58,64', '+15,89+27,09%', '922.442', '+288.149+31,24%'],
1403
1411
  ['2 Tahun', 'Kurs', '', '', '14.361', '+1.883+13,11%'],
1404
- ['oz', '1.896,13', '+431,47+22,76%', '27.230.342', '+10.579.193+38,85%'],
1405
- ['gr', '60,96', '+13,87+22,76%', '875.476', '+340.129+38,85%'],
1412
+ ['oz', '1.896,13', '+421,87+22,25%', '27.230.342', '+10.423.250+38,28%'],
1413
+ ['gr', '60,96', '+13,56+22,25%', '875.476', '+335.115+38,28%'],
1406
1414
  ['3 Tahun', 'Kurs', '', '', '14.530', '+1.714+11,80%'],
1407
- ['oz', '1.777,11', '+550,49+30,98%', '25.821.408', '+11.988.126+46,43%'],
1408
- ['gr', '57,14', '+17,70+30,98%', '830.178', '+385.427+46,43%'],
1415
+ ['oz', '1.777,11', '+540,89+30,44%', '25.821.408', '+11.832.184+45,82%'],
1416
+ ['gr', '57,14', '+17,39+30,44%', '830.178', '+380.414+45,82%'],
1409
1417
  ['5 Tahun', 'Kurs', '', '', '14.188', '+2.056+14,49%'],
1410
- ['oz', '1.288,10', '+1.039,50+80,70%', '18.275.563', '+19.533.972+106,89%'],
1411
- ['gr', '41,41', '+33,42+80,70%', '587.573', '+628.032+106,89%']])
1418
+ ['oz', '1.288,10', '+1.029,90+79,95%', '18.275.563', '+19.378.029+106,03%'],
1419
+ ['gr', '41,41', '+33,11+79,95%', '587.573', '+623.018+106,03%']])
1412
1420
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1413
1421
  [[''],
1414
1422
  ['Emas 24 KaratHarga Emas 1 Gram', ''],
1415
- ['USD', '74,83↓', '-0,08-0,11%'],
1416
- ['KURS', '16.151,15↑', '+4,25+0,03%'],
1417
- ['IDR', '1.208.656,42↓', '-881,15-0,07%'],
1418
- ['Rabu, 24 April 2024 11:39']],
1423
+ ['USD', '74,53↓', '-0,38-0,51%'],
1424
+ ['KURS', '16.169,15↑', '+22,25+0,14%'],
1425
+ ['IDR', '1.205.012,87↓', '-4.524,70-0,37%'],
1426
+ ['Rabu, 24 April 2024 15:30']],
1419
1427
  [[''],
1420
1428
  ['Emas 1 Gram (IDR)Emas 1 Gram (USD)Kurs USD-IDR',
1421
1429
  'Hari Ini',
@@ -1426,19 +1434,19 @@ Output:
1426
1434
  '']],
1427
1435
  [['Pergerakkan Harga Emas 1 Gram'],
1428
1436
  ['', 'Penutupan Kemarin', 'Pergerakkan Hari Ini', 'Rata-rata'],
1429
- ['USD', '74,91', '74,83 - 74,91', '74,87'],
1430
- ['KURS', '16.146,90', '16.146,90 - 16.151,15', '16.149,03'],
1431
- ['IDR', '1.209.537,57', '1.208.656,42 - 1.209.537,57', '1.209.097,00'],
1437
+ ['USD', '74,91', '74,53 - 74,91', '74,72'],
1438
+ ['KURS', '16.146,90', '16.146,90 - 16.169,15', '16.158,03'],
1439
+ ['IDR', '1.209.537,57', '1.205.012,87 - 1.209.537,57', '1.207.275,22'],
1432
1440
  [''],
1433
1441
  ['', 'Awal Tahun', 'Pergerakkan YTD', '+/- YTD'],
1434
- ['USD', '66,32', '64,07 - 77,14', '+8,51 (12,83%)'],
1435
- ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+761,05 (4,95%)'],
1436
- ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+187.926,89 (18,41%)'],
1442
+ ['USD', '66,32', '64,07 - 77,14', '+8,21 (12,38%)'],
1443
+ ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+779,05 (5,06%)'],
1444
+ ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+184.283,34 (18,05%)'],
1437
1445
  [''],
1438
1446
  ['', 'Tahun Lalu / 52 Minggu', 'Pergerakkan 52 Minggu', '+/- 52 Minggu'],
1439
- ['USD', '63,76', '58,43 - 77,14', '+11,07 (17,36%)'],
1440
- ['KURS', '14.936,00', '14.669,40 - 16.307,80', '+1.215,15 (8,14%)'],
1441
- ['IDR', '952.339,68', '912.925,68 - 1.256.829,06', '+256.316,74 (26,91%)']])
1447
+ ['USD', '63,76', '58,43 - 77,14', '+10,77 (16,89%)'],
1448
+ ['KURS', '14.936,00', '14.669,40 - 16.307,80', '+1.233,15 (8,26%)'],
1449
+ ['IDR', '952.339,68', '912.925,68 - 1.256.829,06', '+252.673,19 (26,53%)']])
1442
1450
  ```
1443
1451
 
1444
1452
  ## iopen
@@ -1480,7 +1488,7 @@ Output:
1480
1488
  ```py
1481
1489
  8
1482
1490
  ['mana', 'aja']
1483
- [<Element a at 0x72f4fc6f80>, <Element a at 0x72f5012670>, <Element a at 0x72f5012710>, <Element a at 0x72f5012760>, <Element a at 0x72f50127b0>, <Element a at 0x72f5012800>, <Element a at 0x72f5012850>, <Element a at 0x72f50128a0>, <Element a at 0x72f50128f0>, <Element a at 0x72f5012940>, <Element a at 0x72f5012990>, <Element a at 0x72f50129e0>, <Element a at 0x72f5012a30>, <Element a at 0x72f5012a80>, <Element a at 0x72f5012ad0>, <Element a at 0x72f5012b20>, <Element a at 0x72f5012b70>, <Element a at 0x72f5012bc0>]
1491
+ [<Element a at 0x71ec8a2fd0>, <Element a at 0x71ec8ee7b0>, <Element a at 0x71ec8ee850>, <Element a at 0x71ec8ee8a0>, <Element a at 0x71ec8ee8f0>, <Element a at 0x71ec8ee940>, <Element a at 0x71ec8ee990>, <Element a at 0x71ec8ee9e0>, <Element a at 0x71ec8eea30>, <Element a at 0x71ec8eea80>, <Element a at 0x71ec8eead0>, <Element a at 0x71ec8eeb20>, <Element a at 0x71ec8eeb70>, <Element a at 0x71ec8eebc0>, <Element a at 0x71ec8eec10>, <Element a at 0x71ec8eec60>, <Element a at 0x71ec8eecb0>, <Element a at 0x71ec8eed00>]
1484
1492
  False
1485
1493
  ```
1486
1494
 
@@ -1521,8 +1529,8 @@ print(list(irange(10, 5)))
1521
1529
 
1522
1530
  Output:
1523
1531
  ```py
1524
- <generator object irange at 0x72f4f9aac0>
1525
- <generator object irange at 0x72f4f9aac0>
1532
+ <generator object irange at 0x71ec876ac0>
1533
+ <generator object irange at 0x71ec876ac0>
1526
1534
  ['a', 'k', 'u']
1527
1535
  [1, 2, 3, 4, 5, 6, 7]
1528
1536
  [10, 9, 8, 7, 6, 5]
@@ -1565,7 +1573,7 @@ print(list(iscandir("./", recursive=False, scan_file=False)))
1565
1573
 
1566
1574
  Output:
1567
1575
  ```py
1568
- <generator object iscandir at 0x72f4fd0840>
1576
+ <generator object iscandir at 0x71ec8ac840>
1569
1577
  [PosixPath('.git'), PosixPath('.vscode'), PosixPath('pypipr'), PosixPath('__pycache__'), PosixPath('dist')]
1570
1578
  ```
1571
1579
 
@@ -1622,7 +1630,7 @@ print(ExampleComparePerformance().compare_performance())
1622
1630
 
1623
1631
  Output:
1624
1632
  ```py
1625
- {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x72f4fe8520>,
1633
+ {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x71ec8c4520>,
1626
1634
  'b': (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),
1627
1635
  'c': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
1628
1636
  'd': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}
@@ -54,7 +54,7 @@ pypipr/iflow/pip_freeze_without_version.py,sha256=7R7WVs3bwedUhbJr1zFsMabfMYub5W
54
54
  pypipr/iflow/poetry_publish.py,sha256=2KxBOHTRgbf8R9Zqt6ys2Rx93S7TlPhlVJpz_7H3e-c,409
55
55
  pypipr/iflow/poetry_update_version.py,sha256=GMmXSlr926GgKqqXb1ruOUYlsN1uZ7789YgSY18P_-Q,622
56
56
  pypipr/ifunctions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
57
- pypipr/ifunctions/iargv.py,sha256=QcTbk2vnqQC686-2B0CFs8nBJADYygsBFGiUJpmnXQ4,503
57
+ pypipr/ifunctions/iargv.py,sha256=PsKWNLeB7oH-CrUK5ut2R8_tNI0Ptcu0GKuZlgOAJPE,552
58
58
  pypipr/ifunctions/idumps.py,sha256=-YMI6aZmRAMaiQOYXYDvuQLmJMCc4Z4tREEuuoVmFR4,748
59
59
  pypipr/ifunctions/idumps_html.py,sha256=gKngmLaxGQRip3XEiWEK2TvsVkjYhizapS_Tscqn1Ts,1423
60
60
  pypipr/ifunctions/ienv.py,sha256=-UadfUxrFAdkzoG3SGlJShJYbj9LHs0C3-niBDc_fhI,679
@@ -70,7 +70,7 @@ pypipr/ifunctions/iscandir.py,sha256=U1zvRZrz--5Kge0JooQbY4kQN17bRt-8XR26ZFxUyoA
70
70
  pypipr/ifunctions/isplit.py,sha256=N2BiA_wVnrENYwokSzvo0CAiQWk3g7AnwuWFIUgevNM,383
71
71
  pypipr/pypipr.py.bak,sha256=HF-ehQd6BY8hm9fRkQHravLNrJRlI5g_AzbCc3dbikQ,1061
72
72
  pypipr/terminal.py,sha256=4w-2p_Rudm_dNdfG-rkO24heVgKLrve4xVXiRpWxVcc,1800
73
- pypipr-1.0.91.dist-info/METADATA,sha256=O9rI4aupSN1x_0THPnDv5x6_LyFKxAmAQf7Ox3rkk7s,50470
74
- pypipr-1.0.91.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
75
- pypipr-1.0.91.dist-info/entry_points.txt,sha256=ikcrTRCn3jaySem1mM9uhYEPDq2PVOs48CyEqLUkY38,47
76
- pypipr-1.0.91.dist-info/RECORD,,
73
+ pypipr-1.0.93.dist-info/METADATA,sha256=yFD57Bl_oxhQZ4SQ8zLuA9O3u0ObSru5rAKzJcjWLZ0,50623
74
+ pypipr-1.0.93.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
75
+ pypipr-1.0.93.dist-info/entry_points.txt,sha256=ikcrTRCn3jaySem1mM9uhYEPDq2PVOs48CyEqLUkY38,47
76
+ pypipr-1.0.93.dist-info/RECORD,,