pypipr 1.0.88__tar.gz → 1.0.91__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 (75) hide show
  1. {pypipr-1.0.88 → pypipr-1.0.91}/PKG-INFO +122 -115
  2. {pypipr-1.0.88 → pypipr-1.0.91}/pyproject.toml +1 -1
  3. {pypipr-1.0.88 → pypipr-1.0.91}/readme.md +121 -114
  4. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/__init__.py +0 -0
  5. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/ComparePerformance.py +0 -0
  6. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/LINUX.py +0 -0
  7. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/RunParallel.py +0 -0
  8. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/WINDOWS.py +0 -0
  9. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/__init__.py +0 -0
  10. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/avg.py +0 -0
  11. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/basename.py +0 -0
  12. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/chunk_array.py +0 -0
  13. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/create_folder.py +0 -0
  14. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/datetime_from_string.py +0 -0
  15. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/datetime_now.py +0 -0
  16. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/dict_first.py +0 -0
  17. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/dirname.py +0 -0
  18. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/exit_if_empty.py +0 -0
  19. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/filter_empty.py +0 -0
  20. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/get_by_index.py +0 -0
  21. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/get_class_method.py +0 -0
  22. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/get_filemtime.py +0 -0
  23. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/get_filesize.py +0 -0
  24. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/is_empty.py +0 -0
  25. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/is_iterable.py +0 -0
  26. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/is_valid_url.py +0 -0
  27. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/ivars.py +0 -0
  28. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/password_generator.py +0 -0
  29. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/random_bool.py +0 -0
  30. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/set_timeout.py +0 -0
  31. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/sets_ordered.py +0 -0
  32. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/str_cmp.py +0 -0
  33. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ibuiltins/to_str.py +0 -0
  34. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iconsole/__init__.py +0 -0
  35. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iconsole/choices.py +0 -0
  36. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iconsole/console_run.py +0 -0
  37. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iconsole/input_char.py +0 -0
  38. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iconsole/log.py +0 -0
  39. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iconsole/print_colorize.py +0 -0
  40. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iconsole/print_dir.py +0 -0
  41. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iconsole/print_log.py +0 -0
  42. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iconsole/print_to_last_line.py +0 -0
  43. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iconsole/text_colorize.py +0 -0
  44. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/idjango/APIMixinView.py +0 -0
  45. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/idjango/__init__.py +0 -0
  46. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iengineering/PintUreg.py +0 -0
  47. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iengineering/PintUregQuantity.py +0 -0
  48. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iengineering/__init__.py +0 -0
  49. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iengineering/batch_calculate.py +0 -0
  50. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iengineering/batchmaker.py +0 -0
  51. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iengineering/calculate.py +0 -0
  52. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iflow/auto_reload.py +0 -0
  53. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iflow/github_pull.py +0 -0
  54. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iflow/github_push.py +0 -0
  55. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iflow/github_user.py +0 -0
  56. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iflow/pip_freeze_without_version.py +0 -0
  57. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iflow/poetry_publish.py +0 -0
  58. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/iflow/poetry_update_version.py +0 -0
  59. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ifunctions/__init__.py +0 -0
  60. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ifunctions/iargv.py +0 -0
  61. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ifunctions/idumps.py +0 -0
  62. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ifunctions/idumps_html.py +0 -0
  63. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ifunctions/ienv.py +0 -0
  64. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ifunctions/iexec.py +0 -0
  65. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ifunctions/ijoin.py +0 -0
  66. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ifunctions/iloads.py +0 -0
  67. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ifunctions/iloads_html.py +0 -0
  68. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ifunctions/iopen.py +0 -0
  69. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ifunctions/iprint.py +0 -0
  70. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ifunctions/irange.py +0 -0
  71. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ifunctions/ireplace.py +0 -0
  72. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ifunctions/iscandir.py +0 -0
  73. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/ifunctions/isplit.py +0 -0
  74. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/pypipr.py.bak +0 -0
  75. {pypipr-1.0.88 → pypipr-1.0.91}/pypipr/terminal.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypipr
3
- Version: 1.0.88
3
+ Version: 1.0.91
4
4
  Summary: The Python Package Index Project
5
5
  Author: ufiapjj
6
6
  Author-email: ufiapjj@gmail.com
@@ -36,9 +36,16 @@ pip install pypipr
36
36
 
37
37
  Then import pypipr
38
38
  ```python
39
+ from pypipr import *
40
+ # or
39
41
  import pypipr
40
42
  ```
41
43
 
44
+ Or run in terminal/console/cmd/bash
45
+ ```cmd
46
+ pypipr
47
+ ```
48
+
42
49
  # CONSTANT
43
50
 
44
51
  `LINUX`
@@ -94,7 +101,7 @@ print(list(chunk_array(arr, 5)))
94
101
 
95
102
  Output:
96
103
  ```py
97
- <generator object chunk_array at 0x7658e6c340>
104
+ <generator object chunk_array at 0x72f4fd0240>
98
105
  [[2, 3, 12, 3, 3], [42, 42, 1, 43, 2], [42, 41, 4, 24, 32], [42, 3, 12, 32, 42], [42]]
99
106
  ```
100
107
 
@@ -145,9 +152,9 @@ print(datetime_now("Etc/GMT+7"))
145
152
 
146
153
  Output:
147
154
  ```py
148
- 2024-04-24 11:09:16.854830+07:00
149
- 2024-04-24 04:09:16.856256+00:00
150
- 2024-04-23 21:09:16.860015-07:00
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
151
158
  ```
152
159
 
153
160
  ## dict_first
@@ -214,7 +221,7 @@ print(filter_empty(var))
214
221
 
215
222
  Output:
216
223
  ```py
217
- <generator object filter_empty at 0x7658de2e30>
224
+ <generator object filter_empty at 0x72f4f66d40>
218
225
  ```
219
226
 
220
227
  ## get_by_index
@@ -260,8 +267,8 @@ print(list(get_class_method(ExampleGetClassMethod)))
260
267
 
261
268
  Output:
262
269
  ```py
263
- <generator object get_class_method at 0x7658de3100>
264
- [<function ExampleGetClassMethod.a at 0x766aedc540>, <function ExampleGetClassMethod.b at 0x766a3b6c00>, <function ExampleGetClassMethod.c at 0x7658e7d580>, <function ExampleGetClassMethod.d at 0x7658e7d620>]
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>]
265
272
  ```
266
273
 
267
274
  ## get_filemtime
@@ -386,7 +393,7 @@ Output:
386
393
  'idjango': <module 'pypipr.idjango' from '/data/data/com.termux/files/home/pypipr/pypipr/idjango/__init__.py'>,
387
394
  'iengineering': <module 'pypipr.iengineering' from '/data/data/com.termux/files/home/pypipr/pypipr/iengineering/__init__.py'>,
388
395
  'ifunctions': <module 'pypipr.ifunctions' from '/data/data/com.termux/files/home/pypipr/pypipr/ifunctions/__init__.py'>,
389
- 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x765fb0b190>)>,
396
+ 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x72f921efd0>)>,
390
397
  'asyncio': <module 'asyncio' from '/data/data/com.termux/files/usr/lib/python3.11/asyncio/__init__.py'>,
