pypipr 1.0.171__py3-none-any.whl → 1.0.173__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypipr
3
- Version: 1.0.171
3
+ Version: 1.0.173
4
4
  Summary: The Python Package Index Project
5
5
  Author: ufiapjj
6
6
  Author-email: ufiapjj@gmail.com
@@ -248,8 +248,8 @@ iprint(irange("z", "a", 4))
248
248
 
249
249
  Output:
250
250
  ```py
251
- <generator object int_range at 0x78f8832840>
252
- <generator object int_range at 0x78f8832940>
251
+ <generator object int_range at 0x75a55ee940>
252
+ <generator object int_range at 0x75a55eea40>
253
253
  [13, 12, 11, 10, 9, 8, 7, 6]
254
254
  [2, 5, 8]
255
255
  []
@@ -281,7 +281,7 @@ print(list(batchmaker(s)))
281
281
 
282
282
  Output:
283
283
  ```py
284
- <generator object batchmaker at 0x78f88472e0>
284
+ <generator object batchmaker at 0x75a559fe20>
285
285
  ['Urutan 1 dan 10 dan j dan Z saja.', 'Urutan 1 dan 10 dan j dan K saja.', 'Urutan 1 dan 10 dan j dan 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 0x78f885b300>
338
+ <generator object batch_calculate at 0x75a55f7ca0>
339
339
  [('1 m ** 1', <Quantity(1, 'meter')>), ('1 m ** 2', <Quantity(1, 'meter ** 2')>), ('1 m ** 3', <Quantity(1, 'meter ** 3')>)]
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 0x78f883f100>
444
+ <generator object chunk_array at 0x75a55f32e0>
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
- 2025-04-11 06:31:56.528911+07:00
496
- 2025-04-10 23:31:56.529820+00:00
497
- 2025-04-10 16:31:56.534187-07:00
495
+ 2025-04-23 21:25:26.477101+07:00
496
+ 2025-04-23 14:25:26.477954+00:00
497
+ 2025-04-23 07:25:26.480979-07:00
498
498
  ```
499
499
 
500
500
  ## dict_first
@@ -613,7 +613,7 @@ iprint(filter_empty(var))
613
613
 
614
614
  Output:
615
615
  ```py
616
- <generator object filter_empty at 0x78f883f2e0>
616
+ <generator object filter_empty at 0x75a55f34c0>
617
617
  [1, '0', True, {}, ['eee']]
618
618
  ```
619
619
 
@@ -660,8 +660,8 @@ print(list(get_class_method(ExampleGetClassMethod)))
660
660
 
661
661
  Output:
662
662
  ```py
663
- <generator object get_class_method at 0x78f885bd80>
664
- [<function ExampleGetClassMethod.a at 0x78f8532de0>, <function ExampleGetClassMethod.b at 0x78f8532ca0>, <function ExampleGetClassMethod.c at 0x78f8532d40>, <function ExampleGetClassMethod.d at 0x78f8532f20>]
663
+ <generator object get_class_method at 0x75a532cba0>
664
+ [<function ExampleGetClassMethod.a at 0x75a531fe20>, <function ExampleGetClassMethod.b at 0x75a531fce0>, <function ExampleGetClassMethod.c at 0x75a531fd80>, <function ExampleGetClassMethod.d at 0x75a531ff60>]
665
665
  ```
666
666
 
667
667
  ## get_filesize
@@ -1089,7 +1089,7 @@ Output:
1089
1089
 
1090
1090
  ## ienumerate
1091
1091
 
1092
- `ienumerate(iterator, start=0, key=<function int_to_int at 0x78fcee2660>)`
1092
+ `ienumerate(iterator, start=0, key=<function int_to_int at 0x75aacef420>)`
1093
1093
 
1094
1094
  meningkatkan fungsi enumerate() pada python
1095
1095
  untuk key menggunakan huruf dan basis angka lainnya.
@@ -1102,7 +1102,7 @@ iprint(ienumerate(it, key=int_to_chr))
1102
1102
 
1103
1103
  Output:
1104
1104
  ```py
1105
- <generator object ienumerate at 0x78f883f2e0>
1105
+ <generator object ienumerate at 0x75a55f34c0>
1106
1106
  [('a', 'ini'), ('b', 'contoh'), ('c', 'enumerator')]
1107
1107
  ```
1108
1108
 
@@ -1179,7 +1179,7 @@ print(ijoin(10, ' '))
1179
1179
 
1180
1180
  Output:
1181
1181
  ```py
1182
- weq, dfs, qweqw, asd
1182
+ qweqw, dfs, weq, asd
1183
1183
  ,ini,path,seperti,url,
1184
1184
  ini,path,seperti,url
1185
1185
  <li>satu</li>
@@ -1224,10 +1224,10 @@ pprint.pprint(iloads_html(iopen("https://harga-emas.org/1-gram/")), depth=10)
1224
1224
  Output:
1225
1225
  ```py
1226
1226
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1227
- [['Harga Emas Hari Ini - Jumat, 11 April 2025'],
1228
- ['Spot Emas USD3.186,08 (+22,94) / oz',
1227
+ [['Harga Emas Hari Ini - Rabu, 23 April 2025'],
1228
+ ['Spot Emas USD3.278,34 (-107,90) / oz',
1229
1229
  'Kurs IDR1,00 / USD',
1230
- 'Emas IDR↑102 (+1) / gr'],
1230
+ 'Emas IDR↓105 (-3) / gr'],
1231
1231
  ['LM Antam (Jual)↓1.513.000 (-30.000) / gr',
1232
1232
  'LM Antam (Beli)↓1.366.000 (-30.000) / gr']],
1233
1233
  [['Harga Emas Hari Ini'],
@@ -1250,10 +1250,10 @@ Output:
1250
1250
  'Update harga LM Pegadaian :31 Desember 1969']],
1251
1251
  [['Spot Harga Emas Hari Ini (Market Open)'],
1252
1252
  ['Satuan', 'USD', 'Kurs\xa0Dollar', 'IDR'],
1253
- ['Ounce\xa0(oz)', '3.186,08 (+22,94)', '1,00', '3.186'],
1254
- ['Gram\xa0(gr)', '102,43', '1,00', '102 (+1)'],
1255
- ['Kilogram\xa0(kg)', '102.434,85', '1,00', '102.435'],
1256
- ['Update harga emas :11 April 2025, pukul 06:31Update kurs :14 Maret 2025, '
1253
+ ['Ounce\xa0(oz)', '3.278,34 (-107,90)', '1,00', '3.278'],
1254
+ ['Gram\xa0(gr)', '105,40', '1,00', '105 (-3)'],
1255
+ ['Kilogram\xa0(kg)', '105.401,08', '1,00', '105.401'],
1256
+ ['Update harga emas :23 April 2025, pukul 21:24Update kurs :14 Maret 2025, '
1257
1257
  'pukul 10:13']],
1258
1258
  [['Gram', 'UBS Gold 99.99%'],
1259
1259
  ['Jual', 'Beli'],
@@ -1291,36 +1291,36 @@ Output:
1291
1291
  ['Unit', 'USD', 'IDR'],
1292
1292
  ['Angka', '+/-', 'Angka', '+/-'],
1293
1293
  ['Hari Ini', 'Kurs', '', '', '1', '%'],
1294
- ['oz', '3.163,14', '+22,94+0,73%', '3.163', '+23+0,73%'],
1295
- ['gr', '101,70', '+0,74+0,73%', '102', '+1+0,73%'],
1296
- ['30 Hari', 'Kurs', '', '', '16.430', '-16.429-99,99%'],
1297
- ['oz', '2.935,17', '+250,91+8,55%', '48.224.843', '-48.221.657-99,99%'],
1298
- ['gr', '94,37', '+8,07+8,55%', '1.550.465', '-1.550.362-99,99%'],
1299
- ['2 Bulan', 'Kurs', '', '', '16.325', '-16.324-99,99%'],
1300
- ['oz', '2.900,79', '+285,29+9,83%', '47.355.426', '-47.352.240-99,99%'],
1301
- ['gr', '93,26', '+9,17+9,83', '1.522.512', '-1.522.410-99,99%'],
1302
- ['6 Bulan', 'Kurs', '', '', '15.658', '-15.657-99,99%'],
1303
- ['oz', '2.656,78', '+529,30+19,92%', '41.599.861', '-41.596.675-99,99%'],
1304
- ['gr', '85,42', '+17,02+19,92%', '1.337.467', '-1.337.364-99,99%'],
1305
- ['1 Tahun', 'Kurs', '', '', '15.907', '-15.906-99,99%'],
1306
- ['oz', '2.349,73', '+836,35+35,59%', '37.377.155', '-37.373.969-99,99%'],
1307
- ['gr', '75,55', '+26,89+35,59%', '1.201.703', '-1.201.601-99,99%'],
1294
+ ['oz', '3.386,24', '-107,90-3,19%', '3.386', '-108-3,19%'],
1295
+ ['gr', '108,87', '-3,47-3,19%', '109', '-3-3,19%'],
1296
+ ['30 Hari', 'Kurs', '', '', '1', '%'],
1297
+ ['oz', '3.009,50', '+268,84+8,93%', '3.010', '+269+8,93%'],
1298
+ ['gr', '96,76', '+8,64+8,93%', '97', '+9+8,93%'],
1299
+ ['2 Bulan', 'Kurs', '', '', '16.344', '-16.343-99,99%'],
1300
+ ['oz', '2.936,00', '+342,34+11,66%', '47.985.984', '-47.982.706-99,99%'],
1301
+ ['gr', '94,39', '+11,01+11,66', '1.542.785', '-1.542.680-99,99%'],
1302
+ ['6 Bulan', 'Kurs', '', '', '15.593', '-15.592-99,99%'],
1303
+ ['oz', '2.738,49', '+539,85+19,71%', '42.701.275', '-42.697.996-99,99%'],
1304
+ ['gr', '88,04', '+17,36+19,71%', '1.372.878', '-1.372.772-99,99%'],
1305
+ ['1 Tahun', 'Kurs', '', '', '16.224', '-16.223-99,99%'],
1306
+ ['oz', '2.329,91', '+948,43+40,71%', '37.800.460', '-37.797.182-99,99%'],
1307
+ ['gr', '74,91', '+30,49+40,71%', '1.215.313', '-1.215.208-99,99%'],
1308
1308
  ['2 Tahun', 'Kurs', '', '', '15.731', '-15.730-99,99%'],
1309
- ['oz', '1.823,86', '+1.362,22+74,69%', '28.691.142', '-28.687.956-99,99%'],
1310
- ['gr', '58,64', '+43,80+74,69%', '922.442', '-922.339-99,99%'],
1311
- ['3 Tahun', 'Kurs', '', '', '14.370', '-14.369-99,99%'],
1312
- ['oz', '1.973,79', '+1.212,29+61,42%', '28.363.362', '-28.360.176-99,99%'],
1313
- ['gr', '63,46', '+38,98+61,42%', '911.903', '-911.801-99,99%'],
1314
- ['5 Tahun', 'Kurs', '', '', '16.241', '-16.240-99,99%'],
1315
- ['oz', '1.688,78', '+1.497,30+88,66%', '27.427.493', '-27.424.307-99,99%'],
1316
- ['gr', '54,30', '+48,14+88,66%', '881.814', '-881.712-99,99%']])
1309
+ ['oz', '1.823,86', '+1.454,48+79,75%', '28.691.142', '-28.687.863-99,99%'],
1310
+ ['gr', '58,64', '+46,76+79,75%', '922.442', '-922.336-99,99%'],
1311
+ ['3 Tahun', 'Kurs', '', '', '14.348', '-14.347-99,99%'],
1312
+ ['oz', '1.931,96', '+1.346,38+69,69%', '27.719.762', '-27.716.484-99,99%'],
1313
+ ['gr', '62,11', '+43,29+69,69%', '891.211', '-891.106-99,99%'],
1314
+ ['5 Tahun', 'Kurs', '', '', '15.553', '-15.552-99,99%'],
1315
+ ['oz', '1.719,05', '+1.559,29+90,71%', '26.736.402', '-26.733.124-99,99%'],
1316
+ ['gr', '55,27', '+50,13+90,71%', '859.595', '-859.490-99,99%']])
1317
1317
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1318
1318
  [[''],
1319
1319
  ['Emas 24 KaratHarga Emas 1 Gram', ''],
1320
- ['USD', '102,43↑', '+0,73+0,72%'],
1321
- ['KURS', '16.355,25↓', '%'],
1322
- ['IDR', '1.675.347,59↑', '+12.062,62+0,73%'],
1323
- ['Jumat, 11 April 2025 06:31']],
1320
+ ['USD', '105,15↓', '-3,72-3,42%'],
1321
+ ['KURS', '16.878,49↑', '+39,24+0,23%'],
1322
+ ['IDR', '1.774.794,61↓', '-58.496,97-3,19%'],
1323
+ ['Rabu, 23 April 2025 21:25']],
1324
1324
  [[''],
1325
1325
  ['Emas 1 Gram (IDR)Emas 1 Gram (USD)Kurs USD-IDR',
1326
1326
  'Hari Ini',
@@ -1331,25 +1331,25 @@ Output:
1331
1331
  '']],
1332
1332
  [['Pergerakkan Harga Emas 1 Gram'],
1333
1333
  ['', 'Penutupan Kemarin', 'Pergerakkan Hari Ini', 'Rata-rata'],
1334
- ['USD', '101,70', '101,70 - 102,43', '102,07'],
1335
- ['KURS', '16.355,25', '16.355,25 - 16.355,25', '16.355,25'],
1336
- ['IDR', '1.663.284,97', '1.663.284,97 - 1.675.347,59', '1.669.316,28'],
1334
+ ['USD', '108,87', '105,15 - 108,87', '107,01'],
1335
+ ['KURS', '16.839,25', '16.839,25 - 16.878,49', '16.858,87'],
1336
+ ['IDR', '1.833.291,58', '1.774.794,61 - 1.833.291,58', '1.804.043,10'],
1337
1337
  [''],
1338
1338
  ['', 'Awal Tahun', 'Pergerakkan YTD', '+/- YTD'],
1339
- ['USD', '84,42', '84,38 - 102,43', '+18,01 (21,33%)'],
1340
- ['KURS', '16.220,76', '16.156,70 - 16.387,00', '+134,49 (0,83%)'],
1339
+ ['USD', '84,42', '84,38 - 109,73', '+20,73 (24,56%)'],
1340
+ ['KURS', '16.220,76', '16.156,70 - 16.878,49', '+657,73 (4,05%)'],
1341
1341
  ['IDR',
1342
1342
  '1.369.306,75',
1343
- '1.368.695,74 - 1.675.347,59',
1344
- '+306.040,84 (22,35%)'],
1343
+ '1.368.695,74 - 1.850.462,40',
1344
+ '+405.487,86 (29,61%)'],
1345
1345
  [''],
1346
1346
  ['', 'Tahun Lalu / 52 Minggu', 'Pergerakkan 52 Minggu', '+/- 52 Minggu'],
1347
- ['USD', '75,19', '73,75 - 102,43', '+27,24 (36,23%)'],
1348
- ['KURS', '15.969,60', '15.100,00 - 16.509,65', '+385,65 (2,41%)'],
1347
+ ['USD', '74,92', '73,75 - 109,73', '+30,23 (40,35%)'],
1348
+ ['KURS', '16.246,35', '15.100,00 - 16.878,49', '+632,14 (3,89%)'],
1349
1349
  ['IDR',
1350
- '1.200.702,67',
1351
- '1.181.943,88 - 1.675.347,59',
1352
- '+474.644,92 (39,53%)']])
1350
+ '1.217.102,12',
1351
+ '1.181.943,88 - 1.850.462,40',
1352
+ '+557.692,49 (45,82%)']])
1353
1353
  ```
1354
1354
 
1355
1355
  ## iloads
@@ -1479,7 +1479,7 @@ Output:
1479
1479
  ```py
1480
1480
  8
1481
1481
  ['mana', 'aja']
1482
- [<Element a at 0x78f853d220>, <Element a at 0x78f8577e80>, <Element a at 0x78f8577ed0>, <Element a at 0x78f8577f20>, <Element a at 0x78f8577f70>, <Element a at 0x78f8577fc0>, <Element a at 0x78f8594050>, <Element a at 0x78f85940a0>, <Element a at 0x78f85940f0>, <Element a at 0x78f8594140>, <Element a at 0x78f8594190>, <Element a at 0x78f85941e0>, <Element a at 0x78f8594230>, <Element a at 0x78f8594280>, <Element a at 0x78f85942d0>, <Element a at 0x78f8594320>, <Element a at 0x78f8594370>, <Element a at 0x78f85943c0>]
1482
+ [<Element a at 0x75a5362d00>, <Element a at 0x75a5362f80>, <Element a at 0x75a5363020>, <Element a at 0x75a53630c0>, <Element a at 0x75a53631b0>, <Element a at 0x75a5363430>, <Element a at 0x75a53635c0>, <Element a at 0x75a53636b0>, <Element a at 0x75a5363f70>, <Element a at 0x75a5384320>, <Element a at 0x75a53840f0>, <Element a at 0x75a5384190>, <Element a at 0x75a5384230>, <Element a at 0x75a5384370>, <Element a at 0x75a53843c0>, <Element a at 0x75a5384410>, <Element a at 0x75a5384460>, <Element a at 0x75a53844b0>]
1483
1483
  False
1484
1484
  ```
1485
1485
 
@@ -1549,7 +1549,7 @@ print(list(iscandir("./", recursive=False, scan_file=False)))
1549
1549
 
1550
1550
  Output:
1551
1551
  ```py
1552
- <generator object iscandir at 0x78f883f1f0>
1552
+ <generator object iscandir at 0x75a55f33d0>
1553
1553
  [PosixPath('.git'), PosixPath('.vscode'), PosixPath('pypipr'), PosixPath('__pycache__'), PosixPath('dist')]
1554
1554
  ```
1555
1555
 
@@ -1582,98 +1582,98 @@ iprint(ivars(__import__('pypipr')))
1582
1582
 
1583
1583
  Output:
1584
1584
  ```py
1585
- {'function': {'avg': <function avg at 0x79025e8680>,
1586
- 'get_filemtime': <function get_filemtime at 0x78fce353a0>,
1587
- 'print_colorize': <function print_colorize at 0x78fce35580>,
1588
- 'print_log': <function print_log at 0x78fd5534c0>,
1589
- 'console_run': <function console_run at 0x78fce35440>,
1590
- 'auto_reload': <function auto_reload at 0x78fce34d60>,
1591
- 'basename': <function basename at 0x78fce35620>,
1592
- 'chr_to_int': <function chr_to_int at 0x78fce35bc0>,
1593
- 'int_to_chr': <function int_to_chr at 0x78fce35c60>,
1594
- 'irange': <function irange at 0x78fce36160>,
1595
- 'batchmaker': <function batchmaker at 0x78fce35940>,
1596
- 'calculate': <function calculate at 0x78fce354e0>,
1597
- 'batch_calculate': <function batch_calculate at 0x78fce356c0>,
1598
- 'bin_to_int': <function bin_to_int at 0x78fce358a0>,
1599
- 'is_empty': <function is_empty at 0x78fce36a20>,
1600
- 'exit_if_empty': <function exit_if_empty at 0x78fce368e0>,
1601
- 'input_char': <function input_char at 0x78fce36980>,
1602
- 'choices': <function choices at 0x78fce36ca0>,
1603
- 'chunk_array': <function chunk_array at 0x78fce36d40>,
1604
- 'create_folder': <function create_folder at 0x78fce36de0>,
1605
- 'datetime_from_string': <function datetime_from_string at 0x78fce36e80>,
1606
- 'datetime_now': <function datetime_now at 0x78fce36f20>,
1607
- 'dict_first': <function dict_first at 0x78fce551c0>,
1608
- 'dirname': <function dirname at 0x78fce55300>,
1609
- 'django_clear_migrations': <function django_clear_migrations at 0x78fce553a0>,
1610
- 'django_runserver': <function django_runserver at 0x78fce556c0>,
1611
- 'is_iterable': <function is_iterable at 0x78fce55a80>,
1612
- 'to_str': <function to_str at 0x78fce55bc0>,
1613
- 'filter_empty': <function filter_empty at 0x78fce55940>,
1614
- 'get_by_index': <function get_by_index at 0x78fce55b20>,
1615
- 'get_class_method': <function get_class_method at 0x78fce55c60>,
1616
- 'get_filesize': <function get_filesize at 0x78fce55da0>,
1617
- 'github_init': <function github_init at 0x78fce55e40>,
1618
- 'github_pull': <function github_pull at 0x78fce55ee0>,
1619
- 'github_push': <function github_push at 0x78fce56020>,
1620
- 'github_user': <function github_user at 0x78fce560c0>,
1621
- 'hex_to_int': <function hex_to_int at 0x78fce56160>,
1622
- 'iargv': <function iargv at 0x78fce56200>,
1623
- 'idir': <function idir at 0x78fce562a0>,
1624
- 'idumps_html': <function idumps_html at 0x78fcee2160>,
1625
- 'idumps': <function idumps at 0x78fce56340>,
1626
- 'int_to_int': <function int_to_int at 0x78fcee2660>,
1627
- 'ienumerate': <function ienumerate at 0x78fcec49a0>,
1628
- 'ienv': <function ienv at 0x78fcee2520>,
1629
- 'iexec': <function iexec at 0x78fcee2700>,
1630
- 'iinput': <function iinput at 0x78fcee27a0>,
1631
- 'ijoin': <function ijoin at 0x78fcee2840>,
1632
- 'iloads_html': <function iloads_html at 0x78fcee2b60>,
1633
- 'iloads': <function iloads at 0x7903061260>,
1634
- 'int_to_bin': <function int_to_bin at 0x78fcee28e0>,
1635
- 'int_to_hex': <function int_to_hex at 0x78fcee2980>,
1636
- 'int_to_oct': <function int_to_oct at 0x78fcee2c00>,
1637
- 'is_valid_url': <function is_valid_url at 0x78fcee2e80>,
1638
- 'iopen': <function iopen at 0x78fcc96a20>,
1639
- 'iprint': <function iprint at 0x78fcce99e0>,
1640
- 'is_raw_string': <function is_raw_string at 0x78f8a0c2c0>,
1641
- 'ireplace': <function ireplace at 0x78f89f67a0>,
1642
- 'is_html': <function is_html at 0x78f8a0c220>,
1643
- 'iscandir': <function iscandir at 0x78f8a0c360>,
1644
- 'isplit': <function isplit at 0x78f8a0c400>,
1645
- 'ivars': <function ivars at 0x78f8a0c4a0>,
1646
- 'log': <function log at 0x78f8a0c540>,
1647
- 'no_indent': <function no_indent at 0x78f8a0c5e0>,
1648
- 'oct_to_int': <function oct_to_int at 0x78f8a0c680>,
1649
- 'password_generator': <function password_generator at 0x78f8a0c720>,
1650
- 'path_to_module': <function path_to_module at 0x78f8a0c7c0>,
1651
- 'pip_freeze_without_version': <function pip_freeze_without_version at 0x78f8a0c860>,
1652
- 'pip_update_pypipr': <function pip_update_pypipr at 0x78f8a0c900>,
1653
- 'poetry_publish': <function poetry_publish at 0x78f8a0c9a0>,
1654
- 'poetry_update_version': <function poetry_update_version at 0x78f8a0cae0>,
1655
- 'print_dir': <function print_dir at 0x78f8a0cc20>,
1656
- 'print_to_last_line': <function print_to_last_line at 0x78f8a0ccc0>,
1657
- 'random_bool': <function random_bool at 0x78f8a0cd60>,
1658
- 'repath': <function repath at 0x78f8a0cea0>,
1659
- 'restart': <function restart at 0x78f8a0cf40>,
1660
- 'set_timeout': <function set_timeout at 0x78f8a0cfe0>,
1661
- 'sets_ordered': <function sets_ordered at 0x78f8a0d080>,
1662
- 'sqlite_backup': <function sqlite_backup at 0x78f8a0d120>,
1663
- 'sqlite_delete_table': <function sqlite_delete_table at 0x78f8a0d1c0>,
1664
- 'sqlite_get_all_tables': <function sqlite_get_all_tables at 0x78f8a0d260>,
1665
- 'sqlite_get_data_table': <function sqlite_get_data_table at 0x78f8a0d300>,
1666
- 'str_cmp': <function str_cmp at 0x78f8a0dbc0>,
1667
- 'text_colorize': <function text_colorize at 0x78f8a0dc60>,
1668
- 'tiles': <function tiles at 0x78f8a0dd00>,
1669
- 'traceback_filename': <function traceback_filename at 0x78f8a0dda0>,
1670
- 'traceback_framename': <function traceback_framename at 0x78f8a0de40>},
1585
+ {'function': {'avg': <function avg at 0x75b5b68720>,
1586
+ 'get_filemtime': <function get_filemtime at 0x75aadf65c0>,
1587
+ 'print_colorize': <function print_colorize at 0x75aadf67a0>,
1588
+ 'print_log': <function print_log at 0x75aadf6660>,
1589
+ 'console_run': <function console_run at 0x75aadf6700>,
1590
+ 'auto_reload': <function auto_reload at 0x75aae97a60>,
1591
+ 'basename': <function basename at 0x75aadf6840>,
1592
+ 'chr_to_int': <function chr_to_int at 0x75aadf6de0>,
1593
+ 'int_to_chr': <function int_to_chr at 0x75aadf6e80>,
1594
+ 'irange': <function irange at 0x75aadf7380>,
1595
+ 'batchmaker': <function batchmaker at 0x75aadf6b60>,
1596
+ 'calculate': <function calculate at 0x75aadf6c00>,
1597
+ 'batch_calculate': <function batch_calculate at 0x75aadf68e0>,
1598
+ 'bin_to_int': <function bin_to_int at 0x75aadf6ac0>,
1599
+ 'is_empty': <function is_empty at 0x75aadf7c40>,
1600
+ 'exit_if_empty': <function exit_if_empty at 0x75aadf7b00>,
1601
+ 'input_char': <function input_char at 0x75aadf7ba0>,
1602
+ 'choices': <function choices at 0x75aadf7ec0>,
1603
+ 'chunk_array': <function chunk_array at 0x75aadf7f60>,
1604
+ 'create_folder': <function create_folder at 0x75aade4040>,
1605
+ 'datetime_from_string': <function datetime_from_string at 0x75aade40e0>,
1606
+ 'datetime_now': <function datetime_now at 0x75aade4180>,
1607
+ 'dict_first': <function dict_first at 0x75aade63e0>,
1608
+ 'dirname': <function dirname at 0x75aade6520>,
1609
+ 'django_clear_migrations': <function django_clear_migrations at 0x75aade65c0>,
1610
+ 'django_runserver': <function django_runserver at 0x75aade68e0>,
1611
+ 'is_iterable': <function is_iterable at 0x75aade6ca0>,
1612
+ 'to_str': <function to_str at 0x75aade6de0>,
1613
+ 'filter_empty': <function filter_empty at 0x75aadf6980>,
1614
+ 'get_by_index': <function get_by_index at 0x75aade6d40>,
1615
+ 'get_class_method': <function get_class_method at 0x75aade6e80>,
1616
+ 'get_filesize': <function get_filesize at 0x75aade6fc0>,
1617
+ 'github_init': <function github_init at 0x75aade7060>,
1618
+ 'github_pull': <function github_pull at 0x75aade7100>,
1619
+ 'github_push': <function github_push at 0x75aade7240>,
1620
+ 'github_user': <function github_user at 0x75aade72e0>,
1621
+ 'hex_to_int': <function hex_to_int at 0x75aade7380>,
1622
+ 'iargv': <function iargv at 0x75aade7420>,
1623
+ 'idir': <function idir at 0x75aade74c0>,
1624
+ 'idumps_html': <function idumps_html at 0x75aaceef20>,
1625
+ 'idumps': <function idumps at 0x75aade7560>,
1626
+ 'int_to_int': <function int_to_int at 0x75aacef420>,
1627
+ 'ienumerate': <function ienumerate at 0x75aade76a0>,
1628
+ 'ienv': <function ienv at 0x75aacef2e0>,
1629
+ 'iexec': <function iexec at 0x75aacef4c0>,
1630
+ 'iinput': <function iinput at 0x75aacef560>,
1631
+ 'ijoin': <function ijoin at 0x75aacef600>,
1632
+ 'iloads_html': <function iloads_html at 0x75aacef920>,
1633
+ 'iloads': <function iloads at 0x75aade6f20>,
1634
+ 'int_to_bin': <function int_to_bin at 0x75b5f61260>,
1635
+ 'int_to_hex': <function int_to_hex at 0x75aacef6a0>,
1636
+ 'int_to_oct': <function int_to_oct at 0x75aacef9c0>,
1637
+ 'is_valid_url': <function is_valid_url at 0x75aacefba0>,
1638
+ 'iopen': <function iopen at 0x75aab277e0>,
1639
+ 'iprint': <function iprint at 0x75aacefb00>,
1640
+ 'is_raw_string': <function is_raw_string at 0x75a57a5120>,
1641
+ 'ireplace': <function ireplace at 0x75a579b600>,
1642
+ 'is_html': <function is_html at 0x75a5780a40>,
1643
+ 'iscandir': <function iscandir at 0x75a57a51c0>,
1644
+ 'isplit': <function isplit at 0x75a57a5260>,
1645
+ 'ivars': <function ivars at 0x75a57a5300>,
1646
+ 'log': <function log at 0x75a57a53a0>,
1647
+ 'no_indent': <function no_indent at 0x75a57a5440>,
1648
+ 'oct_to_int': <function oct_to_int at 0x75a57a54e0>,
1649
+ 'password_generator': <function password_generator at 0x75a57a5580>,
1650
+ 'path_to_module': <function path_to_module at 0x75a57a5620>,
1651
+ 'pip_freeze_without_version': <function pip_freeze_without_version at 0x75a57a56c0>,
1652
+ 'pip_update_pypipr': <function pip_update_pypipr at 0x75a57a5760>,
1653
+ 'poetry_publish': <function poetry_publish at 0x75a57a5800>,
1654
+ 'poetry_update_version': <function poetry_update_version at 0x75a57a5940>,
1655
+ 'print_dir': <function print_dir at 0x75a57a5a80>,
1656
+ 'print_to_last_line': <function print_to_last_line at 0x75a57a5b20>,
1657
+ 'random_bool': <function random_bool at 0x75a57a5bc0>,
1658
+ 'repath': <function repath at 0x75a57a5d00>,
1659
+ 'restart': <function restart at 0x75a57a5da0>,
1660
+ 'set_timeout': <function set_timeout at 0x75a57a5e40>,
1661
+ 'sets_ordered': <function sets_ordered at 0x75a57a5ee0>,
1662
+ 'sqlite_backup': <function sqlite_backup at 0x75a57a5f80>,
1663
+ 'sqlite_delete_table': <function sqlite_delete_table at 0x75a57a6020>,
1664
+ 'sqlite_get_all_tables': <function sqlite_get_all_tables at 0x75a57a60c0>,
1665
+ 'sqlite_get_data_table': <function sqlite_get_data_table at 0x75a57a6160>,
1666
+ 'str_cmp': <function str_cmp at 0x75a57a6a20>,
1667
+ 'text_colorize': <function text_colorize at 0x75a57a6ac0>,
1668
+ 'tiles': <function tiles at 0x75a57a6b60>,
1669
+ 'traceback_filename': <function traceback_filename at 0x75a57a6c00>,
1670
+ 'traceback_framename': <function traceback_framename at 0x75a57a6ca0>},
1671
1671
  'class': {'ComparePerformance': <class 'pypipr.ComparePerformance.ComparePerformance'>,
1672
1672
  'PintUregQuantity': <class 'pint.Quantity'>,
1673
1673
  'RunParallel': <class 'pypipr.RunParallel.RunParallel'>,
1674
1674
  'TextCase': <class 'pypipr.TextCase.TextCase'>},
1675
1675
  'variable': {'LINUX': True,
1676
- 'PintUreg': <pint.registry.UnitRegistry object at 0x78fd53bc50>,
1676
+ 'PintUreg': <pint.registry.UnitRegistry object at 0x75b5b60ce0>,
1677
1677
  'WINDOWS': False},
1678
1678
  'module': {'asyncio': <module 'asyncio' from '/data/data/com.termux/files/usr/lib/python3.12/asyncio/__init__.py'>,
1679
1679
  'colorama': <module 'colorama' from '/data/data/com.termux/files/home/.cache/pypoetry/virtualenvs/pypipr-ZoJyDxLL-py3.12/lib/python3.12/site-packages/colorama/__init__.py'>,
@@ -1768,7 +1768,7 @@ print(password_generator())
1768
1768
 
1769
1769
  Output:
1770
1770
  ```py
1771
- I}=EB%ID
1771
+ `N_w_iT,
1772
1772
  ```
