pypipr 1.0.142__tar.gz → 1.0.147__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 (88) hide show
  1. {pypipr-1.0.142 → pypipr-1.0.147}/PKG-INFO +243 -180
  2. pypipr-1.0.147/pypipr/TextCase.py +121 -0
  3. pypipr-1.0.147/pypipr/TextCase.py.bak +58 -0
  4. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/__init__.py +1 -0
  5. {pypipr-1.0.142 → pypipr-1.0.147}/pyproject.toml +1 -1
  6. {pypipr-1.0.142 → pypipr-1.0.147}/readme.md +242 -179
  7. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/ComparePerformance.py +0 -0
  8. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/LINUX.py +0 -0
  9. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/PintUreg.py +0 -0
  10. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/PintUregQuantity.py +0 -0
  11. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/RunParallel.py +0 -0
  12. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/WINDOWS.py +0 -0
  13. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/__terminal__.py +0 -0
  14. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/auto_reload.py +0 -0
  15. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/avg.py +0 -0
  16. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/basename.py +0 -0
  17. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/batch_calculate.py +0 -0
  18. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/batchmaker.py +0 -0
  19. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/bin_to_int.py +0 -0
  20. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/calculate.py +0 -0
  21. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/choices.py +0 -0
  22. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/chr_to_int.py +0 -0
  23. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/chunk_array.py +0 -0
  24. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/console_run.py +0 -0
  25. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/create_folder.py +0 -0
  26. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/datetime_from_string.py +0 -0
  27. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/datetime_now.py +0 -0
  28. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/dict_first.py +0 -0
  29. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/dirname.py +0 -0
  30. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/exit_if_empty.py +0 -0
  31. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/filter_empty.py +0 -0
  32. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/get_by_index.py +0 -0
  33. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/get_class_method.py +0 -0
  34. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/get_filemtime.py +0 -0
  35. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/get_filesize.py +0 -0
  36. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/github_init.py +0 -0
  37. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/github_pull.py +0 -0
  38. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/github_push.py +0 -0
  39. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/github_user.py +0 -0
  40. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/hex_to_int.py +0 -0
  41. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/iargv.py +0 -0
  42. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/idir.py +0 -0
  43. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/idumps.py +0 -0
  44. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/idumps_html.py +0 -0
  45. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/ienumerate.py +0 -0
  46. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/ienv.py +0 -0
  47. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/iexec.py +0 -0
  48. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/ijoin.py +0 -0
  49. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/iloads.py +0 -0
  50. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/iloads_html.py +0 -0
  51. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/input_char.py +0 -0
  52. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/int_to_bin.py +0 -0
  53. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/int_to_chr.py +0 -0
  54. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/int_to_hex.py +0 -0
  55. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/int_to_int.py +0 -0
  56. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/int_to_oct.py +0 -0
  57. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/iopen.py +0 -0
  58. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/iprint.py +0 -0
  59. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/irange.py +0 -0
  60. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/ireplace.py +0 -0
  61. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/is_empty.py +0 -0
  62. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/is_iterable.py +0 -0
  63. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/is_valid_url.py +0 -0
  64. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/iscandir.py +0 -0
  65. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/isplit.py +0 -0
  66. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/ivars.py +0 -0
  67. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/log.py +0 -0
  68. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/oct_to_int.py +0 -0
  69. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/password_generator.py +0 -0
  70. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/pip_freeze_without_version.py +0 -0
  71. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/poetry_publish.py +0 -0
  72. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/poetry_update_version.py +0 -0
  73. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/print_colorize.py +0 -0
  74. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/print_dir.py +0 -0
  75. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/print_log.py +0 -0
  76. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/print_to_last_line.py +0 -0
  77. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/random_bool.py +0 -0
  78. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/restart.py +0 -0
  79. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/set_timeout.py +0 -0
  80. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/sets_ordered.py +0 -0
  81. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/sqlite_delete_table.py +0 -0
  82. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/sqlite_get_all_tables.py +0 -0
  83. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/sqlite_get_data_table.py +0 -0
  84. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/str_cmp.py +0 -0
  85. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/text_colorize.py +0 -0
  86. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/to_str.py +0 -0
  87. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/traceback_filename.py +0 -0
  88. {pypipr-1.0.142 → pypipr-1.0.147}/pypipr/traceback_framename.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypipr
3
- Version: 1.0.142
3
+ Version: 1.0.147
4
4
  Summary: The Python Package Index Project
5
5
  Author: ufiapjj
6
6
  Author-email: ufiapjj@gmail.com
@@ -84,7 +84,7 @@ print(get_filemtime(__file__))
84
84
 
85
85
  Output:
86
86
  ```py
87
- 1714399678112897487
87
+ 1722660773330427269
88
88
  ```
89
89
 
90
90
  ## print_colorize
@@ -248,8 +248,8 @@ iprint(irange("z", "a", 4))
248
248
 
249
249
  Output:
250
250
  ```py
251
- <generator object int_range at 0x7992437940>
252
- <generator object int_range at 0x7992437940>
251
+ <generator object int_range at 0x72b42e6a40>
252
+ <generator object int_range at 0x72b42e6a40>
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 0x79924c1480>
284
+ <generator object batchmaker at 0x72b424ec20>
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 0x79924ca110>
338
+ <generator object batch_calculate at 0x72ac8107c0>
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 0x7992437a40>
444
+ <generator object chunk_array at 0x72b42e6b40>
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-25 23:31:33.469787+07:00
496
- 2024-05-25 16:31:33.471476+00:00
497
- 2024-05-25 09:31:33.476526-07:00
495
+ 2024-08-05 21:08:37.587451+07:00
496
+ 2024-08-05 14:08:37.589071+00:00
497
+ 2024-08-05 07:08:37.593620-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 0x79924c9e40>
603
+ <generator object filter_empty at 0x72ac8104f0>
604
604
  [1, '0', True, {}, ['eee']]
605
605
  ```