391
398
  'colorama': <module 'colorama' from '/data/data/com.termux/files/usr/lib/python3.11/site-packages/colorama/__init__.py'>,
392
399
  'datetime': <module 'datetime' from '/data/data/com.termux/files/usr/lib/python3.11/datetime.py'>,
@@ -423,64 +430,64 @@ Output:
423
430
  'PintUregQuantity': <class 'pint.Quantity'>},
424
431
  'variable': {'LINUX': True,
425
432
  'WINDOWS': False,
426
- 'PintUreg': <pint.registry.UnitRegistry object at 0x766056a750>},
427
- 'function': {'avg': <function avg at 0x766a3b6d40>,
428
- 'basename': <function basename at 0x766a3868e0>,
429
- 'chunk_array': <function chunk_array at 0x7667e4d120>,
430
- 'create_folder': <function create_folder at 0x7667e4d300>,
431
- 'datetime_from_string': <function datetime_from_string at 0x7667e4d4e0>,
432
- 'datetime_now': <function datetime_now at 0x7667ef5620>,
433
- 'dict_first': <function dict_first at 0x7667ef5580>,
434
- 'dirname': <function dirname at 0x7667ef54e0>,
435
- 'exit_if_empty': <function exit_if_empty at 0x7667ecf4c0>,
436
- 'filter_empty': <function filter_empty at 0x7667ef51c0>,
437
- 'get_by_index': <function get_by_index at 0x7667ef4ea0>,
438
- 'get_class_method': <function get_class_method at 0x7667ef4cc0>,
439
- 'get_filemtime': <function get_filemtime at 0x7667ef4b80>,
440
- 'get_filesize': <function get_filesize at 0x7667ef49a0>,
441
- 'is_empty': <function is_empty at 0x7667ef5260>,
442
- 'is_iterable': <function is_iterable at 0x7667ef4fe0>,
443
- 'is_valid_url': <function is_valid_url at 0x7667ef4860>,
444
- 'ivars': <function ivars at 0x7667ef47c0>,
445
- 'password_generator': <function password_generator at 0x7667ef4680>,
446
- 'random_bool': <function random_bool at 0x7667ef4400>,
447
- 'set_timeout': <function set_timeout at 0x7667ef77e0>,
448
- 'sets_ordered': <function sets_ordered at 0x7667ef7920>,
449
- 'str_cmp': <function str_cmp at 0x7667ef79c0>,
450
- 'to_str': <function to_str at 0x7667ef4f40>,
451
- 'choices': <function choices at 0x7667ef7a60>,
452
- 'console_run': <function console_run at 0x7667ef7ce0>,
453
- 'input_char': <function input_char at 0x7667ef7e20>,
454
- 'log': <function log at 0x7667f18040>,
455
- 'print_colorize': <function print_colorize at 0x7667f180e0>,
456
- 'print_dir': <function print_dir at 0x7667f18220>,
457
- 'print_log': <function print_log at 0x7667ef7ec0>,
458
- 'print_to_last_line': <function print_to_last_line at 0x7667ef7c40>,
459
- 'text_colorize': <function text_colorize at 0x7667ef7d80>,
460
- 'batch_calculate': <function batch_calculate at 0x765fb19580>,
461
- 'batchmaker': <function batchmaker at 0x765fafa980>,
462
- 'calculate': <function calculate at 0x765fb1a2a0>,
463
- 'auto_reload': <function auto_reload at 0x765fb1a480>,
464
- 'github_pull': <function github_pull at 0x765fb1a020>,
465
- 'github_push': <function github_push at 0x765fb1a700>,
466
- 'github_user': <function github_user at 0x765fb1aa20>,
467
- 'pip_freeze_without_version': <function pip_freeze_without_version at 0x765f84e020>,
468
- 'poetry_publish': <function poetry_publish at 0x765f84e160>,
469
- 'poetry_update_version': <function poetry_update_version at 0x765f876980>,
470
- 'iargv': <function iargv at 0x765904c0e0>,
471
- 'idumps': <function idumps at 0x765904c220>,
472
- 'idumps_html': <function idumps_html at 0x76590acc20>,
473
- 'ienv': <function ienv at 0x765904c360>,
474
- 'iexec': <function iexec at 0x76590acea0>,
475
- 'ijoin': <function ijoin at 0x765f84dee0>,
476
- 'iloads': <function iloads at 0x76590acf40>,
477
- 'iloads_html': <function iloads_html at 0x76590ad1c0>,
478
- 'iopen': <function iopen at 0x765f84e200>,
479
- 'iprint': <function iprint at 0x765904c180>,
480
- 'irange': <function irange at 0x765fb1a3e0>,
481
- 'ireplace': <function ireplace at 0x76590ad080>,
482
- 'iscandir': <function iscandir at 0x76590aee80>,
483
- 'isplit': <function isplit at 0x76590aef20>}}
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>}}
484
491
  ```
485
492
 
486
493
  ## password_generator
@@ -495,7 +502,7 @@ print(password_generator())
495
502
 
496
503
  Output:
497
504
  ```py
498
- ;)}C9[;t
505
+ Uy}-6-Qh
499
506
  ```
500
507
 
501
508
  ## random_bool
@@ -513,7 +520,7 @@ print(random_bool())
513
520
 
514
521
  Output:
515
522
  ```py
516
- False
523
+ True
517
524
  ```
518
525
 
519
526
  ## set_timeout
@@ -535,7 +542,7 @@ x.cancel()
535
542
 
536
543
  Output:
537
544
  ```py
538
- <Timer(Thread-2, started 508274130160)>
545
+ <Timer(Thread-2, started 493713603824)>
539
546
  menghentikan timeout 7
540
547
  ```
541
548
 
@@ -553,7 +560,7 @@ print(list(sets_ordered(array)))
553
560
 
554
561
  Output:
555
562
  ```py
556
- <generator object sets_ordered at 0x7658e88110>
563
+ <generator object sets_ordered at 0x72f4fe41e0>
557
564
  [2, 3, 12, 42, 1, 43, 41, 4, 24, 32]
558
565
  ```
559
566
 
@@ -707,7 +714,7 @@ Output:
707
714
  __enter__ : https:/www.google.com
708
715
  __fspath__ : https:/www.google.com
709
716
  __getstate__ : (None, {'_drv': '', '_root': '', '_parts': ['https:', 'www.google.com'], '_str': 'https:/www.google.com'})
710
- __hash__ : 54302838071650782
717
+ __hash__ : 1324913689339074732
711
718
  __init__ : None
712
719
  __init_subclass__ : None
713
720
  __module__ : pathlib
@@ -720,8 +727,8 @@ Output:
720
727
  _cached_cparts : ['https:', 'www.google.com']
721
728
  _cparts : ['https:', 'www.google.com']
722
729
  _drv :
723
- _flavour : <pathlib._PosixFlavour object at 0x7667ec85d0>
724
- _hash : 54302838071650782
730
+ _flavour : <pathlib._PosixFlavour object at 0x7302c7c2d0>
731
+ _hash : 1324913689339074732
725
732
  _parts : ['https:', 'www.google.com']
726
733
  _root :
727
734
  _str : https:/www.google.com
@@ -743,7 +750,7 @@ Output:
743
750
  is_reserved : False
744
751
  is_socket : False
745
752
  is_symlink : False
746
- iterdir : <generator object Path.iterdir at 0x7658e64c80>
753
+ iterdir : <generator object Path.iterdir at 0x72f4fbcc80>
747
754
  joinpath : https:/www.google.com
748
755
  name : www.google.com
749
756
  parent : https:
@@ -810,7 +817,7 @@ print(list(batch_calculate("{1 10} m ** {1 3}")))
810
817
 
811
818
  Output:
812
819
  ```py