1773
1773
 
1774
1774
  ## path_to_module
@@ -1847,7 +1847,7 @@ Output:
1847
1847
  __enter__ : https:/www.google.com
1848
1848
  __fspath__ : https:/www.google.com
1849
1849
  __getstate__ : (None, {'_raw_paths': ['https://www.google.com/'], '_drv': '', '_root': '', '_tail_cached': ['https:', 'www.google.com'], '_str': 'https:/www.google.com'})
1850
- __hash__ : 7360677572712003235
1850
+ __hash__ : -9189132735629597320
1851
1851
  __init__ : None
1852
1852
  __init_subclass__ : None
1853
1853
  __module__ : pathlib
@@ -1859,7 +1859,7 @@ Output:
1859
1859
  __subclasshook__ : NotImplemented
1860
1860
  _drv :
1861
1861
  _flavour : <module 'posixpath' (frozen)>
1862
- _hash : 7360677572712003235
1862
+ _hash : -9189132735629597320
1863
1863
  _lines : https:
1864
1864
  www.google.com
1865
1865
  _lines_cached : https:
@@ -1893,7 +1893,7 @@ _parts_normcase_cached : ['https:', 'www.google.com']
1893
1893
  is_reserved : False
1894
1894
  is_socket : False
1895
1895
  is_symlink : False