606
606
 
@@ -647,8 +647,8 @@ print(list(get_class_method(ExampleGetClassMethod)))
647
647
 
648
648
  Output:
649
649
  ```py
650
- <generator object get_class_method at 0x79924ca3e0>
651
- [<function ExampleGetClassMethod.a at 0x7992507060>, <function ExampleGetClassMethod.b at 0x7992506fc0>, <function ExampleGetClassMethod.c at 0x79925071a0>, <function ExampleGetClassMethod.d at 0x7992507240>]
650
+ <generator object get_class_method at 0x72ac810a90>
651
+ [<function ExampleGetClassMethod.a at 0x72ac82e020>, <function ExampleGetClassMethod.b at 0x72ac82df80>, <function ExampleGetClassMethod.c at 0x72ac82e160>, <function ExampleGetClassMethod.d at 0x72ac82e200>]
652
652
  ```
653
653
 
654
654
  ## get_filesize
@@ -766,6 +766,7 @@ Output:
766
766
  'PintUreg',
767
767
  'PintUregQuantity',
768
768
  'RunParallel',
769
+ 'TextCase',
769
770
  'WINDOWS',
770
771
  'asyncio',
771
772
  'auto_reload',
@@ -1064,7 +1065,7 @@ Output:
1064
1065
 
1065
1066
  ## ienumerate
1066
1067
 
1067
- `ienumerate(iterator, start=0, key=<function int_to_int at 0x799dc539c0>)`
1068
+ `ienumerate(iterator, start=0, key=<function int_to_int at 0x72b8ed65c0>)`
1068
1069
 
1069
1070
  meningkatkan fungsi enumerate() pada python
1070
1071
  untuk key menggunakan huruf dan basis angka lainnya.
@@ -1077,7 +1078,7 @@ iprint(ienumerate(it, key=int_to_chr))
1077
1078
 
1078
1079
  Output:
1079
1080
  ```py
1080
- <generator object ienumerate at 0x79924ca4d0>
1081
+ <generator object ienumerate at 0x72ac810b80>
1081
1082
  [('a', 'ini'), ('b', 'contoh'), ('c', 'enumerator')]
1082
1083
  ```
1083
1084
 
@@ -1189,62 +1190,119 @@ pprint.pprint(iloads_html(iopen("https://harga-emas.org/1-gram/")), depth=10)
1189
1190
  Output:
1190
1191
  ```py
1191
1192
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1192
- [['Harga Emas Hari Ini - Sabtu, 25 Mei 2024'],
1193
- ['Spot Emas USD↓2.334,20 (-0,64) / oz',
1194
- 'Kurs IDR16.024,00 / USD',
1195
- 'Emas IDR↓1.202.541 (-330) / gr'],
1196
- ['LM Antam (Jual)1.325.000 / gr', 'LM Antam (Beli)1.211.000 / gr']],
1193
+ [['Harga Emas Hari Ini - Senin, 05 Agustus 2024'],
1194
+ ['Spot Emas USD↓2.393,50 (-48,45) / oz',
1195
+ 'Kurs IDR↓16.234,00 (-9,00) / USD',
1196
+ 'Emas IDR↓1.249.252 (-25.994) / gr'],
1197
+ ['LM Antam (Jual)1.420.000 (-8.000) / gr',
1198
+ 'LM Antam (Beli)↓1.273.000 (-8.000) / gr']],
1197
1199
  [['Harga Emas Hari Ini'],
1198
1200
  ['Gram', 'Gedung Antam Jakarta', 'Pegadaian'],
1199
1201
  ['per Gram (Rp)', 'per Batangan (Rp)', 'per Gram (Rp)', 'per Batangan (Rp)'],
1200
1202
  ['1000',
1201
- '1.266',
1202
- '1.265.600',
1203
+ '1.361 (-8)',
1204
+ '1.360.600 (-8.000)',
1203
1205
  '1.043.040 (+8.200)',
1204
1206
  '1.043.040.000 (+8.200.000)'],
1205
1207
  ['500',
1206
- '2.531',
1207
- '1.265.640',
1208
+ '2.721 (-16)',
1209
+ '1.360.640 (-8.000)',
1208
1210
  '1.043.082 (+8.200)',
1209
1211
  '521.541.000 (+4.100.000)'],
1210
1212
  ['250',
1211
- '5.064',
1212
- '1.266.060',
1213
+ '5.444 (-32)',
1214
+ '1.361.060 (-8.000)',
1213
1215
  '1.043.512 (+8.200)',
1214
1216
  '260.878.000 (+2.050.000)'],
1215
1217
  ['100',
1216
- '12.671',
1217
- '1.267.120',
1218
+ '13.621 (-80)',
1219
+ '1.362.120 (-8.000)',
1218
1220
  '1.044.600 (+8.200)',
1219
1221
  '104.460.000 (+820.000)'],
1220
- ['50', '25.358', '1.267.900', '1.045.400 (+8.200)', '52.270.000 (+410.000)'],
1221
- ['25', '50.779', '1.269.480', '1.047.040 (+8.200)', '26.176.000 (+205.000)'],
1222
- ['10', '127.450', '1.274.500', '1.052.200 (+8.200)', '10.522.000 (+82.000)'],
1223
- ['5', '256.000', '1.280.000', '1.057.800 (+8.200)', '5.289.000 (+41.000)'],
1224
- ['3', '428.889', '1.286.667', '1.064.667 (+8.000)', '3.194.000 (+24.000)'],
1225
- ['2', '647.500', '1.295.000', '1.073.500 (+8.500)', '2.147.000 (+17.000)'],
1226
- ['1', '1.325.000', '1.325.000', '1.104.000 (+8.000)', '1.104.000 (+8.000)'],
1227
- ['0.5', '2.850.000', '1.425.000', '1.208.000 (+8.000)', '604.000 (+4.000)'],
1228
- ['Update harga LM Antam :25 Mei 2024, pukul 08:25Harga pembelian kembali '
1229
- ':Rp. 1.211.000/gram',
1222
+ ['50',
1223
+ '27.258 (-160)',
1224
+ '1.362.900 (-8.000)',
1225
+ '1.045.400 (+8.200)',
1226
+ '52.270.000 (+410.000)'],
1227
+ ['25',
1228
+ '54.579 (-320)',
1229
+ '1.364.480 (-8.000)',
1230
+ '1.047.040 (+8.200)',
1231
+ '26.176.000 (+205.000)'],
1232
+ ['10',
1233
+ '136.950 (-800)',
1234
+ '1.369.500 (-8.000)',
1235
+ '1.052.200 (+8.200)',
1236
+ '10.522.000 (+82.000)'],
1237
+ ['5',
1238
+ '275.000 (-1.600)',
1239
+ '1.375.000 (-8.000)',
1240
+ '1.057.800 (+8.200)',
1241
+ '5.289.000 (+41.000)'],
1242
+ ['3',
1243
+ '460.556 (-2.667)',
1244
+ '1.381.667 (-8.000)',
1245
+ '1.064.667 (+8.000)',
1246
+ '3.194.000 (+24.000)'],
1247
+ ['2',
1248
+ '695.000 (-4.000)',
1249
+ '1.390.000 (-8.000)',
1250
+ '1.073.500 (+8.500)',
1251
+ '2.147.000 (+17.000)'],
1252
+ ['1',
1253
+ '1.420.000 (-8.000)',
1254
+ '1.420.000 (-8.000)',
1255
+ '1.104.000 (+8.000)',
1256
+ '1.104.000 (+8.000)'],
1257
+ ['0.5',
1258
+ '3.040.000 (-16.000)',
1259
+ '1.520.000 (-8.000)',
1260
+ '1.208.000 (+8.000)',
1261
+ '604.000 (+4.000)'],
1262
+ ['Update harga LM Antam :05 Agustus 2024, pukul 08:26Harga pembelian kembali '
1263
+ ':Rp. 1.273.000/gram (-8.000)',
1230
1264
  'Update harga LM Pegadaian :31 Agustus 2023']],
1231
- [['Spot Harga Emas Hari Ini (Market Close)'],
1265
+ [['Spot Harga Emas Hari Ini (Market Open)'],
1232
1266
  ['Satuan', 'USD', 'Kurs\xa0Dollar', 'IDR'],
1233
- ['Ounce\xa0(oz)', '2.334,20 (-0,64)', '16.024,00', '37.403.221'],
1234
- ['Gram\xa0(gr)', '75,05', '16.024,00', '1.202.541 (-330)'],
1235
- ['Kilogram\xa0(kg)', '75.046,27', '16.024,00', '1.202.541.474'],
1236
- ['Update harga emas :25 Mei 2024, pukul 23:31Update kurs :25 Mei 2024, pukul '
1237
- '13:10']],
1267
+ ['Ounce\xa0(oz)', '2.393,50 (-48,45)', '16.234,00 (-9,00)', '38.856.079'],
1268
+ ['Gram\xa0(gr)', '76,95', '16.234,00', '1.249.252 (-25.994)'],
1269
+ ['Kilogram\xa0(kg)', '76.952,81', '16.234,00', '1.249.251.950'],
1270
+ ['Update harga emas :05 Agustus 2024, pukul 21:08Update kurs :05 Agustus '
1271
+ '2024, pukul 13:10']],
1238
1272
  [['Gram', 'UBS Gold 99.99%'],
1239
1273
  ['Jual', 'Beli'],
1240
1274
  ['/ Batang', '/ Gram', '/ Batang', '/ Gram'],
1241
- ['100', '126.300.000', '1.263.000', '124.285.000', '1.242.850'],
1242
- ['50', '63.300.000', '1.266.000', '62.195.000', '1.243.900'],
1243
- ['25', '31.700.000', '1.268.000', '31.200.000', '1.248.000'],
1244
- ['10', '12.720.000', '1.272.000', '12.530.000', '1.253.000'],
1245
- ['5', '6.385.000', '1.277.000', '6.317.000', '1.263.400'],
1246
- ['1', '1.325.000', '1.325.000', '1.296.000', '1.296.000'],
1247
- ['', 'Update :24 Mei 2024, pukul 11:40']],
1275
+ ['100',
1276
+ '136.000.000 (-900.000)',
1277
+ '1.360.000 (-9.000)',
1278
+ '130.798.000 (-200.000)',
1279
+ '1.307.980 (-2.000)'],
1280
+ ['50',
1281
+ '68.400.000 (-450.000)',
1282
+ '1.368.000 (-9.000)',
1283
+ '65.449.000 (-100.000)',
1284
+ '1.308.980 (-2.000)'],
1285
+ ['25',
1286
+ '34.250.000 (-225.000)',
1287
+ '1.370.000 (-9.000)',
1288
+ '32.823.500 (-50.000)',
1289
+ '1.312.940 (-2.000)'],
1290
+ ['10',
1291
+ '13.750.000 (-70.000)',
1292
+ '1.375.000 (-7.000)',
1293
+ '13.188.000 (-20.000)',
1294
+ '1.318.800 (-2.000)'],
1295
+ ['5',
1296
+ '6.900.000 (-35.000)',
1297
+ '1.380.000 (-7.000)',
1298
+ '6.649.000 (-10.000)',
1299
+ '1.329.800 (-2.000)'],
1300
+ ['1',
1301
+ '1.420.000 (-7.000)',
1302
+ '1.420.000 (-7.000)',
1303
+ '1.361.000 (-2.000)',
1304
+ '1.361.000 (-2.000)'],
1305
+ ['', 'Update :05 Agustus 2024, pukul 11:52']],
1248
1306
  [['Konversi Satuan'],
1249
1307
  ['Satuan', 'Ounce (oz)', 'Gram (gr)', 'Kilogram (kg)'],
1250
1308
  ['Ounce\xa0(oz)', '1', '31,1034767696', '0,0311034768'],
@@ -1254,37 +1312,37 @@ Output:
1254
1312
  ['Waktu', 'Emas'],
1255
1313
  ['Unit', 'USD', 'IDR'],
1256
1314
  ['Angka', '+/-', 'Angka', '+/-'],
1257
- ['Hari Ini', 'Kurs', '', '', '16.024', '%'],
1258
- ['oz', '2.334,84', '-0,64-0,03%', '37.413.476', '-10.255-0,03%'],
1259
- ['gr', '75,07', '-0,02-0,03%', '1.202.871', '-330-0,03%'],
1260
- ['30 Hari', 'Kurs', '', '', '16.161', '-137-0,85%'],
1261
- ['oz', '2.329,41', '+4,79+0,21%', '37.645.595', '-242.374-0,64%'],
1262
- ['gr', '74,89', '+0,15+0,21%', '1.210.334', '-7.793-0,64%'],
1263
- ['2 Bulan', 'Kurs', '', '', '15.795', '+229+1,45%'],
1264
- ['oz', '2.177,78', '+156,42+7,18%', '34.398.035', '+3.005.186+8,74%'],
1265
- ['gr', '70,02', '+5,03+7,18', '1.105.923', '+96.619+8,74%'],
1266
- ['6 Bulan', 'Kurs', '', '', '15.587', '+437+2,80%'],
1267
- ['oz', '2.010,31', '+323,89+16,11%', '31.334.702', '+6.068.519+19,37%'],
1268
- ['gr', '64,63', '+10,41+16,11%', '1.007.434', '+195.107+19,37%'],
1269
- ['1 Tahun', 'Kurs', '', '', '15.731', '+293+1,86%'],
1270
- ['oz', '1.823,86', '+510,34+27,98%', '28.691.142', '+8.712.079+30,37%'],
1271
- ['gr', '58,64', '+16,41+27,98%', '922.442', '+280.100+30,37%'],
1272
- ['2 Tahun', 'Kurs', '', '', '14.653', '+1.371+9,36%'],
1273
- ['oz', '1.846,77', '+487,43+26,39%', '27.060.739', '+10.342.482+38,22%'],
1274
- ['gr', '59,38', '+15,67+26,39%', '870.023', '+332.519+38,22%'],
1275
- ['3 Tahun', 'Kurs', '', '', '14.362', '+1.662+11,57%'],
1276
- ['oz', '1.902,81', '+431,39+22,67%', '27.328.157', '+10.075.064+36,87%'],
1277
- ['gr', '61,18', '+13,87+22,67%', '878.621', '+323.921+36,87%'],
1278
- ['5 Tahun', 'Kurs', '', '', '14.360', '+1.664+11,59%'],
1279
- ['oz', '1.285,23', '+1.048,97+81,62%', '18.455.903', '+18.947.318+102,66%'],
1280
- ['gr', '41,32', '+33,73+81,62%', '593.371', '+609.170+102,66%']])
1315
+ ['Hari Ini', 'Kurs', '', '', '16.243', '-9-0,06%'],
1316
+ ['oz', '2.441,95', '-48,45-1,98%', '39.664.594', '-808.515-2,04%'],
1317
+ ['gr', '78,51', '-1,56-1,98%', '1.275.246', '-25.994-2,04%'],
1318
+ ['30 Hari', 'Kurs', '', '', '16.341', '-107-0,65%'],
1319
+ ['oz', '2.391,59', '+1,91+0,08%', '39.080.996', '-224.917-0,58%'],
1320
+ ['gr', '76,89', '+0,06+0,08%', '1.256.483', '-7.231-0,58%'],
1321
+ ['2 Bulan', 'Kurs', '', '', '16.282', '-48-0,29%'],
1322
+ ['oz', '2.373,59', '+19,91+0,84%', '38.646.792', '+209.287+0,54%'],
1323
+ ['gr', '76,31', '+0,64+0,84', '1.242.523', '+6.729+0,54%'],
1324
+ ['6 Bulan', 'Kurs', '', '', '15.734', '+500+3,18%'],
1325
+ ['oz', '2.039,14', '+354,36+17,38%', '32.083.829', '+6.772.250+21,11%'],
1326
+ ['gr', '65,56', '+11,39+17,38%', '1.031.519', '+217.733+21,11%'],
1327
+ ['1 Tahun', 'Kurs', '', '', '15.731', '+503+3,20%'],
1328
+ ['oz', '1.823,86', '+569,64+31,23%', '28.691.142', '+10.164.937+35,43%'],
1329
+ ['gr', '58,64', '+18,31+31,23%', '922.442', '+326.810+35,43%'],
1330
+ ['2 Tahun', 'Kurs', '', '', '14.929', '+1.305+8,74%'],
1331
+ ['oz', '1.787,68', '+605,82+33,89%', '26.688.275', '+12.167.804+45,59%'],
1332
+ ['gr', '57,48', '+19,48+33,89%', '858.048', '+391.204+45,59%'],
1333
+ ['3 Tahun', 'Kurs', '', '', '14.342', '+1.892+13,19%'],
1334
+ ['oz', '1.759,29', '+634,21+36,05%', '25.231.737', '+13.624.342+54,00%'],
1335
+ ['gr', '56,56', '+20,39+36,05%', '811.219', '+438.033+54,00%'],
1336
+ ['5 Tahun', 'Kurs', '', '', '14.275', '+1.959+13,72%'],
1337
+ ['oz', '1.505,73', '+887,77+58,96%', '21.494.296', '+17.361.783+80,77%'],
1338
+ ['gr', '48,41', '+28,54+58,96%', '691.058', '+558.194+80,77%']])
1281
1339
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1282
1340
  [[''],
1283
1341
  ['Emas 24 KaratHarga Emas 1 Gram', ''],
1284
- ['USD', '75,05↓', '-0,02-0,03%'],
1285
- ['KURS', '16.045,00↑', '+12,60+0,08%'],
1286
- ['IDR', '1.204.117,45↑', '+615,70+0,05%'],
1287
- ['Sabtu, 25 Mei 2024 23:31']],
1342
+ ['USD', '76,95↓', '-1,56-1,99%'],
1343
+ ['KURS', '16.189,80↑', '+13,85+0,09%'],
1344
+ ['IDR', '1.245.850,64↓', '-24.131,54-1,90%'],
1345
+ ['Senin, 05 Agustus 2024 21:08']],
1288
1346
  [[''],
1289
1347
  ['Emas 1 Gram (IDR)Emas 1 Gram (USD)Kurs USD-IDR',
1290
1348
  'Hari Ini',
@@ -1295,19 +1353,19 @@ Output:
1295
1353
  '']],
1296
1354
  [['Pergerakkan Harga Emas 1 Gram'],
1297
1355
  ['', 'Penutupan Kemarin', 'Pergerakkan Hari Ini', 'Rata-rata'],
1298
- ['USD', '75,07', '75,05 - 75,07', '75,06'],
1299
- ['KURS', '16.032,40', '16.032,40 - 16.045,00', '16.038,70'],
1300
- ['IDR', '1.203.501,75', '1.203.501,75 - 1.204.117,45', '1.203.809,60'],
1356
+ ['USD', '78,51', '76,95 - 78,51', '77,73'],
1357
+ ['KURS', '16.175,95', '16.175,95 - 16.189,80', '16.182,88'],
1358
+ ['IDR', '1.269.982,18', '1.245.850,64 - 1.269.982,18', '1.257.916,41'],
1301
1359
  [''],
1302
1360
  ['', 'Awal Tahun', 'Pergerakkan YTD', '+/- YTD'],
1303
- ['USD', '66,32', '64,07 - 77,97', '+8,73 (13,16%)'],
1304
- ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+654,90 (4,26%)'],
1305
- ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+183.387,92 (17,97%)'],
1361
+ ['USD', '66,32', '64,07 - 79,08', '+10,63 (16,03%)'],
1362
+ ['KURS', '15.390,10', '15.390,00 - 16.509,65', '+799,70 (5,20%)'],
1363
+ ['IDR', '1.020.729,53', '997.660,12 - 1.279.266,69', '+225.121,11 (22,05%)'],
1306
1364
  [''],
1307
1365
  ['', 'Tahun Lalu / 52 Minggu', 'Pergerakkan 52 Minggu', '+/- 52 Minggu'],
1308
- ['USD', '63,01', '58,43 - 77,97', '+12,04 (19,11%)'],
1309
- ['KURS', '14.942,00', '14.833,15 - 16.307,80', '+1.103,00 (7,38%)'],
1310
- ['IDR', '941.495,39', '912.925,68 - 1.256.829,06', '+262.622,06 (27,89%)']])
1366
+ ['USD', '62,44', '58,43 - 79,08', '+14,51 (23,24%)'],
1367
+ ['KURS', '15.121,75', '15.152,90 - 16.509,65', '+1.068,05 (7,06%)'],
1368
+ ['IDR', '944.250,16', '912.925,68 - 1.279.266,69', '+301.600,48 (31,94%)']])
1311
1369
  ```