813
- <generator object batch_calculate at 0x7658de3c40>
820
+ <generator object batch_calculate at 0x72f4f67b50>
814
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')>)]
815
822
  ```
816
823
 
@@ -835,7 +842,7 @@ print(list(batchmaker(s)))
835
842
 
836
843
  Output:
837
844
  ```py
838
- <generator object batchmaker at 0x7658e78040>
845
+ <generator object batchmaker at 0x72f4fd4040>
839
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.']
840
847
  ```
841
848
 
@@ -1199,7 +1206,7 @@ print(ijoin(10, ' '))
1199
1206
 
1200
1207
  Output:
1201
1208
  ```py
1202
- qweqw, dfs, asd, weq
1209
+ dfs, weq, qweqw, asd
1203
1210
  ,ini,path,seperti,url,
1204
1211
  ini,path,seperti,url
1205
1212
  <li>satu</li>
@@ -1265,9 +1272,9 @@ Output:
1265
1272
  ```py
1266
1273
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1267
1274
  [['Harga Emas Hari Ini - Rabu, 24 April 2024'],
1268
- ['Spot Emas USD↓2.329,16 (-0,75) / oz',
1275
+ ['Spot Emas USD↓2.327,60 (-2,31) / oz',
1269
1276
  'Kurs IDR↑16.244,00 (+20,00) / USD',
1270
- 'Emas IDR↑1.216.419 (+1.106) / gr'],
1277
+ 'Emas IDR↑1.215.605 (+292) / gr'],
1271
1278
  ['LM Antam (Jual)↓1.320.000 (-5.000) / gr',
1272
1279
  'LM Antam (Beli)↓1.218.000 (-5.000) / gr']],
1273
1280
  [['Harga Emas Hari Ini'],
@@ -1338,10 +1345,10 @@ Output:
1338
1345
  'Update harga LM Pegadaian :31 Agustus 2023']],
1339
1346
  [['Spot Harga Emas Hari Ini (Market Open)'],
1340
1347
  ['Satuan', 'USD', 'Kurs\xa0Dollar', 'IDR'],
1341
- ['Ounce\xa0(oz)', '2.329,16 (-0,75)', '16.244,00 (+20,00)', '37.834.875'],
1342
- ['Gram\xa0(gr)', '74,88', '16.244,00', '1.216.419 (+1.106)'],
1343
- ['Kilogram\xa0(kg)', '74.884,23', '16.244,00', '1.216.419.480'],
1344
- ['Update harga emas :24 April 2024, pukul 11:09Update kurs :24 April 2024, '
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, '
1345
1352
  'pukul 09:10']],
1346
1353
  [['Gram', 'UBS Gold 99.99%'],
1347
1354
  ['Jual', 'Beli'],
@@ -1368,7 +1375,7 @@ Output:
1368
1375
  '1.247.500'],
1369
1376
  ['5', '6.375.000 (-25.000)', '1.275.000 (-5.000)', '6.289.500', '1.257.900'],
1370
1377
  ['1', '1.320.000 (-5.000)', '1.320.000 (-5.000)', '1.290.500', '1.290.500'],
1371
- ['', 'Update :23 April 2024, pukul 11:31']],
1378
+ ['', 'Update :24 April 2024, pukul 10:55']],
1372
1379
  [['Konversi Satuan'],
1373
1380
  ['Satuan', 'Ounce (oz)', 'Gram (gr)', 'Kilogram (kg)'],
1374
1381
  ['Ounce\xa0(oz)', '1', '31,1034767696', '0,0311034768'],
@@ -1379,36 +1386,36 @@ Output:
1379
1386
  ['Unit', 'USD', 'IDR'],
1380
1387
  ['Angka', '+/-', 'Angka', '+/-'],
1381
1388
  ['Hari Ini', 'Kurs', '', '', '16.224', '+20+0,12%'],
1382
- ['oz', '2.329,91', '-0,75-0,03%', '37.800.460', '+34.415+0,09%'],
1383
- ['gr', '74,91', '-0,02-0,03%', '1.215.313', '+1.106+0,09%'],
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%'],
1384
1391
  ['30 Hari', 'Kurs', '', '', '15.773', '+471+2,99%'],
1385
- ['oz', '2.175,55', '+153,61+7,06%', '34.314.950', '+3.519.925+10,26%'],
1386
- ['gr', '69,95', '+4,94+7,06%', '1.103.251', '+113.168+10,26%'],
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%'],
1387
1394
  ['2 Bulan', 'Kurs', '', '', '15.630', '+614+3,93%'],
1388
- ['oz', '2.035,57', '+293,59+14,42%', '31.815.959', '+6.018.916+18,92%'],
1389
- ['gr', '65,45', '+9,44+14,42', '1.022.907', '+193.513+18,92%'],
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%'],
1390
1397
  ['6 Bulan', 'Kurs', '', '', '15.933', '+311+1,95%'],
1391
- ['oz', '1.983,13', '+346,03+17,45%', '31.597.210', '+6.237.665+19,74%'],
1392
- ['gr', '63,76', '+11,13+17,45%', '1.015.874', '+200.546+19,74%'],
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%'],
1393
1400
  ['1 Tahun', 'Kurs', '', '', '15.731', '+513+3,26%'],
1394
- ['oz', '1.823,86', '+505,30+27,70%', '28.691.142', '+9.143.733+31,87%'],
1395
- ['gr', '58,64', '+16,25+27,70%', '922.442', '+293.978+31,87%'],
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%'],
1396
1403
  ['2 Tahun', 'Kurs', '', '', '14.361', '+1.883+13,11%'],
1397
- ['oz', '1.896,13', '+433,03+22,84%', '27.230.342', '+10.604.533+38,94%'],
1398
- ['gr', '60,96', '+13,92+22,84%', '875.476', '+340.944+38,94%'],
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%'],
1399
1406
  ['3 Tahun', 'Kurs', '', '', '14.530', '+1.714+11,80%'],
1400
- ['oz', '1.777,11', '+552,05+31,06%', '25.821.408', '+12.013.467+46,53%'],
1401
- ['gr', '57,14', '+17,75+31,06%', '830.178', '+386.242+46,53%'],
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%'],
1402
1409
  ['5 Tahun', 'Kurs', '', '', '14.188', '+2.056+14,49%'],
1403
- ['oz', '1.288,10', '+1.041,06+80,82%', '18.275.563', '+19.559.312+107,02%'],
1404
- ['gr', '41,41', '+33,47+80,82%', '587.573', '+628.846+107,02%']])
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%']])
1405
1412
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1406
1413
  [[''],
1407
1414
  ['Emas 24 KaratHarga Emas 1 Gram', ''],
1408
- ['USD', '74,88↓', '-0,03-0,04%'],
1415
+ ['USD', '74,83↓', '-0,08-0,11%'],
1409
1416
  ['KURS', '16.151,15↑', '+4,25+0,03%'],
1410
- ['IDR', '1.209.466,48↓', '-71,09-0,01%'],
1411
- ['Rabu, 24 April 2024 11:09']],
1417
+ ['IDR', '1.208.656,42↓', '-881,15-0,07%'],
1418
+ ['Rabu, 24 April 2024 11:39']],
1412
1419
  [[''],
1413
1420
  ['Emas 1 Gram (IDR)Emas 1 Gram (USD)Kurs USD-IDR',
1414
1421
  'Hari Ini',
@@ -1419,19 +1426,19 @@ Output:
1419
1426
  '']],
1420
1427
  [['Pergerakkan Harga Emas 1 Gram'],
1421
1428
  ['', 'Penutupan Kemarin', 'Pergerakkan Hari Ini', 'Rata-rata'],
1422
- ['USD', '74,91', '74,88 - 74,91', '74,90'],
1429
+ ['USD', '74,91', '74,83 - 74,91', '74,87'],
1423
1430
  ['KURS', '16.146,90', '16.146,90 - 16.151,15', '16.149,03'],
1424
- ['IDR', '1.209.537,57', '1.209.466,48 - 1.209.537,57', '1.209.502,03'],
1431
+ ['IDR', '1.209.537,57', '1.208.656,42 - 1.209.537,57', '1.209.097,00'],
1425
1432
  [''],
1426
1433
  ['', 'Awal Tahun', 'Pergerakkan YTD', '+/- YTD'],
1427
- ['USD', '66,32', '64,07 - 77,14', '+8,56 (12,91%)'],
1434
+ ['USD', '66,32', '64,07 - 77,14', '+8,51 (12,83%)'],
1428
1435
  ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+761,05 (4,95%)'],
1429
- ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+188.736,95 (18,49%)'],
1436
+ ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+187.926,89 (18,41%)'],
1430
1437
  [''],
1431
1438
  ['', 'Tahun Lalu / 52 Minggu', 'Pergerakkan 52 Minggu', '+/- 52 Minggu'],
1432
- ['USD', '63,76', '58,43 - 77,14', '+11,12 (17,44%)'],
1439
+ ['USD', '63,76', '58,43 - 77,14', '+11,07 (17,36%)'],
1433
1440
  ['KURS', '14.936,00', '14.669,40 - 16.307,80', '+1.215,15 (8,14%)'],
1434
- ['IDR', '952.339,68', '912.925,68 - 1.256.829,06', '+257.126,80 (27,00%)']])
1441
+ ['IDR', '952.339,68', '912.925,68 - 1.256.829,06', '+256.316,74 (26,91%)']])
1435
1442
  ```