1896
- iterdir : <generator object Path.iterdir at 0x78f884be00>
1896
+ iterdir : <generator object Path.iterdir at 0x75a534c040>
1897
1897
  joinpath : .
1898
1898
  name :
1899
1899
  parent : https:/www.google.com
@@ -1904,7 +1904,7 @@ _parts_normcase_cached : ['https:', 'www.google.com']
1904
1904
  stem :
1905
1905
  suffix :
1906
1906
  suffixes : []
1907
- walk : <generator object Path.walk at 0x78f8ad3d80>
1907
+ walk : <generator object Path.walk at 0x75a586bd80>
1908
1908
  with_segments : .
1909
1909
  ```
1910
1910
 
@@ -1946,7 +1946,7 @@ print(random_bool())
1946
1946
 
1947
1947
  Output:
1948
1948
  ```py
1949
- True
1949
+ False
1950
1950
  ```
1951
1951
 
1952
1952
  ## repath
@@ -1984,7 +1984,7 @@ x.cancel()
1984
1984
 
1985
1985
  Output:
1986
1986
  ```py
1987
- <Timer(Thread-2, started 519539928304)>
1987
+ <Timer(Thread-2, started 505260481776)>
1988
1988
  menghentikan timeout 7
1989
1989
  ```
1990
1990
 
@@ -2002,7 +2002,7 @@ print(list(sets_ordered(array)))
2002
2002
 
2003
2003
  Output:
2004
2004
  ```py