1312
1370
 
1313
1371
  ## iloads
@@ -1437,7 +1495,7 @@ Output:
1437
1495
  ```py
1438
1496
  8
1439
1497
  ['mana', 'aja']
1440
- [<Element a at 0x7992515590>, <Element a at 0x7991c08780>, <Element a at 0x7991c08820>, <Element a at 0x7991c08870>, <Element a at 0x7991c088c0>, <Element a at 0x7991c08910>, <Element a at 0x7991c08960>, <Element a at 0x7991c089b0>, <Element a at 0x7991c08a00>, <Element a at 0x7991c08a50>, <Element a at 0x7991c08aa0>, <Element a at 0x7991c08af0>, <Element a at 0x7991c08b40>, <Element a at 0x7991c08b90>, <Element a at 0x7991c08be0>, <Element a at 0x7991c08c30>, <Element a at 0x7991c08c80>, <Element a at 0x7991c08cd0>]
1498
+ [<Element a at 0x72ac8315e0>, <Element a at 0x72ac885450>, <Element a at 0x72ac8854f0>, <Element a at 0x72ac885540>, <Element a at 0x72ac885590>, <Element a at 0x72ac8855e0>, <Element a at 0x72ac885630>, <Element a at 0x72ac885680>, <Element a at 0x72ac8856d0>, <Element a at 0x72ac885720>, <Element a at 0x72ac885770>, <Element a at 0x72ac8857c0>, <Element a at 0x72ac885810>, <Element a at 0x72ac885860>, <Element a at 0x72ac8858b0>, <Element a at 0x72ac885900>, <Element a at 0x72ac885950>, <Element a at 0x72ac8859a0>, <Element a at 0x72ac8859f0>, <Element a at 0x72ac885a40>]
1441
1499
  False
1442
1500
  ```