1436
1443
 
1437
1444
  ## iopen
@@ -1473,7 +1480,7 @@ Output:
1473
1480
  ```py
1474
1481
  8
1475
1482
  ['mana', 'aja']
1476
- [<Element a at 0x766a3c6300>, <Element a at 0x7658eba4e0>, <Element a at 0x7658eba580>, <Element a at 0x7658eba5d0>, <Element a at 0x7658eba620>, <Element a at 0x7658eba670>, <Element a at 0x7658eba6c0>, <Element a at 0x7658eba710>, <Element a at 0x7658eba760>, <Element a at 0x7658eba7b0>, <Element a at 0x7658eba800>, <Element a at 0x7658eba850>, <Element a at 0x7658eba8a0>, <Element a at 0x7658eba8f0>, <Element a at 0x7658eba940>, <Element a at 0x7658eba990>, <Element a at 0x7658eba9e0>, <Element a at 0x7658ebaa30>]
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>]
1477
1484
  False
1478
1485
  ```
1479
1486
 
@@ -1514,8 +1521,8 @@ print(list(irange(10, 5)))
1514
1521
 
1515
1522
  Output:
1516
1523
  ```py
1517
- <generator object irange at 0x7658f43ef0>
1518
- <generator object irange at 0x7658f43ef0>
1524
+ <generator object irange at 0x72f4f9aac0>
1525
+ <generator object irange at 0x72f4f9aac0>
1519
1526
  ['a', 'k', 'u']
1520
1527
  [1, 2, 3, 4, 5, 6, 7]
1521
1528
  [10, 9, 8, 7, 6, 5]
@@ -1558,7 +1565,7 @@ print(list(iscandir("./", recursive=False, scan_file=False)))
1558
1565
 
1559
1566
  Output:
1560
1567
  ```py
1561
- <generator object iscandir at 0x7658e6cb40>
1568
+ <generator object iscandir at 0x72f4fd0840>
1562
1569
  [PosixPath('.git'), PosixPath('.vscode'), PosixPath('pypipr'), PosixPath('__pycache__'), PosixPath('dist')]
1563
1570
  ```
1564
1571
 
@@ -1615,7 +1622,7 @@ print(ExampleComparePerformance().compare_performance())
1615
1622
 
1616
1623
  Output:
1617
1624
  ```py