2005
- <generator object sets_ordered at 0x78f8556c20>
2005
+ <generator object sets_ordered at 0x75a534ec20>
2006
2006
  [2, 3, 12, 42, 1, 43, 41, 4, 24, 32]
2007
2007
  ```
2008
2008
 
@@ -2124,15 +2124,15 @@ print(ExampleComparePerformance().compare_performance())
2124
2124
 
2125
2125
  Output:
2126
2126
  ```py
2127
- {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x78f8894ac0>,
2127
+ {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x75a5628dc0>,
2128
2128
  'b': (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),
2129
2129
  'c': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
2130
2130
  'd': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}
2131
- {'a': 99, 'b': 182, 'c': 104, 'd': 321}
2132
- {'a': 100, 'b': 169, 'c': 109, 'd': 219}
2133
- {'a': 104, 'b': 170, 'c': 100, 'd': 212}
2134
- {'a': 100, 'b': 165, 'c': 103, 'd': 209}
2135
- {'a': 101, 'b': 167, 'c': 100, 'd': 206}
2131
+ {'a': 160, 'b': 140, 'c': 100, 'd': 140}
2132
+ {'a': 132, 'b': 164, 'c': 100, 'd': 170}
2133
+ {'a': 128, 'b': 164, 'c': 100, 'd': 186}
2134
+ {'a': 124, 'b': 162, 'c': 100, 'd': 163}
2135
+ {'a': 121, 'b': 166, 'c': 100, 'd': 169}
2136
2136
  ```
2137
2137
 
2138
2138
  ## PintUregQuantity
@@ -93,7 +93,7 @@ pypipr/tiles.py,sha256=uSEYqvjBQHIz7pZKtdta1XwFhGrMFieMHOH2DKrlcXc,328
93
93
  pypipr/to_str.py,sha256=vSuspf-ZQldf4enkssa9XH0WMjkmWug51G9ia0K5occ,597
94
94
  pypipr/traceback_filename.py,sha256=4o85J0N8clI0cM6NTGcKZ4zxR9yS7W2NS_bz3J2_PnY,288
95
95
  pypipr/traceback_framename.py,sha256=_mullrAZzMhBFEFVCgdsmkYQmYUkd58o-J-HuMntKyc,291
96
- pypipr-1.0.171.dist-info/METADATA,sha256=6lEEJuMaGL_jdjcIy0P32PElEweuADoXsVPx-SsB4XQ,58308
97
- pypipr-1.0.171.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
98
- pypipr-1.0.171.dist-info/entry_points.txt,sha256=XEBtOa61BCVW4cVvoqYQnyTcenJ1tzFFB09YnuqlKBY,51
99
- pypipr-1.0.171.dist-info/RECORD,,
96
+ pypipr-1.0.173.dist-info/METADATA,sha256=nCJtjWiVjYuL-Cvb6ReWAKZcSTn7WKvk0aDGVj5NvwQ,58281
97
+ pypipr-1.0.173.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
98
+ pypipr-1.0.173.dist-info/entry_points.txt,sha256=XEBtOa61BCVW4cVvoqYQnyTcenJ1tzFFB09YnuqlKBY,51
99
+ pypipr-1.0.173.dist-info/RECORD,,