1443
1501
 
@@ -1499,7 +1557,7 @@ print(list(iscandir("./", recursive=False, scan_file=False)))
1499
1557
 
1500
1558
  Output:
1501
1559
  ```py
1502
- <generator object iscandir at 0x7992437b40>
1560
+ <generator object iscandir at 0x72b42e6f40>
1503
1561
  [PosixPath('.git'), PosixPath('.vscode'), PosixPath('pypipr'), PosixPath('__pycache__'), PosixPath('dist')]
1504
1562
  ```
1505
1563
 
@@ -1532,86 +1590,87 @@ iprint(ivars(__import__('pypipr')))
1532
1590
 
1533
1591
  Output:
1534
1592
  ```py
1535
- {'function': {'avg': <function avg at 0x79a2dd8040>,
1536
- 'get_filemtime': <function get_filemtime at 0x799de1f060>,
1537
- 'print_colorize': <function print_colorize at 0x799de1f240>,
1538
- 'print_log': <function print_log at 0x799de1f100>,
1539
- 'console_run': <function console_run at 0x799de1f1a0>,
1540
- 'auto_reload': <function auto_reload at 0x799e798f40>,
1541
- 'basename': <function basename at 0x799ddba980>,
1542
- 'chr_to_int': <function chr_to_int at 0x799de1f7e0>,
1543
- 'int_to_chr': <function int_to_chr at 0x799de1f880>,
1544
- 'irange': <function irange at 0x799de1fb00>,
1545
- 'batchmaker': <function batchmaker at 0x799de1f4c0>,
1546
- 'calculate': <function calculate at 0x799de1f600>,
1547
- 'batch_calculate': <function batch_calculate at 0x799de1f380>,
1548
- 'bin_to_int': <function bin_to_int at 0x799e798ea0>,
1549
- 'is_empty': <function is_empty at 0x799de2c2c0>,
1550
- 'exit_if_empty': <function exit_if_empty at 0x799de2c180>,
1551
- 'input_char': <function input_char at 0x799de2c220>,
1552
- 'choices': <function choices at 0x799de2c540>,
1553
- 'chunk_array': <function chunk_array at 0x799de2c5e0>,
1554
- 'create_folder': <function create_folder at 0x799de2c680>,
1555
- 'datetime_from_string': <function datetime_from_string at 0x799de2c720>,
1556
- 'datetime_now': <function datetime_now at 0x799de2c0e0>,
1557
- 'dict_first': <function dict_first at 0x799de2ea20>,
1558
- 'dirname': <function dirname at 0x799de2eac0>,
1559
- 'is_iterable': <function is_iterable at 0x799de2eca0>,
1560
- 'to_str': <function to_str at 0x799de2ed40>,
1561
- 'filter_empty': <function filter_empty at 0x799de1f2e0>,
1562
- 'get_by_index': <function get_by_index at 0x799de2eb60>,
1563
- 'get_class_method': <function get_class_method at 0x799de2ede0>,
1564
- 'get_filesize': <function get_filesize at 0x799de2ef20>,
1565
- 'github_init': <function github_init at 0x799de2efc0>,
1566
- 'github_pull': <function github_pull at 0x799de2f060>,
1567
- 'github_push': <function github_push at 0x799de2f1a0>,
1568
- 'github_user': <function github_user at 0x799de2f240>,
1569
- 'hex_to_int': <function hex_to_int at 0x799de2f2e0>,
1570
- 'iargv': <function iargv at 0x799de2f380>,
1571
- 'idir': <function idir at 0x799de2f420>,
1572
- 'idumps_html': <function idumps_html at 0x799de2fb00>,
1573
- 'idumps': <function idumps at 0x799de2f560>,
1574
- 'int_to_int': <function int_to_int at 0x799dc539c0>,
1575
- 'ienumerate': <function ienumerate at 0x799dc46020>,
1576
- 'ienv': <function ienv at 0x799dc536a0>,
1577
- 'iexec': <function iexec at 0x799dc53a60>,
1578
- 'ijoin': <function ijoin at 0x799dc53ba0>,
1579
- 'iloads_html': <function iloads_html at 0x799dc53d80>,
1580
- 'iloads': <function iloads at 0x79a37da020>,
1581
- 'int_to_bin': <function int_to_bin at 0x799dc53b00>,
1582
- 'int_to_hex': <function int_to_hex at 0x799dc53ce0>,
1583
- 'int_to_oct': <function int_to_oct at 0x799dc53e20>,
1584
- 'is_valid_url': <function is_valid_url at 0x799daafba0>,
1585
- 'iopen': <function iopen at 0x799dc68040>,
1586
- 'iprint': <function iprint at 0x799daaf6a0>,
1587
- 'ireplace': <function ireplace at 0x799daaf7e0>,
1588
- 'iscandir': <function iscandir at 0x799db749a0>,
1589
- 'isplit': <function isplit at 0x799db74a40>,
1590
- 'ivars': <function ivars at 0x799db74ae0>,
1591
- 'log': <function log at 0x799db74b80>,
1592
- 'oct_to_int': <function oct_to_int at 0x799db74c20>,
1593
- 'password_generator': <function password_generator at 0x799db74cc0>,
1594
- 'pip_freeze_without_version': <function pip_freeze_without_version at 0x799db74e00>,
1595
- 'poetry_publish': <function poetry_publish at 0x799db74ea0>,
1596
- 'poetry_update_version': <function poetry_update_version at 0x799db74fe0>,
1597
- 'print_dir': <function print_dir at 0x799db751c0>,
1598
- 'print_to_last_line': <function print_to_last_line at 0x799db75260>,
1599
- 'random_bool': <function random_bool at 0x799db75300>,
1600
- 'restart': <function restart at 0x799db753a0>,
1601
- 'set_timeout': <function set_timeout at 0x799db75440>,
1602
- 'sets_ordered': <function sets_ordered at 0x799db754e0>,
1603
- 'sqlite_delete_table': <function sqlite_delete_table at 0x799db75580>,
1604
- 'sqlite_get_all_tables': <function sqlite_get_all_tables at 0x799db75120>,
1605
- 'sqlite_get_data_table': <function sqlite_get_data_table at 0x799db75ee0>,
1606
- 'str_cmp': <function str_cmp at 0x799db75f80>,
1607
- 'text_colorize': <function text_colorize at 0x799db76020>,
1608
- 'traceback_filename': <function traceback_filename at 0x799db760c0>,
1609
- 'traceback_framename': <function traceback_framename at 0x799db76160>},
1593
+ {'function': {'avg': <function avg at 0x72bd1e0040>,
1594
+ 'get_filemtime': <function get_filemtime at 0x72b8e15d00>,
1595
+ 'print_colorize': <function print_colorize at 0x72b8e15ee0>,
1596
+ 'print_log': <function print_log at 0x72b8e15da0>,
1597
+ 'console_run': <function console_run at 0x72b8e15e40>,
1598
+ 'auto_reload': <function auto_reload at 0x72b8e15620>,
1599
+ 'basename': <function basename at 0x72b8e15c60>,
1600
+ 'chr_to_int': <function chr_to_int at 0x72b8e16480>,
1601
+ 'int_to_chr': <function int_to_chr at 0x72b8e16520>,
1602
+ 'irange': <function irange at 0x72b8e167a0>,
1603
+ 'batchmaker': <function batchmaker at 0x72b8e16160>,
1604
+ 'calculate': <function calculate at 0x72b8e162a0>,
1605
+ 'batch_calculate': <function batch_calculate at 0x72b8e16020>,
1606
+ 'bin_to_int': <function bin_to_int at 0x72b8e160c0>,
1607
+ 'is_empty': <function is_empty at 0x72b8e16f20>,
1608
+ 'exit_if_empty': <function exit_if_empty at 0x72b8e16de0>,
1609
+ 'input_char': <function input_char at 0x72b8e163e0>,
1610
+ 'choices': <function choices at 0x72b8e171a0>,
1611
+ 'chunk_array': <function chunk_array at 0x72b8e17240>,
1612
+ 'create_folder': <function create_folder at 0x72b8e172e0>,
1613
+ 'datetime_from_string': <function datetime_from_string at 0x72b8e17380>,
1614
+ 'datetime_now': <function datetime_now at 0x72b8e17420>,
1615
+ 'dict_first': <function dict_first at 0x72b8e3d620>,
1616
+ 'dirname': <function dirname at 0x72b8e3d6c0>,
1617
+ 'is_iterable': <function is_iterable at 0x72b8e3d8a0>,
1618
+ 'to_str': <function to_str at 0x72b8e3d940>,
1619
+ 'filter_empty': <function filter_empty at 0x72b8e17560>,
1620
+ 'get_by_index': <function get_by_index at 0x72b8e3d760>,
1621
+ 'get_class_method': <function get_class_method at 0x72b8e3d9e0>,
1622
+ 'get_filesize': <function get_filesize at 0x72b8e3db20>,
1623
+ 'github_init': <function github_init at 0x72b8e3dbc0>,
1624
+ 'github_pull': <function github_pull at 0x72b8e3dc60>,
1625
+ 'github_push': <function github_push at 0x72b8e3dda0>,
1626
+ 'github_user': <function github_user at 0x72b8e3de40>,
1627
+ 'hex_to_int': <function hex_to_int at 0x72b8e3dee0>,
1628
+ 'iargv': <function iargv at 0x72b8e3df80>,
1629
+ 'idir': <function idir at 0x72b8e3e020>,
1630
+ 'idumps_html': <function idumps_html at 0x72b8e3e700>,
1631
+ 'idumps': <function idumps at 0x72b8e3e160>,
1632
+ 'int_to_int': <function int_to_int at 0x72b8ed65c0>,
1633
+ 'ienumerate': <function ienumerate at 0x72b8e3e660>,
1634
+ 'ienv': <function ienv at 0x72b8ed62a0>,
1635
+ 'iexec': <function iexec at 0x72b8ed6660>,
1636
+ 'ijoin': <function ijoin at 0x72b8ed67a0>,
1637
+ 'iloads_html': <function iloads_html at 0x72b8ed6980>,
1638
+ 'iloads': <function iloads at 0x72bdbae020>,
1639
+ 'int_to_bin': <function int_to_bin at 0x72b8ed6700>,
1640
+ 'int_to_hex': <function int_to_hex at 0x72b8ed68e0>,
1641
+ 'int_to_oct': <function int_to_oct at 0x72b8ed6a20>,
1642
+ 'is_valid_url': <function is_valid_url at 0x72b8c7a7a0>,
1643
+ 'iopen': <function iopen at 0x72b8ed6c00>,
1644
+ 'iprint': <function iprint at 0x72b8cdce00>,
1645
+ 'ireplace': <function ireplace at 0x72b8c7a3e0>,
1646
+ 'iscandir': <function iscandir at 0x72b46ff560>,
1647
+ 'isplit': <function isplit at 0x72b46ff600>,
1648
+ 'ivars': <function ivars at 0x72b46ff6a0>,
1649
+ 'log': <function log at 0x72b46ff740>,
1650
+ 'oct_to_int': <function oct_to_int at 0x72b46ff7e0>,
1651
+ 'password_generator': <function password_generator at 0x72b46ff880>,
1652
+ 'pip_freeze_without_version': <function pip_freeze_without_version at 0x72b46ff9c0>,
1653
+ 'poetry_publish': <function poetry_publish at 0x72b46ffa60>,
1654
+ 'poetry_update_version': <function poetry_update_version at 0x72b46ffba0>,
1655
+ 'print_dir': <function print_dir at 0x72b46ffd80>,
1656
+ 'print_to_last_line': <function print_to_last_line at 0x72b46ffe20>,
1657
+ 'random_bool': <function random_bool at 0x72b46ffec0>,
1658
+ 'restart': <function restart at 0x72b46fff60>,
1659
+ 'set_timeout': <function set_timeout at 0x72b4714040>,
1660
+ 'sets_ordered': <function sets_ordered at 0x72b47140e0>,
1661
+ 'sqlite_delete_table': <function sqlite_delete_table at 0x72b46ffce0>,
1662
+ 'sqlite_get_all_tables': <function sqlite_get_all_tables at 0x72b4714360>,
1663
+ 'sqlite_get_data_table': <function sqlite_get_data_table at 0x72b4714ae0>,
1664
+ 'str_cmp': <function str_cmp at 0x72b4714b80>,
1665
+ 'text_colorize': <function text_colorize at 0x72b4714c20>,
1666
+ 'traceback_filename': <function traceback_filename at 0x72b4714cc0>,
1667
+ 'traceback_framename': <function traceback_framename at 0x72b4714d60>},
1610
1668
  'class': {'ComparePerformance': <class 'pypipr.ComparePerformance.ComparePerformance'>,
1611
1669
  'PintUregQuantity': <class 'pint.Quantity'>,
1612
- 'RunParallel': <class 'pypipr.RunParallel.RunParallel'>},
1670
+ 'RunParallel': <class 'pypipr.RunParallel.RunParallel'>,
1671
+ 'TextCase': <class 'pypipr.TextCase.TextCase'>},
1613
1672
  'variable': {'LINUX': True,
1614
- 'PintUreg': <pint.registry.UnitRegistry object at 0x79a2de6890>,
1673
+ 'PintUreg': <pint.registry.UnitRegistry object at 0x72bd1ef690>,
1615
1674
  'WINDOWS': False},
1616
1675
  'module': {'asyncio': <module 'asyncio' from '/data/data/com.termux/files/usr/lib/python3.11/asyncio/__init__.py'>,
1617
1676
  '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'>,
@@ -1702,7 +1761,7 @@ print(password_generator())
1702
1761
 
1703
1762
  Output:
1704
1763
  ```py