1618
- {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x7658e88450>,
1625
+ {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x72f4fe8520>,
1619
1626
  'b': (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),
1620
1627
  'c': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
1621
1628
  'd': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pypipr"
3
- version = "1.0.88"
3
+ version = "1.0.91"
4
4
  description = "The Python Package Index Project"
5
5
  authors = ["ufiapjj <ufiapjj@gmail.com>"]
6
6
  readme = "readme.md"
@@ -13,9 +13,16 @@ pip install pypipr
13
13
 
14
14
  Then import pypipr
15
15
  ```python
16
+ from pypipr import *
17
+ # or
16
18
  import pypipr
17
19
  ```
18
20
 
21
+ Or run in terminal/console/cmd/bash
22
+ ```cmd
23
+ pypipr
24
+ ```
25
+
19
26
  # CONSTANT
20
27
 
21
28
  `LINUX`
@@ -71,7 +78,7 @@ print(list(chunk_array(arr, 5)))
71
78
 
72
79
  Output:
73
80
  ```py
74
- <generator object chunk_array at 0x7658e6c340>
81
+ <generator object chunk_array at 0x72f4fd0240>
75
82
  [[2, 3, 12, 3, 3], [42, 42, 1, 43, 2], [42, 41, 4, 24, 32], [42, 3, 12, 32, 42], [42]]
76
83
  ```
77
84
 
@@ -122,9 +129,9 @@ print(datetime_now("Etc/GMT+7"))
122
129
 
123
130
  Output:
124
131
  ```py
125
- 2024-04-24 11:09:16.854830+07:00
126
- 2024-04-24 04:09:16.856256+00:00
127
- 2024-04-23 21:09:16.860015-07:00
132
+ 2024-04-24 11:39:26.061287+07:00
133
+ 2024-04-24 04:39:26.061634+00:00
134
+ 2024-04-23 21:39:26.062212-07:00
128
135
  ```
129
136
 
130
137
  ## dict_first
@@ -191,7 +198,7 @@ print(filter_empty(var))
191
198
 
192
199
  Output:
193
200
  ```py
194
- <generator object filter_empty at 0x7658de2e30>
201
+ <generator object filter_empty at 0x72f4f66d40>
195
202
  ```
196
203
 
197
204
  ## get_by_index
@@ -237,8 +244,8 @@ print(list(get_class_method(ExampleGetClassMethod)))
237
244
 
238
245
  Output:
239
246
  ```py
240
- <generator object get_class_method at 0x7658de3100>
241
- [<function ExampleGetClassMethod.a at 0x766aedc540>, <function ExampleGetClassMethod.b at 0x766a3b6c00>, <function ExampleGetClassMethod.c at 0x7658e7d580>, <function ExampleGetClassMethod.d at 0x7658e7d620>]
247
+ <generator object get_class_method at 0x72f4f67010>
248
+ [<function ExampleGetClassMethod.a at 0x730657e7a0>, <function ExampleGetClassMethod.b at 0x72f4fd9580>, <function ExampleGetClassMethod.c at 0x72f4fd9620>, <function ExampleGetClassMethod.d at 0x72f4fd96c0>]
242
249
  ```
243
250
 
244
251
  ## get_filemtime
@@ -363,7 +370,7 @@ Output:
363
370
  'idjango': <module 'pypipr.idjango' from '/data/data/com.termux/files/home/pypipr/pypipr/idjango/__init__.py'>,
364
371
  'iengineering': <module 'pypipr.iengineering' from '/data/data/com.termux/files/home/pypipr/pypipr/iengineering/__init__.py'>,
365
372
  'ifunctions': <module 'pypipr.ifunctions' from '/data/data/com.termux/files/home/pypipr/pypipr/ifunctions/__init__.py'>,
366
- 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x765fb0b190>)>,
373
+ 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x72f921efd0>)>,
367
374
  'asyncio': <module 'asyncio' from '/data/data/com.termux/files/usr/lib/python3.11/asyncio/__init__.py'>,
368
375
  'colorama': <module 'colorama' from '/data/data/com.termux/files/usr/lib/python3.11/site-packages/colorama/__init__.py'>,
369
376
  'datetime': <module 'datetime' from '/data/data/com.termux/files/usr/lib/python3.11/datetime.py'>,
@@ -400,64 +407,64 @@ Output:
400
407
  'PintUregQuantity': <class 'pint.Quantity'>},
401
408
  'variable': {'LINUX': True,
402
409
  'WINDOWS': False,
403
- 'PintUreg': <pint.registry.UnitRegistry object at 0x766056a750>},
404
- 'function': {'avg': <function avg at 0x766a3b6d40>,
405
- 'basename': <function basename at 0x766a3868e0>,
406
- 'chunk_array': <function chunk_array at 0x7667e4d120>,
407
- 'create_folder': <function create_folder at 0x7667e4d300>,
408
- 'datetime_from_string': <function datetime_from_string at 0x7667e4d4e0>,
409
- 'datetime_now': <function datetime_now at 0x7667ef5620>,
410
- 'dict_first': <function dict_first at 0x7667ef5580>,
411
- 'dirname': <function dirname at 0x7667ef54e0>,
412
- 'exit_if_empty': <function exit_if_empty at 0x7667ecf4c0>,
413
- 'filter_empty': <function filter_empty at 0x7667ef51c0>,
414
- 'get_by_index': <function get_by_index at 0x7667ef4ea0>,
415
- 'get_class_method': <function get_class_method at 0x7667ef4cc0>,
416
- 'get_filemtime': <function get_filemtime at 0x7667ef4b80>,
417
- 'get_filesize': <function get_filesize at 0x7667ef49a0>,
418
- 'is_empty': <function is_empty at 0x7667ef5260>,
419
- 'is_iterable': <function is_iterable at 0x7667ef4fe0>,
420
- 'is_valid_url': <function is_valid_url at 0x7667ef4860>,
421
- 'ivars': <function ivars at 0x7667ef47c0>,
422
- 'password_generator': <function password_generator at 0x7667ef4680>,
423
- 'random_bool': <function random_bool at 0x7667ef4400>,
424
- 'set_timeout': <function set_timeout at 0x7667ef77e0>,
425
- 'sets_ordered': <function sets_ordered at 0x7667ef7920>,
426
- 'str_cmp': <function str_cmp at 0x7667ef79c0>,
427
- 'to_str': <function to_str at 0x7667ef4f40>,
428
- 'choices': <function choices at 0x7667ef7a60>,
429
- 'console_run': <function console_run at 0x7667ef7ce0>,
430
- 'input_char': <function input_char at 0x7667ef7e20>,
431
- 'log': <function log at 0x7667f18040>,
432
- 'print_colorize': <function print_colorize at 0x7667f180e0>,
433
- 'print_dir': <function print_dir at 0x7667f18220>,
434
- 'print_log': <function print_log at 0x7667ef7ec0>,
435
- 'print_to_last_line': <function print_to_last_line at 0x7667ef7c40>,
436
- 'text_colorize': <function text_colorize at 0x7667ef7d80>,
437
- 'batch_calculate': <function batch_calculate at 0x765fb19580>,
438
- 'batchmaker': <function batchmaker at 0x765fafa980>,
439
- 'calculate': <function calculate at 0x765fb1a2a0>,
440
- 'auto_reload': <function auto_reload at 0x765fb1a480>,
441
- 'github_pull': <function github_pull at 0x765fb1a020>,
442
- 'github_push': <function github_push at 0x765fb1a700>,
443
- 'github_user': <function github_user at 0x765fb1aa20>,
444
- 'pip_freeze_without_version': <function pip_freeze_without_version at 0x765f84e020>,
445
- 'poetry_publish': <function poetry_publish at 0x765f84e160>,
446
- 'poetry_update_version': <function poetry_update_version at 0x765f876980>,
447
- 'iargv': <function iargv at 0x765904c0e0>,
448
- 'idumps': <function idumps at 0x765904c220>,
449
- 'idumps_html': <function idumps_html at 0x76590acc20>,
450
- 'ienv': <function ienv at 0x765904c360>,
451
- 'iexec': <function iexec at 0x76590acea0>,
452
- 'ijoin': <function ijoin at 0x765f84dee0>,
453
- 'iloads': <function iloads at 0x76590acf40>,
454
- 'iloads_html': <function iloads_html at 0x76590ad1c0>,
455
- 'iopen': <function iopen at 0x765f84e200>,
456
- 'iprint': <function iprint at 0x765904c180>,
457
- 'irange': <function irange at 0x765fb1a3e0>,
458
- 'ireplace': <function ireplace at 0x76590ad080>,
459
- 'iscandir': <function iscandir at 0x76590aee80>,
460
- 'isplit': <function isplit at 0x76590aef20>}}
410
+ 'PintUreg': <pint.registry.UnitRegistry object at 0x7302ccb1d0>},
411
+ 'function': {'avg': <function avg at 0x73065b6d40>,
412
+ 'basename': <function basename at 0x730657e8e0>,
413
+ 'chunk_array': <function chunk_array at 0x7302c01120>,
414
+ 'create_folder': <function create_folder at 0x7302c01300>,
415
+ 'datetime_from_string': <function datetime_from_string at 0x7302c014e0>,
416
+ 'datetime_now': <function datetime_now at 0x7302ca9620>,
417
+ 'dict_first': <function dict_first at 0x7302ca9580>,
418
+ 'dirname': <function dirname at 0x7302ca94e0>,
419
+ 'exit_if_empty': <function exit_if_empty at 0x7302c834c0>,
420
+ 'filter_empty': <function filter_empty at 0x7302ca91c0>,
421
+ 'get_by_index': <function get_by_index at 0x7302ca8ea0>,
422
+ 'get_class_method': <function get_class_method at 0x7302ca8cc0>,
423
+ 'get_filemtime': <function get_filemtime at 0x7302ca8b80>,
424
+ 'get_filesize': <function get_filesize at 0x7302ca89a0>,
425
+ 'is_empty': <function is_empty at 0x7302ca9260>,
426
+ 'is_iterable': <function is_iterable at 0x7302ca8fe0>,
427
+ 'is_valid_url': <function is_valid_url at 0x7302ca8860>,
428
+ 'ivars': <function ivars at 0x7302ca87c0>,
429
+ 'password_generator': <function password_generator at 0x7302ca8680>,
430
+ 'random_bool': <function random_bool at 0x7302ca8400>,
431
+ 'set_timeout': <function set_timeout at 0x7302cab7e0>,
432
+ 'sets_ordered': <function sets_ordered at 0x7302cab920>,
433
+ 'str_cmp': <function str_cmp at 0x7302cab9c0>,
434
+ 'to_str': <function to_str at 0x7302ca8f40>,
435
+ 'choices': <function choices at 0x7302caba60>,
436
+ 'console_run': <function console_run at 0x7302cabce0>,
437
+ 'input_char': <function input_char at 0x7302cabe20>,
438
+ 'log': <function log at 0x7302cd0040>,
439
+ 'print_colorize': <function print_colorize at 0x7302cd00e0>,
440
+ 'print_dir': <function print_dir at 0x7302cd0220>,
441
+ 'print_log': <function print_log at 0x7302cabec0>,
442
+ 'print_to_last_line': <function print_to_last_line at 0x7302cabc40>,
443
+ 'text_colorize': <function text_colorize at 0x7302cabd80>,
444
+ 'batch_calculate': <function batch_calculate at 0x72f9235580>,
445
+ 'batchmaker': <function batchmaker at 0x72f920e980>,
446
+ 'calculate': <function calculate at 0x72f92362a0>,
447
+ 'auto_reload': <function auto_reload at 0x72f9236480>,
448
+ 'github_pull': <function github_pull at 0x72f9236020>,
449
+ 'github_push': <function github_push at 0x72f9236700>,
450
+ 'github_user': <function github_user at 0x72f9236a20>,
451
+ 'pip_freeze_without_version': <function pip_freeze_without_version at 0x72f8f5a020>,
452
+ 'poetry_publish': <function poetry_publish at 0x72f8f5a160>,
453
+ 'poetry_update_version': <function poetry_update_version at 0x72f8f7a980>,
454
+ 'iargv': <function iargv at 0x72f51a00e0>,
455
+ 'idumps': <function idumps at 0x72f51a0220>,
456
+ 'idumps_html': <function idumps_html at 0x72f5204c20>,
457
+ 'ienv': <function ienv at 0x72f51a0360>,
458
+ 'iexec': <function iexec at 0x72f5204ea0>,
459
+ 'ijoin': <function ijoin at 0x72f8f59ee0>,
460
+ 'iloads': <function iloads at 0x72f5204f40>,
461
+ 'iloads_html': <function iloads_html at 0x72f52051c0>,
462
+ 'iopen': <function iopen at 0x72f8f5a200>,
463
+ 'iprint': <function iprint at 0x72f51a0180>,
464
+ 'irange': <function irange at 0x72f92363e0>,
465
+ 'ireplace': <function ireplace at 0x72f5205080>,
466
+ 'iscandir': <function iscandir at 0x72f5206e80>,
467
+ 'isplit': <function isplit at 0x72f5206f20>}}
461
468
  ```
462
469
 
463
470
  ## password_generator
@@ -472,7 +479,7 @@ print(password_generator())
472
479
 
473
480
  Output:
474
481
  ```py
