pypipr 1.0.97__tar.gz → 1.0.98__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 (78) hide show
  1. {pypipr-1.0.97 → pypipr-1.0.98}/PKG-INFO +90 -90
  2. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/chr_to_int.py +12 -4
  3. {pypipr-1.0.97 → pypipr-1.0.98}/pyproject.toml +1 -1
  4. {pypipr-1.0.97 → pypipr-1.0.98}/readme.md +89 -89
  5. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/__init__.py +0 -0
  6. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/ComparePerformance.py +0 -0
  7. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/LINUX.py +0 -0
  8. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/RunParallel.py +0 -0
  9. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/WINDOWS.py +0 -0
  10. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/__init__.py +0 -0
  11. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/avg.py +0 -0
  12. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/basename.py +0 -0
  13. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/chunk_array.py +0 -0
  14. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/create_folder.py +0 -0
  15. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/datetime_from_string.py +0 -0
  16. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/datetime_now.py +0 -0
  17. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/dict_first.py +0 -0
  18. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/dirname.py +0 -0
  19. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/exit_if_empty.py +0 -0
  20. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/filter_empty.py +0 -0
  21. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/get_by_index.py +0 -0
  22. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/get_class_method.py +0 -0
  23. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/get_filemtime.py +0 -0
  24. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/get_filesize.py +0 -0
  25. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/int_to_chr.py +0 -0
  26. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/is_empty.py +0 -0
  27. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/is_iterable.py +0 -0
  28. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/is_valid_url.py +0 -0
  29. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/ivars.py +0 -0
  30. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/password_generator.py +0 -0
  31. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/random_bool.py +0 -0
  32. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/restart.py +0 -0
  33. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/set_timeout.py +0 -0
  34. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/sets_ordered.py +0 -0
  35. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/str_cmp.py +0 -0
  36. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ibuiltins/to_str.py +0 -0
  37. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iconsole/__init__.py +0 -0
  38. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iconsole/choices.py +0 -0
  39. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iconsole/console_run.py +0 -0
  40. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iconsole/input_char.py +0 -0
  41. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iconsole/log.py +0 -0
  42. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iconsole/print_colorize.py +0 -0
  43. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iconsole/print_dir.py +0 -0
  44. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iconsole/print_log.py +0 -0
  45. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iconsole/print_to_last_line.py +0 -0
  46. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iconsole/text_colorize.py +0 -0
  47. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/idjango/APIMixinView.py +0 -0
  48. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/idjango/__init__.py +0 -0
  49. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iengineering/PintUreg.py +0 -0
  50. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iengineering/PintUregQuantity.py +0 -0
  51. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iengineering/__init__.py +0 -0
  52. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iengineering/batch_calculate.py +0 -0
  53. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iengineering/batchmaker.py +0 -0
  54. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iengineering/calculate.py +0 -0
  55. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iflow/auto_reload.py +0 -0
  56. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iflow/github_pull.py +0 -0
  57. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iflow/github_push.py +0 -0
  58. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iflow/github_user.py +0 -0
  59. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iflow/pip_freeze_without_version.py +0 -0
  60. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iflow/poetry_publish.py +0 -0
  61. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/iflow/poetry_update_version.py +0 -0
  62. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ifunctions/__init__.py +0 -0
  63. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ifunctions/iargv.py +0 -0
  64. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ifunctions/idumps.py +0 -0
  65. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ifunctions/idumps_html.py +0 -0
  66. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ifunctions/ienv.py +0 -0
  67. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ifunctions/iexec.py +0 -0
  68. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ifunctions/ijoin.py +0 -0
  69. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ifunctions/iloads.py +0 -0
  70. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ifunctions/iloads_html.py +0 -0
  71. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ifunctions/iopen.py +0 -0
  72. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ifunctions/iprint.py +0 -0
  73. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ifunctions/irange.py +0 -0
  74. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ifunctions/ireplace.py +0 -0
  75. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ifunctions/iscandir.py +0 -0
  76. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/ifunctions/isplit.py +0 -0
  77. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/pypipr.py.bak +0 -0
  78. {pypipr-1.0.97 → pypipr-1.0.98}/pypipr/terminal.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypipr
3
- Version: 1.0.97
3
+ Version: 1.0.98
4
4
  Summary: The Python Package Index Project
5
5
  Author: ufiapjj
6
6
  Author-email: ufiapjj@gmail.com
@@ -101,9 +101,9 @@ print(chr_to_int('abc', numbers="abc")) # Output: 10
101
101
 
102
102
  Output:
103
103
  ```py
104
- 25
105
104
  26
106
- 17
105
+ 27
106
+ 18
107
107
  ```
108
108
 
109
109
  ## chunk_array
@@ -120,7 +120,7 @@ print(list(chunk_array(arr, 5)))
120
120
 
121
121
  Output:
122
122
  ```py
123
- <generator object chunk_array at 0x7693218140>
123
+ <generator object chunk_array at 0x776a6b4140>
124
124
  [[2, 3, 12, 3, 3], [42, 42, 1, 43, 2], [42, 41, 4, 24, 32], [42, 3, 12, 32, 42], [42]]
125
125
  ```
126
126
 
@@ -171,9 +171,9 @@ print(datetime_now("Etc/GMT+7"))
171
171
 
172
172
  Output:
173
173
  ```py
174
- 2024-04-28 20:09:20.747067+07:00
175
- 2024-04-28 13:09:20.748416+00:00
176
- 2024-04-28 06:09:20.751713-07:00
174
+ 2024-04-28 20:23:44.929045+07:00
175
+ 2024-04-28 13:23:44.930043+00:00
176
+ 2024-04-28 06:23:44.931315-07:00
177
177
  ```
178
178
 
179
179
  ## dict_first
@@ -240,7 +240,7 @@ print(filter_empty(var))
240
240
 
241
241
  Output:
242
242
  ```py
243
- <generator object filter_empty at 0x76931aed40>
243
+ <generator object filter_empty at 0x776a646d40>
244
244
  ```
245
245
 
246
246
  ## get_by_index