1705
- TDg3SjEo
1764
+ |Zqy|i%@
1706
1765
  ```
1707
1766
 
1708
1767
  ## pip_freeze_without_version
@@ -1760,7 +1819,7 @@ Output:
1760
1819
  __enter__ : https:/www.google.com
1761
1820
  __fspath__ : https:/www.google.com
1762
1821
  __getstate__ : (None, {'_drv': '', '_root': '', '_parts': ['https:', 'www.google.com'], '_str': 'https:/www.google.com'})
1763
- __hash__ : -8320060757596931504
1822
+ __hash__ : -7832658548677181627
1764
1823
  __init__ : None
1765
1824
  __init_subclass__ : None
1766
1825
  __module__ : pathlib
@@ -1773,8 +1832,8 @@ Output:
1773
1832
  _cached_cparts : ['https:', 'www.google.com']
1774
1833
  _cparts : ['https:', 'www.google.com']
1775
1834
  _drv :
1776
- _flavour : <pathlib._PosixFlavour object at 0x79a2c1d350>
1777
- _hash : -8320060757596931504
1835
+ _flavour : <pathlib._PosixFlavour object at 0x72bcf99950>
1836
+ _hash : -7832658548677181627
1778
1837
  _parts : ['https:', 'www.google.com']
1779
1838
  _root :
1780
1839
  _str : https:/www.google.com
@@ -1796,7 +1855,7 @@ Output:
1796
1855
  is_reserved : False
1797
1856
  is_socket : False
1798
1857
  is_symlink : False
1799
- iterdir : <generator object Path.iterdir at 0x79924bf060>
1858
+ iterdir : <generator object Path.iterdir at 0x72ac8360a0>
1800
1859
  joinpath : https:/www.google.com
1801
1860
  name : www.google.com
1802
1861
  parent : https:
@@ -1881,7 +1940,7 @@ x.cancel()
1881
1940
 
1882
1941
  Output:
1883
1942
  ```py