475
- ;)}C9[;t
482
+ Uy}-6-Qh
476
483
  ```
477
484
 
478
485
  ## random_bool
@@ -490,7 +497,7 @@ print(random_bool())
490
497
 
491
498
  Output:
492
499
  ```py
493
- False
500
+ True
494
501
  ```
495
502
 
496
503
  ## set_timeout
@@ -512,7 +519,7 @@ x.cancel()
512
519
 
513
520
  Output:
514
521
  ```py
515
- <Timer(Thread-2, started 508274130160)>
522
+ <Timer(Thread-2, started 493713603824)>
516
523
  menghentikan timeout 7
517
524
  ```
518
525
 
@@ -530,7 +537,7 @@ print(list(sets_ordered(array)))
530
537
 
531
538
  Output:
532
539
  ```py
533
- <generator object sets_ordered at 0x7658e88110>
540
+ <generator object sets_ordered at 0x72f4fe41e0>
534
541
  [2, 3, 12, 42, 1, 43, 41, 4, 24, 32]
535
542
  ```
536
543
 
@@ -684,7 +691,7 @@ Output:
684
691
  __enter__ : https:/www.google.com
685
692
  __fspath__ : https:/www.google.com
686
693
  __getstate__ : (None, {'_drv': '', '_root': '', '_parts': ['https:', 'www.google.com'], '_str': 'https:/www.google.com'})
687
- __hash__ : 54302838071650782
694
+ __hash__ : 1324913689339074732
688
695
  __init__ : None
689
696
  __init_subclass__ : None
690
697
  __module__ : pathlib
@@ -697,8 +704,8 @@ Output:
697
704
  _cached_cparts : ['https:', 'www.google.com']
698
705
  _cparts : ['https:', 'www.google.com']
699
706
  _drv :
700
- _flavour : <pathlib._PosixFlavour object at 0x7667ec85d0>
701
- _hash : 54302838071650782
707
+ _flavour : <pathlib._PosixFlavour object at 0x7302c7c2d0>
708
+ _hash : 1324913689339074732
702
709
  _parts : ['https:', 'www.google.com']
703
710
  _root :
704
711
  _str : https:/www.google.com
@@ -720,7 +727,7 @@ Output:
720
727
  is_reserved : False
721
728
  is_socket : False
722
729
  is_symlink : False
723
- iterdir : <generator object Path.iterdir at 0x7658e64c80>
730
+ iterdir : <generator object Path.iterdir at 0x72f4fbcc80>
724
731
  joinpath : https:/www.google.com
725
732
  name : www.google.com
726
733
  parent : https:
@@ -787,7 +794,7 @@ print(list(batch_calculate("{1 10} m ** {1 3}")))
787
794
 
788
795
  Output:
789
796
  ```py