@@ -286,8 +286,8 @@ print(list(get_class_method(ExampleGetClassMethod)))
286
286
 
287
287
  Output:
288
288
  ```py
289
- <generator object get_class_method at 0x76931af010>
290
- [<function ExampleGetClassMethod.a at 0x7693221800>, <function ExampleGetClassMethod.b at 0x76932216c0>, <function ExampleGetClassMethod.c at 0x76932218a0>, <function ExampleGetClassMethod.d at 0x7693221940>]
289
+ <generator object get_class_method at 0x776a647010>
290
+ [<function ExampleGetClassMethod.a at 0x776a6b9760>, <function ExampleGetClassMethod.b at 0x776a6b9620>, <function ExampleGetClassMethod.c at 0x776a6b9800>, <function ExampleGetClassMethod.d at 0x776a6b98a0>]
291
291
  ```
292
292
 
293
293
  ## get_filemtime
@@ -461,7 +461,7 @@ Output:
461
461
  'idjango': <module 'pypipr.idjango' from '/data/data/com.termux/files/home/pypipr/pypipr/idjango/__init__.py'>,
462
462
  'iengineering': <module 'pypipr.iengineering' from '/data/data/com.termux/files/home/pypipr/pypipr/iengineering/__init__.py'>,
463
463
  'ifunctions': <module 'pypipr.ifunctions' from '/data/data/com.termux/files/home/pypipr/pypipr/ifunctions/__init__.py'>,
464
- 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x769a347750>)>,
464
+ 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x7770ee6f90>)>,
465
465
  'asyncio': <module 'asyncio' from '/data/data/com.termux/files/usr/lib/python3.11/asyncio/__init__.py'>,
466
466
  'colorama': <module 'colorama' from '/data/data/com.termux/files/usr/lib/python3.11/site-packages/colorama/__init__.py'>,
467
467
  'csv': <module 'csv' from '/data/data/com.termux/files/usr/lib/python3.11/csv.py'>,
@@ -499,67 +499,67 @@ Output:
499
499
  'PintUregQuantity': <class 'pint.Quantity'>},