1884
- <Timer(Thread-2, started 522113236208)>
1943
+ <Timer(Thread-2, started 492493061360)>
1885
1944
  menghentikan timeout 7
1886
1945
  ```
1887
1946
 
@@ -1899,7 +1958,7 @@ print(list(sets_ordered(array)))
1899
1958
 
1900
1959
  Output:
1901
1960
  ```py
1902
- <generator object sets_ordered at 0x799251db10>
1961
+ <generator object sets_ordered at 0x72ac850c70>
1903
1962
  [2, 3, 12, 42, 1, 43, 41, 4, 24, 32]
1904
1963
  ```
1905
1964
 
@@ -2013,15 +2072,15 @@ print(ExampleComparePerformance().compare_performance())
2013
2072
 
2014
2073
  Output:
2015
2074
  ```py
2016
- {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x799251cd40>,
2075
+ {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x72ac8501e0>,
2017
2076
  'b': (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),
2018
2077
  'c': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
2019
2078
  'd': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}
2020
- {'a': 163, 'b': 136, 'c': 100, 'd': 155}
2021
- {'a': 146, 'b': 145, 'c': 100, 'd': 124}
2022
- {'a': 135, 'b': 135, 'c': 100, 'd': 125}
2023
- {'a': 124, 'b': 129, 'c': 100, 'd': 127}
2024
- {'a': 127, 'b': 135, 'c': 100, 'd': 130}
2079
+ {'a': 106, 'b': 100, 'c': 438, 'd': 102}
2080
+ {'a': 144, 'b': 120, 'c': 100, 'd': 110}
2081
+ {'a': 139, 'b': 119, 'c': 100, 'd': 120}
2082
+ {'a': 123, 'b': 120, 'c': 100, 'd': 137}
2083
+ {'a': 126, 'b': 122, 'c': 100, 'd': 126}
2025
2084
  ```
2026
2085
 
2027
2086
  ## PintUregQuantity
@@ -2130,3 +2189,7 @@ if __name__ == "__main__":
2130
2189
  print(ExampleRunParallel().run_multi_processing())
2131
2190
  ```
2132
2191
 
2192
+ ## TextCase
2193
+
2194
+ `TextCase(text: str) -> None`
2195
+