790
- <generator object batch_calculate at 0x7658de3c40>
797
+ <generator object batch_calculate at 0x72f4f67b50>
791
798
  [('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')>)]
792
799
  ```
793
800
 
@@ -812,7 +819,7 @@ print(list(batchmaker(s)))
812
819
 
813
820
  Output:
814
821
  ```py
815
- <generator object batchmaker at 0x7658e78040>
822
+ <generator object batchmaker at 0x72f4fd4040>
816
823
  ['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.']
817
824
  ```
818
825
 
@@ -1176,7 +1183,7 @@ print(ijoin(10, ' '))
1176
1183
 
1177
1184
  Output:
1178
1185
  ```py
1179
- qweqw, dfs, asd, weq
1186
+ dfs, weq, qweqw, asd
1180
1187
  ,ini,path,seperti,url,
1181
1188
  ini,path,seperti,url
1182
1189
  <li>satu</li>
@@ -1242,9 +1249,9 @@ Output:
1242
1249
  ```py
1243
1250
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1244
1251
  [['Harga Emas Hari Ini - Rabu, 24 April 2024'],
1245
- ['Spot Emas USD↓2.329,16 (-0,75) / oz',
1252
+ ['Spot Emas USD↓2.327,60 (-2,31) / oz',
1246
1253
  'Kurs IDR↑16.244,00 (+20,00) / USD',
1247
- 'Emas IDR↑1.216.419 (+1.106) / gr'],
1254
+ 'Emas IDR↑1.215.605 (+292) / gr'],
1248
1255
  ['LM Antam (Jual)↓1.320.000 (-5.000) / gr',
1249
1256
  'LM Antam (Beli)↓1.218.000 (-5.000) / gr']],
1250
1257
  [['Harga Emas Hari Ini'],
@@ -1315,10 +1322,10 @@ Output:
1315
1322
  'Update harga LM Pegadaian :31 Agustus 2023']],
1316
1323
  [['Spot Harga Emas Hari Ini (Market Open)'],
1317
1324
  ['Satuan', 'USD', 'Kurs\xa0Dollar', 'IDR'],
1318
- ['Ounce\xa0(oz)', '2.329,16 (-0,75)', '16.244,00 (+20,00)', '37.834.875'],
1319
- ['Gram\xa0(gr)', '74,88', '16.244,00', '1.216.419 (+1.106)'],
1320
- ['Kilogram\xa0(kg)', '74.884,23', '16.244,00', '1.216.419.480'],
1321
- ['Update harga emas :24 April 2024, pukul 11:09Update kurs :24 April 2024, '
1325
+ ['Ounce\xa0(oz)', '2.327,60 (-2,31)', '16.244,00 (+20,00)', '37.809.534'],
1326
+ ['Gram\xa0(gr)', '74,83', '16.244,00', '1.215.605 (+292)'],
1327
+ ['Kilogram\xa0(kg)', '74.834,08', '16.244,00', '1.215.604.760'],
1328
+ ['Update harga emas :24 April 2024, pukul 11:39Update kurs :24 April 2024, '
1322
1329
  'pukul 09:10']],
1323
1330
  [['Gram', 'UBS Gold 99.99%'],
1324
1331
  ['Jual', 'Beli'],
@@ -1345,7 +1352,7 @@ Output:
1345
1352
  '1.247.500'],
1346
1353
  ['5', '6.375.000 (-25.000)', '1.275.000 (-5.000)', '6.289.500', '1.257.900'],
1347
1354
  ['1', '1.320.000 (-5.000)', '1.320.000 (-5.000)', '1.290.500', '1.290.500'],
1348
- ['', 'Update :23 April 2024, pukul 11:31']],
1355
+ ['', 'Update :24 April 2024, pukul 10:55']],
1349
1356
  [['Konversi Satuan'],
1350
1357
  ['Satuan', 'Ounce (oz)', 'Gram (gr)', 'Kilogram (kg)'],
1351
1358
  ['Ounce\xa0(oz)', '1', '31,1034767696', '0,0311034768'],
@@ -1356,36 +1363,36 @@ Output:
1356
1363
  ['Unit', 'USD', 'IDR'],
1357
1364
  ['Angka', '+/-', 'Angka', '+/-'],
1358
1365
  ['Hari Ini', 'Kurs', '', '', '16.224', '+20+0,12%'],
1359
- ['oz', '2.329,91', '-0,75-0,03%', '37.800.460', '+34.415+0,09%'],
1360
- ['gr', '74,91', '-0,02-0,03%', '1.215.313', '+1.106+0,09%'],
1366
+ ['oz', '2.329,91', '-2,31-0,10%', '37.800.460', '+9.075+0,02%'],
1367
+ ['gr', '74,91', '-0,07-0,10%', '1.215.313', '+292+0,02%'],
1361
1368
  ['30 Hari', 'Kurs', '', '', '15.773', '+471+2,99%'],
1362
- ['oz', '2.175,55', '+153,61+7,06%', '34.314.950', '+3.519.925+10,26%'],
1363
- ['gr', '69,95', '+4,94+7,06%', '1.103.251', '+113.168+10,26%'],
1369
+ ['oz', '2.175,55', '+152,05+6,99%', '34.314.950', '+3.494.584+10,18%'],
1370
+ ['gr', '69,95', '+4,89+6,99%', '1.103.251', '+112.353+10,18%'],
1364
1371
  ['2 Bulan', 'Kurs', '', '', '15.630', '+614+3,93%'],
1365
- ['oz', '2.035,57', '+293,59+14,42%', '31.815.959', '+6.018.916+18,92%'],
1366
- ['gr', '65,45', '+9,44+14,42', '1.022.907', '+193.513+18,92%'],
1372
+ ['oz', '2.035,57', '+292,03+14,35%', '31.815.959', '+5.993.575+18,84%'],
1373
+ ['gr', '65,45', '+9,39+14,35', '1.022.907', '+192.698+18,84%'],
1367
1374
  ['6 Bulan', 'Kurs', '', '', '15.933', '+311+1,95%'],
1368
- ['oz', '1.983,13', '+346,03+17,45%', '31.597.210', '+6.237.665+19,74%'],
1369
- ['gr', '63,76', '+11,13+17,45%', '1.015.874', '+200.546+19,74%'],
1375
+ ['oz', '1.983,13', '+344,47+17,37%', '31.597.210', '+6.212.324+19,66%'],
1376
+ ['gr', '63,76', '+11,07+17,37%', '1.015.874', '+199.731+19,66%'],
1370
1377
  ['1 Tahun', 'Kurs', '', '', '15.731', '+513+3,26%'],
1371
- ['oz', '1.823,86', '+505,30+27,70%', '28.691.142', '+9.143.733+31,87%'],
1372
- ['gr', '58,64', '+16,25+27,70%', '922.442', '+293.978+31,87%'],
1378
+ ['oz', '1.823,86', '+503,74+27,62%', '28.691.142', '+9.118.393+31,78%'],
1379
+ ['gr', '58,64', '+16,20+27,62%', '922.442', '+293.163+31,78%'],
1373
1380
  ['2 Tahun', 'Kurs', '', '', '14.361', '+1.883+13,11%'],
1374
- ['oz', '1.896,13', '+433,03+22,84%', '27.230.342', '+10.604.533+38,94%'],
1375
- ['gr', '60,96', '+13,92+22,84%', '875.476', '+340.944+38,94%'],
1381
+ ['oz', '1.896,13', '+431,47+22,76%', '27.230.342', '+10.579.193+38,85%'],
1382
+ ['gr', '60,96', '+13,87+22,76%', '875.476', '+340.129+38,85%'],
1376
1383
  ['3 Tahun', 'Kurs', '', '', '14.530', '+1.714+11,80%'],
1377
- ['oz', '1.777,11', '+552,05+31,06%', '25.821.408', '+12.013.467+46,53%'],
1378
- ['gr', '57,14', '+17,75+31,06%', '830.178', '+386.242+46,53%'],
1384
+ ['oz', '1.777,11', '+550,49+30,98%', '25.821.408', '+11.988.126+46,43%'],
1385
+ ['gr', '57,14', '+17,70+30,98%', '830.178', '+385.427+46,43%'],
1379
1386
  ['5 Tahun', 'Kurs', '', '', '14.188', '+2.056+14,49%'],
1380
- ['oz', '1.288,10', '+1.041,06+80,82%', '18.275.563', '+19.559.312+107,02%'],
1381
- ['gr', '41,41', '+33,47+80,82%', '587.573', '+628.846+107,02%']])
1387
+ ['oz', '1.288,10', '+1.039,50+80,70%', '18.275.563', '+19.533.972+106,89%'],
1388
+ ['gr', '41,41', '+33,42+80,70%', '587.573', '+628.032+106,89%']])
1382
1389
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1383
1390
  [[''],
1384
1391
  ['Emas 24 KaratHarga Emas 1 Gram', ''],
1385
- ['USD', '74,88↓', '-0,03-0,04%'],
1392
+ ['USD', '74,83↓', '-0,08-0,11%'],
1386
1393
  ['KURS', '16.151,15↑', '+4,25+0,03%'],
1387
- ['IDR', '1.209.466,48↓', '-71,09-0,01%'],
1388
- ['Rabu, 24 April 2024 11:09']],
1394
+ ['IDR', '1.208.656,42↓', '-881,15-0,07%'],
1395
+ ['Rabu, 24 April 2024 11:39']],
1389
1396
  [[''],
1390
1397
  ['Emas 1 Gram (IDR)Emas 1 Gram (USD)Kurs USD-IDR',
1391
1398
  'Hari Ini',
@@ -1396,19 +1403,19 @@ Output:
1396
1403
  '']],
1397
1404
  [['Pergerakkan Harga Emas 1 Gram'],
1398
1405
  ['', 'Penutupan Kemarin', 'Pergerakkan Hari Ini', 'Rata-rata'],
1399
- ['USD', '74,91', '74,88 - 74,91', '74,90'],
1406
+ ['USD', '74,91', '74,83 - 74,91', '74,87'],
1400
1407
  ['KURS', '16.146,90', '16.146,90 - 16.151,15', '16.149,03'],
1401
- ['IDR', '1.209.537,57', '1.209.466,48 - 1.209.537,57', '1.209.502,03'],
1408
+ ['IDR', '1.209.537,57', '1.208.656,42 - 1.209.537,57', '1.209.097,00'],
1402
1409
  [''],
1403
1410
  ['', 'Awal Tahun', 'Pergerakkan YTD', '+/- YTD'],
1404
- ['USD', '66,32', '64,07 - 77,14', '+8,56 (12,91%)'],
1411
+ ['USD', '66,32', '64,07 - 77,14', '+8,51 (12,83%)'],
1405
1412
  ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+761,05 (4,95%)'],
1406
- ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+188.736,95 (18,49%)'],
1413
+ ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+187.926,89 (18,41%)'],
1407
1414
  [''],
1408
1415
  ['', 'Tahun Lalu / 52 Minggu', 'Pergerakkan 52 Minggu', '+/- 52 Minggu'],
1409
- ['USD', '63,76', '58,43 - 77,14', '+11,12 (17,44%)'],
1416
+ ['USD', '63,76', '58,43 - 77,14', '+11,07 (17,36%)'],
1410
1417
  ['KURS', '14.936,00', '14.669,40 - 16.307,80', '+1.215,15 (8,14%)'],
1411
- ['IDR', '952.339,68', '912.925,68 - 1.256.829,06', '+257.126,80 (27,00%)']])
1418
+ ['IDR', '952.339,68', '912.925,68 - 1.256.829,06', '+256.316,74 (26,91%)']])
1412
1419
  ```