500
500
  'variable': {'LINUX': True,
501
501
  'WINDOWS': False,
502
- 'PintUreg': <pint.registry.UnitRegistry object at 0x76a14a7d50>},
503
- 'function': {'avg': <function avg at 0x76a41aed40>,
504
- 'basename': <function basename at 0x76a417e8e0>,
505
- 'chr_to_int': <function chr_to_int at 0x76a13e5080>,
506
- 'chunk_array': <function chunk_array at 0x76a13e5260>,
507
- 'create_folder': <function create_folder at 0x76a13e5440>,
508
- 'datetime_from_string': <function datetime_from_string at 0x76a13e5620>,
509
- 'datetime_now': <function datetime_now at 0x76a148d620>,
510
- 'dict_first': <function dict_first at 0x76a148d580>,
511
- 'dirname': <function dirname at 0x76a148d4e0>,
512
- 'exit_if_empty': <function exit_if_empty at 0x76a148d3a0>,
513
- 'filter_empty': <function filter_empty at 0x76a148d1c0>,
514
- 'get_by_index': <function get_by_index at 0x76a148ce00>,
515
- 'get_class_method': <function get_class_method at 0x76a148ccc0>,
516
- 'get_filemtime': <function get_filemtime at 0x76a148cb80>,
517
- 'get_filesize': <function get_filesize at 0x76a148c9a0>,
518
- 'int_to_chr': <function int_to_chr at 0x76a148c900>,
519
- 'is_empty': <function is_empty at 0x76a148d260>,
520
- 'is_iterable': <function is_iterable at 0x76a148cfe0>,
521
- 'is_valid_url': <function is_valid_url at 0x76a148c7c0>,
522
- 'ivars': <function ivars at 0x76a148c720>,
523
- 'password_generator': <function password_generator at 0x76a148c180>,
524
- 'random_bool': <function random_bool at 0x76a148c4a0>,
525
- 'restart': <function restart at 0x76a148f920>,
526
- 'set_timeout': <function set_timeout at 0x76a148fa60>,
527
- 'sets_ordered': <function sets_ordered at 0x76a148fba0>,
528
- 'str_cmp': <function str_cmp at 0x76a148fc40>,
529
- 'to_str': <function to_str at 0x76a148cea0>,
530
- 'choices': <function choices at 0x76a148fce0>,
531
- 'console_run': <function console_run at 0x76a148ff60>,
532
- 'input_char': <function input_char at 0x76a14b00e0>,
533
- 'log': <function log at 0x76a14b02c0>,
534
- 'print_colorize': <function print_colorize at 0x76a14b0360>,
535
- 'print_dir': <function print_dir at 0x76a14b04a0>,
536
- 'print_log': <function print_log at 0x76a14b0180>,
537
- 'print_to_last_line': <function print_to_last_line at 0x76a148fec0>,
538
- 'text_colorize': <function text_colorize at 0x76a14b0040>,
539
- 'batch_calculate': <function batch_calculate at 0x769a33d800>,
540
- 'batchmaker': <function batchmaker at 0x76a14b05e0>,
541
- 'calculate': <function calculate at 0x769a33e520>,
542
- 'auto_reload': <function auto_reload at 0x769a33e7a0>,
543
- 'github_pull': <function github_pull at 0x769a33e2a0>,
544
- 'github_push': <function github_push at 0x769a33e980>,
545
- 'github_user': <function github_user at 0x769a33eca0>,
546
- 'pip_freeze_without_version': <function pip_freeze_without_version at 0x769a076200>,
547
- 'poetry_publish': <function poetry_publish at 0x769a0763e0>,
548
- 'poetry_update_version': <function poetry_update_version at 0x769a09ac00>,
549
- 'iargv': <function iargv at 0x76933e8360>,
550
- 'idumps': <function idumps at 0x76933e84a0>,
551
- 'idumps_html': <function idumps_html at 0x7693450ea0>,
552
- 'ienv': <function ienv at 0x76933e85e0>,
553
- 'iexec': <function iexec at 0x7693451120>,
554
- 'ijoin': <function ijoin at 0x769a076160>,
555
- 'iloads': <function iloads at 0x76934511c0>,
556
- 'iloads_html': <function iloads_html at 0x7693451440>,
557
- 'iopen': <function iopen at 0x769a076480>,
558
- 'iprint': <function iprint at 0x7693451300>,
559
- 'irange': <function irange at 0x769a33e660>,
560
- 'ireplace': <function ireplace at 0x76934514e0>,
561
- 'iscandir': <function iscandir at 0x7693453100>,
562
- 'isplit': <function isplit at 0x76934531a0>}}
502
+ 'PintUreg': <pint.registry.UnitRegistry object at 0x7776e3fd50>},
503
+ 'function': {'avg': <function avg at 0x777bfb6d40>,
504
+ 'basename': <function basename at 0x777bf868e0>,
505
+ 'chr_to_int': <function chr_to_int at 0x7776d79080>,
506
+ 'chunk_array': <function chunk_array at 0x7776d791c0>,
507
+ 'create_folder': <function create_folder at 0x7776d793a0>,
508
+ 'datetime_from_string': <function datetime_from_string at 0x7776d79580>,
509
+ 'datetime_now': <function datetime_now at 0x7776e21620>,
510
+ 'dict_first': <function dict_first at 0x7776e21580>,
511
+ 'dirname': <function dirname at 0x7776e214e0>,
512
+ 'exit_if_empty': <function exit_if_empty at 0x7776e213a0>,
513
+ 'filter_empty': <function filter_empty at 0x7776e211c0>,
514
+ 'get_by_index': <function get_by_index at 0x7776e20e00>,
515
+ 'get_class_method': <function get_class_method at 0x7776e20cc0>,
516
+ 'get_filemtime': <function get_filemtime at 0x7776e20b80>,
517
+ 'get_filesize': <function get_filesize at 0x7776e209a0>,
518
+ 'int_to_chr': <function int_to_chr at 0x7776e20900>,
519
+ 'is_empty': <function is_empty at 0x7776e21260>,
520
+ 'is_iterable': <function is_iterable at 0x7776e20fe0>,
521
+ 'is_valid_url': <function is_valid_url at 0x7776e207c0>,
522
+ 'ivars': <function ivars at 0x7776e20720>,
523
+ 'password_generator': <function password_generator at 0x7776e205e0>,
524
+ 'random_bool': <function random_bool at 0x7776e20400>,
525
+ 'restart': <function restart at 0x7776e23880>,
526
+ 'set_timeout': <function set_timeout at 0x7776e239c0>,
527
+ 'sets_ordered': <function sets_ordered at 0x7776e23b00>,
528
+ 'str_cmp': <function str_cmp at 0x7776e23ba0>,
529
+ 'to_str': <function to_str at 0x7776e20f40>,
530
+ 'choices': <function choices at 0x7776e23c40>,
531
+ 'console_run': <function console_run at 0x7776e23ec0>,
532
+ 'input_char': <function input_char at 0x7776e44040>,
533
+ 'log': <function log at 0x7776e44220>,
534
+ 'print_colorize': <function print_colorize at 0x7776e442c0>,
535
+ 'print_dir': <function print_dir at 0x7776e44400>,
536
+ 'print_log': <function print_log at 0x7776e440e0>,
537
+ 'print_to_last_line': <function print_to_last_line at 0x7776e23e20>,
538
+ 'text_colorize': <function text_colorize at 0x7776e23f60>,
539
+ 'batch_calculate': <function batch_calculate at 0x7770ef1760>,
540
+ 'batchmaker': <function batchmaker at 0x7776e44540>,
541
+ 'calculate': <function calculate at 0x7770ef2480>,
542
+ 'auto_reload': <function auto_reload at 0x7770ef2700>,
543
+ 'github_pull': <function github_pull at 0x7770ef2200>,
544
+ 'github_push': <function github_push at 0x7770ef28e0>,
545
+ 'github_user': <function github_user at 0x7770ef2c00>,
546
+ 'pip_freeze_without_version': <function pip_freeze_without_version at 0x7770c22160>,
547
+ 'poetry_publish': <function poetry_publish at 0x7770c22340>,
548
+ 'poetry_update_version': <function poetry_update_version at 0x7770c46b60>,
549
+ 'iargv': <function iargv at 0x776d2702c0>,
550
+ 'idumps': <function idumps at 0x776d270400>,
551
+ 'idumps_html': <function idumps_html at 0x776d2d4e00>,
552
+ 'ienv': <function ienv at 0x776d270540>,
553
+ 'iexec': <function iexec at 0x776d2d5080>,
554
+ 'ijoin': <function ijoin at 0x7770c220c0>,
555
+ 'iloads': <function iloads at 0x776d2d5120>,
556
+ 'iloads_html': <function iloads_html at 0x776d2d53a0>,
557
+ 'iopen': <function iopen at 0x7770c223e0>,
558
+ 'iprint': <function iprint at 0x776d2d5260>,
559
+ 'irange': <function irange at 0x7770ef25c0>,
560
+ 'ireplace': <function ireplace at 0x776d2d5440>,
561
+ 'iscandir': <function iscandir at 0x776d2d7060>,
562
+ 'isplit': <function isplit at 0x776d2d7100>}}
563
563
  ```
564
564
 
565
565
  ## password_generator
@@ -574,7 +574,7 @@ print(password_generator())
574
574
 
575
575
  Output:
576
576
  ```py