1413
1420
 
1414
1421
  ## iopen
@@ -1450,7 +1457,7 @@ Output:
1450
1457
  ```py
1451
1458
  8
1452
1459
  ['mana', 'aja']
1453
- [<Element a at 0x766a3c6300>, <Element a at 0x7658eba4e0>, <Element a at 0x7658eba580>, <Element a at 0x7658eba5d0>, <Element a at 0x7658eba620>, <Element a at 0x7658eba670>, <Element a at 0x7658eba6c0>, <Element a at 0x7658eba710>, <Element a at 0x7658eba760>, <Element a at 0x7658eba7b0>, <Element a at 0x7658eba800>, <Element a at 0x7658eba850>, <Element a at 0x7658eba8a0>, <Element a at 0x7658eba8f0>, <Element a at 0x7658eba940>, <Element a at 0x7658eba990>, <Element a at 0x7658eba9e0>, <Element a at 0x7658ebaa30>]
1460
+ [<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>]
1454
1461
  False
1455
1462
  ```
1456
1463
 
@@ -1491,8 +1498,8 @@ print(list(irange(10, 5)))
1491
1498
 
1492
1499
  Output:
1493
1500
  ```py
1494
- <generator object irange at 0x7658f43ef0>
1495
- <generator object irange at 0x7658f43ef0>
1501
+ <generator object irange at 0x72f4f9aac0>
1502
+ <generator object irange at 0x72f4f9aac0>
1496
1503
  ['a', 'k', 'u']
1497
1504
  [1, 2, 3, 4, 5, 6, 7]
1498
1505
  [10, 9, 8, 7, 6, 5]
@@ -1535,7 +1542,7 @@ print(list(iscandir("./", recursive=False, scan_file=False)))
1535
1542
 
1536
1543
  Output:
1537
1544
  ```py
1538
- <generator object iscandir at 0x7658e6cb40>
1545
+ <generator object iscandir at 0x72f4fd0840>
1539
1546
  [PosixPath('.git'), PosixPath('.vscode'), PosixPath('pypipr'), PosixPath('__pycache__'), PosixPath('dist')]
1540
1547
  ```
1541
1548
 
@@ -1592,7 +1599,7 @@ print(ExampleComparePerformance().compare_performance())
1592
1599
 
1593
1600
  Output:
1594
1601
  ```py
1595
- {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x7658e88450>,
1602
+ {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x72f4fe8520>,
1596
1603
  'b': (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),
1597
1604
  'c': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
1598
1605
  'd': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}
File without changes
File without changes
File without changes
File without changes
File without changes