577
- (\Rowj%0
577
+ 5M|h(ik`
578
578
  ```
579
579
 
580
580
  ## random_bool
@@ -592,7 +592,7 @@ print(random_bool())
592
592
 
593
593
  Output:
594
594
  ```py
595
- False
595
+ True
596
596
  ```
597
597
 
598
598
  ## restart
@@ -618,7 +618,7 @@ x.cancel()
618
618
 
619
619
  Output:
620
620
  ```py
621
- <Timer(Thread-2, started 509250788592)>
621
+ <Timer(Thread-2, started 512858504432)>
622
622
  menghentikan timeout 7
623
623
  ```
624
624
 
@@ -636,7 +636,7 @@ print(list(sets_ordered(array)))
636
636
 
637
637
  Output:
638
638
  ```py
639
- <generator object sets_ordered at 0x76932282b0>
639
+ <generator object sets_ordered at 0x776a6c42b0>
640
640
  [2, 3, 12, 42, 1, 43, 41, 4, 24, 32]
641
641
  ```
642
642
 
@@ -790,7 +790,7 @@ Output:
790
790
  __enter__ : https:/www.google.com
791
791
  __fspath__ : https:/www.google.com
792
792
  __getstate__ : (None, {'_drv': '', '_root': '', '_parts': ['https:', 'www.google.com'], '_str': 'https:/www.google.com'})
793
- __hash__ : -3350061026485791588
793
+ __hash__ : -1747193618484435558
794
794
  __init__ : None
795
795
  __init_subclass__ : None
796
796
  __module__ : pathlib
@@ -803,8 +803,8 @@ Output:
803
803
  _cached_cparts : ['https:', 'www.google.com']
804
804
  _cparts : ['https:', 'www.google.com']
805
805
  _drv :
806
- _flavour : <pathlib._PosixFlavour object at 0x76a145cc50>
807
- _hash : -3350061026485791588
806
+ _flavour : <pathlib._PosixFlavour object at 0x7776df0bd0>
807
+ _hash : -1747193618484435558
808
808
  _parts : ['https:', 'www.google.com']
809
809
  _root :
810
810
  _str : https:/www.google.com
@@ -826,7 +826,7 @@ Output:
826
826
  is_reserved : False
827
827
  is_socket : False
828
828
  is_symlink : False
829
- iterdir : <generator object Path.iterdir at 0x7693204740>
829
+ iterdir : <generator object Path.iterdir at 0x776a69c740>
830
830
  joinpath : https:/www.google.com
831
831
  name : www.google.com
832
832
  parent : https:
@@ -893,7 +893,7 @@ print(list(batch_calculate("{1 10} m ** {1 3}")))
893
893
 
894
894
  Output:
895
895
  ```py
896
- <generator object batch_calculate at 0x76931afb50>
896
+ <generator object batch_calculate at 0x776a647b50>
897
897
  [('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')>)]
898
898
  ```
899
899
 
@@ -918,7 +918,7 @@ print(list(batchmaker(s)))
918
918
 
919
919
  Output:
920
920
  ```py
921
- <generator object batchmaker at 0x76932143a0>
921
+ <generator object batchmaker at 0x776a6b03a0>
922
922
  ['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.']
923
923
  ```
924
924
 
@@ -1282,7 +1282,7 @@ print(ijoin(10, ' '))
1282
1282
 
1283
1283
  Output:
1284
1284
  ```py
1285
- weq, asd, qweqw, dfs
1285
+ qweqw, dfs, weq, asd
1286
1286
  ,ini,path,seperti,url,
1287
1287
  ini,path,seperti,url
1288
1288
  <li>satu</li>
@@ -1391,7 +1391,7 @@ Output:
1391
1391
  ['Ounce\xa0(oz)', '2.337,94 (+3,37)', '16.208,00', '37.893.332'],
1392
1392
  ['Gram\xa0(gr)', '75,17', '16.208,00', '1.218.299 (+1.756)'],
1393
1393
  ['Kilogram\xa0(kg)', '75.166,52', '16.208,00', '1.218.298.900'],
1394
- ['Update harga emas :28 April 2024, pukul 20:09Update kurs :28 April 2024, '
1394
+ ['Update harga emas :28 April 2024, pukul 20:23Update kurs :28 April 2024, '
1395
1395
  'pukul 13:10']],
1396
1396
  [['Gram', 'UBS Gold 99.99%'],
1397
1397
  ['Jual', 'Beli'],
@@ -1442,7 +1442,7 @@ Output:
1442
1442
  ['USD', '75,17↓', '%'],
1443
1443
  ['KURS', '16.241,30↓', '%'],
1444
1444
  ['IDR', '1.220.801,94↓', '%'],
1445
- ['Minggu, 28 April 2024 20:09']],
1445
+ ['Minggu, 28 April 2024 20:23']],
1446
1446
  [[''],
1447
1447
  ['Emas 1 Gram (IDR)Emas 1 Gram (USD)Kurs USD-IDR',
1448
1448
  'Hari Ini',
@@ -1507,7 +1507,7 @@ Output:
1507
1507
  ```py
1508
1508
  8
1509
1509
  ['mana', 'aja']
1510
- [<Element a at 0x76a41be3a0>, <Element a at 0x7693256a80>, <Element a at 0x7693256b20>, <Element a at 0x7693256b70>, <Element a at 0x7693256bc0>, <Element a at 0x7693256c10>, <Element a at 0x7693256c60>, <Element a at 0x7693256cb0>, <Element a at 0x7693256d00>, <Element a at 0x7693256d50>, <Element a at 0x7693256da0>, <Element a at 0x7693256df0>, <Element a at 0x7693256e40>, <Element a at 0x7693256e90>, <Element a at 0x7693256ee0>, <Element a at 0x7693256f30>, <Element a at 0x7693256f80>, <Element a at 0x7693256fd0>]
1510
+ [<Element a at 0x776a6a7d90>, <Element a at 0x776a6f2990>, <Element a at 0x776a6f2a30>, <Element a at 0x776a6f2a80>, <Element a at 0x776a6f2ad0>, <Element a at 0x776a6f2b20>, <Element a at 0x776a6f2b70>, <Element a at 0x776a6f2bc0>, <Element a at 0x776a6f2c10>, <Element a at 0x776a6f2c60>, <Element a at 0x776a6f2cb0>, <Element a at 0x776a6f2d00>, <Element a at 0x776a6f2d50>, <Element a at 0x776a6f2da0>, <Element a at 0x776a6f2df0>, <Element a at 0x776a6f2e40>, <Element a at 0x776a6f2e90>, <Element a at 0x776a6f2ee0>]
1511
1511
  False
1512
1512
  ```
1513
1513
 
@@ -1548,8 +1548,8 @@ print(list(irange(10, 5)))
1548
1548
 
1549
1549
  Output:
1550
1550
  ```py
1551
- <generator object irange at 0x76931e2bd0>
1552
- <generator object irange at 0x76931e2bd0>
1551
+ <generator object irange at 0x776a67abd0>
1552
+ <generator object irange at 0x776a67abd0>
1553
1553
  ['a', 'k', 'u']
1554
1554
  [1, 2, 3, 4, 5, 6, 7]
1555
1555
  [10, 9, 8, 7, 6, 5]
@@ -1592,7 +1592,7 @@ print(list(iscandir("./", recursive=False, scan_file=False)))
1592
1592
 
1593
1593
  Output:
1594
1594
  ```py
1595
- <generator object iscandir at 0x7693218740>
1595
+ <generator object iscandir at 0x776a6b4740>
1596
1596
  [PosixPath('.git'), PosixPath('.vscode'), PosixPath('pypipr'), PosixPath('__pycache__'), PosixPath('dist')]
1597
1597
  ```
1598
1598
 
@@ -1649,7 +1649,7 @@ print(ExampleComparePerformance().compare_performance())
1649
1649
 
1650
1650
  Output:
1651
1651
  ```py
1652
- {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x76932285f0>,
1652
+ {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x776a6c45f0>,
1653
1653
  'b': (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),
1654
1654
  'c': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
1655
1655
  'd': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}
@@ -12,9 +12,17 @@ def chr_to_int(s, start=1, numbers="abcdefghijklmnopqrstuvwxyz"):
12
12
  digit = len(numbers)
13
13
  for char in s:
14
14
  result = result * digit + numbers.index(char) + 1
15
- return result - start
15
+ return result + start - 1
16
+
16
17
 
17
18
  if __name__ == "__main__":
18
- print(chr_to_int('z')) # Output: 25
19
- print(chr_to_int('aa')) # Output: 26
20
- print(chr_to_int('abc', numbers="abc")) # Output: 5
19
+ print(chr_to_int("z")) # Output: 25
20
+ print(chr_to_int("aa")) # Output: 26
21
+ print(chr_to_int("abc", numbers="abc")) # Output: 5
22
+ for i in "abcdefghijklmnopqrstuvwxyz":
23
+ print(chr_to_int(i, start=9))
24
+
25
+
26
+
27
+
28
+
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pypipr"
3
- version = "1.0.97"
3
+ version = "1.0.98"
4
4
  description = "The Python Package Index Project"
5
5
  authors = ["ufiapjj <ufiapjj@gmail.com>"]
6
6
  readme = "readme.md"
@@ -78,9 +78,9 @@ print(chr_to_int('abc', numbers="abc")) # Output: 10
78
78
 
79
79
  Output:
80
80
  ```py
81
- 25
82
81
  26
83
- 17
82
+ 27
83
+ 18
84
84
  ```
85
85
 
86
86
  ## chunk_array
@@ -97,7 +97,7 @@ print(list(chunk_array(arr, 5)))
97
97
 
98
98
  Output:
99
99
  ```py
100
- <generator object chunk_array at 0x7693218140>
100
+ <generator object chunk_array at 0x776a6b4140>
101
101
  [[2, 3, 12, 3, 3], [42, 42, 1, 43, 2], [42, 41, 4, 24, 32], [42, 3, 12, 32, 42], [42]]
102
102
  ```
103
103
 
@@ -148,9 +148,9 @@ print(datetime_now("Etc/GMT+7"))
148
148
 
149
149
  Output:
150
150
  ```py
151
- 2024-04-28 20:09:20.747067+07:00
152
- 2024-04-28 13:09:20.748416+00:00
153
- 2024-04-28 06:09:20.751713-07:00
151
+ 2024-04-28 20:23:44.929045+07:00
152
+ 2024-04-28 13:23:44.930043+00:00
153
+ 2024-04-28 06:23:44.931315-07:00
154
154
  ```
155
155
 
156
156
  ## dict_first
@@ -217,7 +217,7 @@ print(filter_empty(var))
217
217
 
218
218
  Output:
219
219
  ```py
220
- <generator object filter_empty at 0x76931aed40>
220
+ <generator object filter_empty at 0x776a646d40>
221
221
  ```
222
222
 
223
223
  ## get_by_index
@@ -263,8 +263,8 @@ print(list(get_class_method(ExampleGetClassMethod)))
263
263
 
264
264
  Output:
265
265
  ```py
266
- <generator object get_class_method at 0x76931af010>
267
- [<function ExampleGetClassMethod.a at 0x7693221800>, <function ExampleGetClassMethod.b at 0x76932216c0>, <function ExampleGetClassMethod.c at 0x76932218a0>, <function ExampleGetClassMethod.d at 0x7693221940>]
266
+ <generator object get_class_method at 0x776a647010>
267
+ [<function ExampleGetClassMethod.a at 0x776a6b9760>, <function ExampleGetClassMethod.b at 0x776a6b9620>, <function ExampleGetClassMethod.c at 0x776a6b9800>, <function ExampleGetClassMethod.d at 0x776a6b98a0>]
268
268
  ```
269
269
 
270
270
  ## get_filemtime
@@ -438,7 +438,7 @@ Output:
438
438
  'idjango': <module 'pypipr.idjango' from '/data/data/com.termux/files/home/pypipr/pypipr/idjango/__init__.py'>,
439
439
  'iengineering': <module 'pypipr.iengineering' from '/data/data/com.termux/files/home/pypipr/pypipr/iengineering/__init__.py'>,
440
440
  'ifunctions': <module 'pypipr.ifunctions' from '/data/data/com.termux/files/home/pypipr/pypipr/ifunctions/__init__.py'>,
441
- 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x769a347750>)>,
441
+ 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x7770ee6f90>)>,
442
442
  'asyncio': <module 'asyncio' from '/data/data/com.termux/files/usr/lib/python3.11/asyncio/__init__.py'>,
443
443
  'colorama': <module 'colorama' from '/data/data/com.termux/files/usr/lib/python3.11/site-packages/colorama/__init__.py'>,
444
444
  'csv': <module 'csv' from '/data/data/com.termux/files/usr/lib/python3.11/csv.py'>,
@@ -476,67 +476,67 @@ Output:
476
476
  'PintUregQuantity': <class 'pint.Quantity'>},
477
477
  'variable': {'LINUX': True,
478
478
  'WINDOWS': False,
479
- 'PintUreg': <pint.registry.UnitRegistry object at 0x76a14a7d50>},
480
- 'function': {'avg': <function avg at 0x76a41aed40>,
481
- 'basename': <function basename at 0x76a417e8e0>,
482
- 'chr_to_int': <function chr_to_int at 0x76a13e5080>,
483
- 'chunk_array': <function chunk_array at 0x76a13e5260>,
484
- 'create_folder': <function create_folder at 0x76a13e5440>,
485
- 'datetime_from_string': <function datetime_from_string at 0x76a13e5620>,
486
- 'datetime_now': <function datetime_now at 0x76a148d620>,
487
- 'dict_first': <function dict_first at 0x76a148d580>,
488
- 'dirname': <function dirname at 0x76a148d4e0>,
489
- 'exit_if_empty': <function exit_if_empty at 0x76a148d3a0>,
490
- 'filter_empty': <function filter_empty at 0x76a148d1c0>,
491
- 'get_by_index': <function get_by_index at 0x76a148ce00>,
492
- 'get_class_method': <function get_class_method at 0x76a148ccc0>,
493
- 'get_filemtime': <function get_filemtime at 0x76a148cb80>,
494
- 'get_filesize': <function get_filesize at 0x76a148c9a0>,
495
- 'int_to_chr': <function int_to_chr at 0x76a148c900>,
496
- 'is_empty': <function is_empty at 0x76a148d260>,
497
- 'is_iterable': <function is_iterable at 0x76a148cfe0>,
498
- 'is_valid_url': <function is_valid_url at 0x76a148c7c0>,
499
- 'ivars': <function ivars at 0x76a148c720>,
500
- 'password_generator': <function password_generator at 0x76a148c180>,
501
- 'random_bool': <function random_bool at 0x76a148c4a0>,
502
- 'restart': <function restart at 0x76a148f920>,
503
- 'set_timeout': <function set_timeout at 0x76a148fa60>,
504
- 'sets_ordered': <function sets_ordered at 0x76a148fba0>,
505
- 'str_cmp': <function str_cmp at 0x76a148fc40>,
506
- 'to_str': <function to_str at 0x76a148cea0>,
507
- 'choices': <function choices at 0x76a148fce0>,
508
- 'console_run': <function console_run at 0x76a148ff60>,
509
- 'input_char': <function input_char at 0x76a14b00e0>,
510
- 'log': <function log at 0x76a14b02c0>,
511
- 'print_colorize': <function print_colorize at 0x76a14b0360>,
512
- 'print_dir': <function print_dir at 0x76a14b04a0>,
513
- 'print_log': <function print_log at 0x76a14b0180>,
514
- 'print_to_last_line': <function print_to_last_line at 0x76a148fec0>,
515
- 'text_colorize': <function text_colorize at 0x76a14b0040>,
516
- 'batch_calculate': <function batch_calculate at 0x769a33d800>,
517
- 'batchmaker': <function batchmaker at 0x76a14b05e0>,
518
- 'calculate': <function calculate at 0x769a33e520>,
519
- 'auto_reload': <function auto_reload at 0x769a33e7a0>,
520
- 'github_pull': <function github_pull at 0x769a33e2a0>,
521
- 'github_push': <function github_push at 0x769a33e980>,
522
- 'github_user': <function github_user at 0x769a33eca0>,
523
- 'pip_freeze_without_version': <function pip_freeze_without_version at 0x769a076200>,
524
- 'poetry_publish': <function poetry_publish at 0x769a0763e0>,
525
- 'poetry_update_version': <function poetry_update_version at 0x769a09ac00>,
526
- 'iargv': <function iargv at 0x76933e8360>,
527
- 'idumps': <function idumps at 0x76933e84a0>,
528
- 'idumps_html': <function idumps_html at 0x7693450ea0>,
529
- 'ienv': <function ienv at 0x76933e85e0>,
530
- 'iexec': <function iexec at 0x7693451120>,
531
- 'ijoin': <function ijoin at 0x769a076160>,
532
- 'iloads': <function iloads at 0x76934511c0>,
533
- 'iloads_html': <function iloads_html at 0x7693451440>,
534
- 'iopen': <function iopen at 0x769a076480>,
535
- 'iprint': <function iprint at 0x7693451300>,
536
- 'irange': <function irange at 0x769a33e660>,
537
- 'ireplace': <function ireplace at 0x76934514e0>,
538
- 'iscandir': <function iscandir at 0x7693453100>,
539
- 'isplit': <function isplit at 0x76934531a0>}}
479
+ 'PintUreg': <pint.registry.UnitRegistry object at 0x7776e3fd50>},
480
+ 'function': {'avg': <function avg at 0x777bfb6d40>,
481
+ 'basename': <function basename at 0x777bf868e0>,
482
+ 'chr_to_int': <function chr_to_int at 0x7776d79080>,
483
+ 'chunk_array': <function chunk_array at 0x7776d791c0>,
484
+ 'create_folder': <function create_folder at 0x7776d793a0>,
485
+ 'datetime_from_string': <function datetime_from_string at 0x7776d79580>,
486
+ 'datetime_now': <function datetime_now at 0x7776e21620>,
487
+ 'dict_first': <function dict_first at 0x7776e21580>,
488
+ 'dirname': <function dirname at 0x7776e214e0>,
489
+ 'exit_if_empty': <function exit_if_empty at 0x7776e213a0>,
490
+ 'filter_empty': <function filter_empty at 0x7776e211c0>,
491
+ 'get_by_index': <function get_by_index at 0x7776e20e00>,
492
+ 'get_class_method': <function get_class_method at 0x7776e20cc0>,
493
+ 'get_filemtime': <function get_filemtime at 0x7776e20b80>,
494
+ 'get_filesize': <function get_filesize at 0x7776e209a0>,
495
+ 'int_to_chr': <function int_to_chr at 0x7776e20900>,
496
+ 'is_empty': <function is_empty at 0x7776e21260>,
497
+ 'is_iterable': <function is_iterable at 0x7776e20fe0>,
498
+ 'is_valid_url': <function is_valid_url at 0x7776e207c0>,
499
+ 'ivars': <function ivars at 0x7776e20720>,
500
+ 'password_generator': <function password_generator at 0x7776e205e0>,
501
+ 'random_bool': <function random_bool at 0x7776e20400>,
502
+ 'restart': <function restart at 0x7776e23880>,
503
+ 'set_timeout': <function set_timeout at 0x7776e239c0>,
504
+ 'sets_ordered': <function sets_ordered at 0x7776e23b00>,
505
+ 'str_cmp': <function str_cmp at 0x7776e23ba0>,
506
+ 'to_str': <function to_str at 0x7776e20f40>,
507
+ 'choices': <function choices at 0x7776e23c40>,
508
+ 'console_run': <function console_run at 0x7776e23ec0>,
509
+ 'input_char': <function input_char at 0x7776e44040>,
510
+ 'log': <function log at 0x7776e44220>,
511
+ 'print_colorize': <function print_colorize at 0x7776e442c0>,
512
+ 'print_dir': <function print_dir at 0x7776e44400>,
513
+ 'print_log': <function print_log at 0x7776e440e0>,
514
+ 'print_to_last_line': <function print_to_last_line at 0x7776e23e20>,
515
+ 'text_colorize': <function text_colorize at 0x7776e23f60>,
516
+ 'batch_calculate': <function batch_calculate at 0x7770ef1760>,
517
+ 'batchmaker': <function batchmaker at 0x7776e44540>,
518
+ 'calculate': <function calculate at 0x7770ef2480>,
519
+ 'auto_reload': <function auto_reload at 0x7770ef2700>,
520
+ 'github_pull': <function github_pull at 0x7770ef2200>,
521
+ 'github_push': <function github_push at 0x7770ef28e0>,
522
+ 'github_user': <function github_user at 0x7770ef2c00>,
523
+ 'pip_freeze_without_version': <function pip_freeze_without_version at 0x7770c22160>,
524
+ 'poetry_publish': <function poetry_publish at 0x7770c22340>,
525
+ 'poetry_update_version': <function poetry_update_version at 0x7770c46b60>,
526
+ 'iargv': <function iargv at 0x776d2702c0>,
527
+ 'idumps': <function idumps at 0x776d270400>,
528
+ 'idumps_html': <function idumps_html at 0x776d2d4e00>,
529
+ 'ienv': <function ienv at 0x776d270540>,
530
+ 'iexec': <function iexec at 0x776d2d5080>,
531
+ 'ijoin': <function ijoin at 0x7770c220c0>,
532
+ 'iloads': <function iloads at 0x776d2d5120>,
533
+ 'iloads_html': <function iloads_html at 0x776d2d53a0>,
534
+ 'iopen': <function iopen at 0x7770c223e0>,
535
+ 'iprint': <function iprint at 0x776d2d5260>,
536
+ 'irange': <function irange at 0x7770ef25c0>,
537
+ 'ireplace': <function ireplace at 0x776d2d5440>,
538
+ 'iscandir': <function iscandir at 0x776d2d7060>,
539
+ 'isplit': <function isplit at 0x776d2d7100>}}
540
540
  ```
541
541
 
542
542
  ## password_generator
@@ -551,7 +551,7 @@ print(password_generator())
551
551
 
552
552
  Output:
553
553
  ```py
554
- (\Rowj%0
554
+ 5M|h(ik`
555
555
  ```
556
556
 
557
557
  ## random_bool
@@ -569,7 +569,7 @@ print(random_bool())
569
569
 
570
570
  Output:
571
571
  ```py
572
- False
572
+ True
573
573
  ```
574
574
 
575
575
  ## restart
@@ -595,7 +595,7 @@ x.cancel()
595
595
 
596
596
  Output:
597
597
  ```py
598
- <Timer(Thread-2, started 509250788592)>
598
+ <Timer(Thread-2, started 512858504432)>
599
599
  menghentikan timeout 7
600
600
  ```
601
601
 
@@ -613,7 +613,7 @@ print(list(sets_ordered(array)))
613
613
 
614
614
  Output:
615
615
  ```py
616
- <generator object sets_ordered at 0x76932282b0>
616
+ <generator object sets_ordered at 0x776a6c42b0>
617
617
  [2, 3, 12, 42, 1, 43, 41, 4, 24, 32]
618
618
  ```
619
619
 
@@ -767,7 +767,7 @@ Output:
767
767
  __enter__ : https:/www.google.com
768
768
  __fspath__ : https:/www.google.com
769
769
  __getstate__ : (None, {'_drv': '', '_root': '', '_parts': ['https:', 'www.google.com'], '_str': 'https:/www.google.com'})
770
- __hash__ : -3350061026485791588
770
+ __hash__ : -1747193618484435558
771
771
  __init__ : None
772
772
  __init_subclass__ : None
773
773
  __module__ : pathlib
@@ -780,8 +780,8 @@ Output:
780
780
  _cached_cparts : ['https:', 'www.google.com']
781
781
  _cparts : ['https:', 'www.google.com']
782
782
  _drv :
783
- _flavour : <pathlib._PosixFlavour object at 0x76a145cc50>
784
- _hash : -3350061026485791588
783
+ _flavour : <pathlib._PosixFlavour object at 0x7776df0bd0>
784
+ _hash : -1747193618484435558
785
785
  _parts : ['https:', 'www.google.com']
786
786
  _root :
787
787
  _str : https:/www.google.com
@@ -803,7 +803,7 @@ Output:
803
803
  is_reserved : False
804
804
  is_socket : False
805
805
  is_symlink : False
806
- iterdir : <generator object Path.iterdir at 0x7693204740>
806
+ iterdir : <generator object Path.iterdir at 0x776a69c740>
807
807
  joinpath : https:/www.google.com
808
808
  name : www.google.com
809
809
  parent : https:
@@ -870,7 +870,7 @@ print(list(batch_calculate("{1 10} m ** {1 3}")))
870
870
 
871
871
  Output:
872
872
  ```py
873
- <generator object batch_calculate at 0x76931afb50>
873
+ <generator object batch_calculate at 0x776a647b50>
874
874
  [('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')>)]
875
875
  ```
876
876
 
@@ -895,7 +895,7 @@ print(list(batchmaker(s)))
895
895
 
896
896
  Output:
897
897
  ```py
898
- <generator object batchmaker at 0x76932143a0>
898
+ <generator object batchmaker at 0x776a6b03a0>
899
899
  ['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.']
900
900
  ```
901
901
 
@@ -1259,7 +1259,7 @@ print(ijoin(10, ' '))
1259
1259
 
1260
1260
  Output:
1261
1261
  ```py
1262
- weq, asd, qweqw, dfs
1262
+ qweqw, dfs, weq, asd
1263
1263
  ,ini,path,seperti,url,
1264
1264
  ini,path,seperti,url
1265
1265
  <li>satu</li>
@@ -1368,7 +1368,7 @@ Output:
1368
1368
  ['Ounce\xa0(oz)', '2.337,94 (+3,37)', '16.208,00', '37.893.332'],
1369
1369
  ['Gram\xa0(gr)', '75,17', '16.208,00', '1.218.299 (+1.756)'],
1370
1370
  ['Kilogram\xa0(kg)', '75.166,52', '16.208,00', '1.218.298.900'],
1371
- ['Update harga emas :28 April 2024, pukul 20:09Update kurs :28 April 2024, '
1371
+ ['Update harga emas :28 April 2024, pukul 20:23Update kurs :28 April 2024, '
1372
1372
  'pukul 13:10']],
1373
1373
  [['Gram', 'UBS Gold 99.99%'],
1374
1374
  ['Jual', 'Beli'],
@@ -1419,7 +1419,7 @@ Output:
1419
1419
  ['USD', '75,17↓', '%'],
1420
1420
  ['KURS', '16.241,30↓', '%'],
1421
1421
  ['IDR', '1.220.801,94↓', '%'],
1422
- ['Minggu, 28 April 2024 20:09']],
1422
+ ['Minggu, 28 April 2024 20:23']],
1423
1423
  [[''],
1424
1424
  ['Emas 1 Gram (IDR)Emas 1 Gram (USD)Kurs USD-IDR',
1425
1425
  'Hari Ini',
@@ -1484,7 +1484,7 @@ Output:
1484
1484
  ```py
1485
1485
  8
1486
1486
  ['mana', 'aja']
1487
- [<Element a at 0x76a41be3a0>, <Element a at 0x7693256a80>, <Element a at 0x7693256b20>, <Element a at 0x7693256b70>, <Element a at 0x7693256bc0>, <Element a at 0x7693256c10>, <Element a at 0x7693256c60>, <Element a at 0x7693256cb0>, <Element a at 0x7693256d00>, <Element a at 0x7693256d50>, <Element a at 0x7693256da0>, <Element a at 0x7693256df0>, <Element a at 0x7693256e40>, <Element a at 0x7693256e90>, <Element a at 0x7693256ee0>, <Element a at 0x7693256f30>, <Element a at 0x7693256f80>, <Element a at 0x7693256fd0>]
1487
+ [<Element a at 0x776a6a7d90>, <Element a at 0x776a6f2990>, <Element a at 0x776a6f2a30>, <Element a at 0x776a6f2a80>, <Element a at 0x776a6f2ad0>, <Element a at 0x776a6f2b20>, <Element a at 0x776a6f2b70>, <Element a at 0x776a6f2bc0>, <Element a at 0x776a6f2c10>, <Element a at 0x776a6f2c60>, <Element a at 0x776a6f2cb0>, <Element a at 0x776a6f2d00>, <Element a at 0x776a6f2d50>, <Element a at 0x776a6f2da0>, <Element a at 0x776a6f2df0>, <Element a at 0x776a6f2e40>, <Element a at 0x776a6f2e90>, <Element a at 0x776a6f2ee0>]
1488
1488
  False
1489
1489
  ```
1490
1490
 
@@ -1525,8 +1525,8 @@ print(list(irange(10, 5)))
1525
1525
 
1526
1526
  Output:
1527
1527
  ```py
1528
- <generator object irange at 0x76931e2bd0>
1529
- <generator object irange at 0x76931e2bd0>
1528
+ <generator object irange at 0x776a67abd0>
1529
+ <generator object irange at 0x776a67abd0>
1530
1530
  ['a', 'k', 'u']
1531
1531
  [1, 2, 3, 4, 5, 6, 7]
1532
1532
  [10, 9, 8, 7, 6, 5]
@@ -1569,7 +1569,7 @@ print(list(iscandir("./", recursive=False, scan_file=False)))
1569
1569
 
1570
1570
  Output:
1571
1571
  ```py
1572
- <generator object iscandir at 0x7693218740>
1572
+ <generator object iscandir at 0x776a6b4740>
1573
1573
  [PosixPath('.git'), PosixPath('.vscode'), PosixPath('pypipr'), PosixPath('__pycache__'), PosixPath('dist')]
1574
1574
  ```
1575
1575
 
@@ -1626,7 +1626,7 @@ print(ExampleComparePerformance().compare_performance())
1626
1626
 
1627
1627
  Output:
1628
1628
  ```py
1629
- {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x76932285f0>,
1629
+ {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x776a6c45f0>,
1630
1630
  'b': (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),
1631
1631
  'c': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
1632
1632
  '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