pypipr 1.0.89__py3-none-any.whl → 1.0.92__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pypipr/ifunctions/iargv.py +4 -0
- pypipr/terminal.py +1 -0
- {pypipr-1.0.89.dist-info → pypipr-1.0.92.dist-info}/METADATA +153 -138
- {pypipr-1.0.89.dist-info → pypipr-1.0.92.dist-info}/RECORD +6 -6
- {pypipr-1.0.89.dist-info → pypipr-1.0.92.dist-info}/WHEEL +0 -0
- {pypipr-1.0.89.dist-info → pypipr-1.0.92.dist-info}/entry_points.txt +0 -0
pypipr/ifunctions/iargv.py
CHANGED
pypipr/terminal.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pypipr
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.92
|
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
|
104
|
+
<generator object chunk_array at 0x6f6287c240>
|
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
|
149
|
-
2024-04-24 04:
|
150
|
-
2024-04-
|
155
|
+
2024-04-24 15:04:28.168838+07:00
|
156
|
+
2024-04-24 08:04:28.169670+00:00
|
157
|
+
2024-04-24 01:04:28.172534-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
|
224
|
+
<generator object filter_empty at 0x6f6280ed40>
|
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
|
264
|
-
[<function ExampleGetClassMethod.a at
|
270
|
+
<generator object get_class_method at 0x6f6280f010>
|
271
|
+
[<function ExampleGetClassMethod.a at 0x6f73cfe7a0>, <function ExampleGetClassMethod.b at 0x6f62885580>, <function ExampleGetClassMethod.c at 0x6f62885620>, <function ExampleGetClassMethod.d at 0x6f628856c0>]
|
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
|
396
|
+
'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x6f66608a10>)>,
|
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
|
427
|
-
'function': {'avg': <function avg at
|
428
|
-
'basename': <function basename at
|
429
|
-
'chunk_array': <function chunk_array at
|
430
|
-
'create_folder': <function create_folder at
|
431
|
-
'datetime_from_string': <function datetime_from_string at
|
432
|
-
'datetime_now': <function datetime_now at
|
433
|
-
'dict_first': <function dict_first at
|
434
|
-
'dirname': <function dirname at
|
435
|
-
'exit_if_empty': <function exit_if_empty at
|
436
|
-
'filter_empty': <function filter_empty at
|
437
|
-
'get_by_index': <function get_by_index at
|
438
|
-
'get_class_method': <function get_class_method at
|
439
|
-
'get_filemtime': <function get_filemtime at
|
440
|
-
'get_filesize': <function get_filesize at
|
441
|
-
'is_empty': <function is_empty at
|
442
|
-
'is_iterable': <function is_iterable at
|
443
|
-
'is_valid_url': <function is_valid_url at
|
444
|
-
'ivars': <function ivars at
|
445
|
-
'password_generator': <function password_generator at
|
446
|
-
'random_bool': <function random_bool at
|
447
|
-
'set_timeout': <function set_timeout at
|
448
|
-
'sets_ordered': <function sets_ordered at
|
449
|
-
'str_cmp': <function str_cmp at
|
450
|
-
'to_str': <function to_str at
|
451
|
-
'choices': <function choices at
|
452
|
-
'console_run': <function console_run at
|
453
|
-
'input_char': <function input_char at
|
454
|
-
'log': <function log at
|
455
|
-
'print_colorize': <function print_colorize at
|
456
|
-
'print_dir': <function print_dir at
|
457
|
-
'print_log': <function print_log at
|
458
|
-
'print_to_last_line': <function print_to_last_line at
|
459
|
-
'text_colorize': <function text_colorize at
|
460
|
-
'batch_calculate': <function batch_calculate at
|
461
|
-
'batchmaker': <function batchmaker at
|
462
|
-
'calculate': <function calculate at
|
463
|
-
'auto_reload': <function auto_reload at
|
464
|
-
'github_pull': <function github_pull at
|
465
|
-
'github_push': <function github_push at
|
466
|
-
'github_user': <function github_user at
|
467
|
-
'pip_freeze_without_version': <function pip_freeze_without_version at
|
468
|
-
'poetry_publish': <function poetry_publish at
|
469
|
-
'poetry_update_version': <function poetry_update_version at
|
470
|
-
'iargv': <function iargv at
|
471
|
-
'idumps': <function idumps at
|
472
|
-
'idumps_html': <function idumps_html at
|
473
|
-
'ienv': <function ienv at
|
474
|
-
'iexec': <function iexec at
|
475
|
-
'ijoin': <function ijoin at
|
476
|
-
'iloads': <function iloads at
|
477
|
-
'iloads_html': <function iloads_html at
|
478
|
-
'iopen': <function iopen at
|
479
|
-
'iprint': <function iprint at
|
480
|
-
'irange': <function irange at
|
481
|
-
'ireplace': <function ireplace at
|
482
|
-
'iscandir': <function iscandir at
|
483
|
-
'isplit': <function isplit at
|
433
|
+
'PintUreg': <pint.registry.UnitRegistry object at 0x6f6ebab710>},
|
434
|
+
'function': {'avg': <function avg at 0x6f73d36d40>,
|
435
|
+
'basename': <function basename at 0x6f73cfe8e0>,
|
436
|
+
'chunk_array': <function chunk_array at 0x6f6eae1120>,
|
437
|
+
'create_folder': <function create_folder at 0x6f6eae1300>,
|
438
|
+
'datetime_from_string': <function datetime_from_string at 0x6f6eae14e0>,
|
439
|
+
'datetime_now': <function datetime_now at 0x6f6eb89620>,
|
440
|
+
'dict_first': <function dict_first at 0x6f6eb89580>,
|
441
|
+
'dirname': <function dirname at 0x6f6eb894e0>,
|
442
|
+
'exit_if_empty': <function exit_if_empty at 0x6f6eb634c0>,
|
443
|
+
'filter_empty': <function filter_empty at 0x6f6eb891c0>,
|
444
|
+
'get_by_index': <function get_by_index at 0x6f6eb88ea0>,
|
445
|
+
'get_class_method': <function get_class_method at 0x6f6eb88cc0>,
|
446
|
+
'get_filemtime': <function get_filemtime at 0x6f6eb88b80>,
|
447
|
+
'get_filesize': <function get_filesize at 0x6f6eb889a0>,
|
448
|
+
'is_empty': <function is_empty at 0x6f6eb89260>,
|
449
|
+
'is_iterable': <function is_iterable at 0x6f6eb88fe0>,
|
450
|
+
'is_valid_url': <function is_valid_url at 0x6f6eb88860>,
|
451
|
+
'ivars': <function ivars at 0x6f6eb887c0>,
|
452
|
+
'password_generator': <function password_generator at 0x6f6eb88680>,
|
453
|
+
'random_bool': <function random_bool at 0x6f6eb88400>,
|
454
|
+
'set_timeout': <function set_timeout at 0x6f6eb8b7e0>,
|
455
|
+
'sets_ordered': <function sets_ordered at 0x6f6eb8b920>,
|
456
|
+
'str_cmp': <function str_cmp at 0x6f6eb8b9c0>,
|
457
|
+
'to_str': <function to_str at 0x6f6eb88f40>,
|
458
|
+
'choices': <function choices at 0x6f6eb8ba60>,
|
459
|
+
'console_run': <function console_run at 0x6f6eb8bce0>,
|
460
|
+
'input_char': <function input_char at 0x6f6eb8be20>,
|
461
|
+
'log': <function log at 0x6f6ebb0040>,
|
462
|
+
'print_colorize': <function print_colorize at 0x6f6ebb00e0>,
|
463
|
+
'print_dir': <function print_dir at 0x6f6ebb0220>,
|
464
|
+
'print_log': <function print_log at 0x6f6eb8bec0>,
|
465
|
+
'print_to_last_line': <function print_to_last_line at 0x6f6eb8bc40>,
|
466
|
+
'text_colorize': <function text_colorize at 0x6f6eb8bd80>,
|
467
|
+
'batch_calculate': <function batch_calculate at 0x6f66731580>,
|
468
|
+
'batchmaker': <function batchmaker at 0x6f6670a980>,
|
469
|
+
'calculate': <function calculate at 0x6f667322a0>,
|
470
|
+
'auto_reload': <function auto_reload at 0x6f66732480>,
|
471
|
+
'github_pull': <function github_pull at 0x6f66732020>,
|
472
|
+
'github_push': <function github_push at 0x6f66732700>,
|
473
|
+
'github_user': <function github_user at 0x6f66732a20>,
|
474
|
+
'pip_freeze_without_version': <function pip_freeze_without_version at 0x6f6645e020>,
|
475
|
+
'poetry_publish': <function poetry_publish at 0x6f6645e160>,
|
476
|
+
'poetry_update_version': <function poetry_update_version at 0x6f6647e980>,
|
477
|
+
'iargv': <function iargv at 0x6f62a4c0e0>,
|
478
|
+
'idumps': <function idumps at 0x6f62a4c220>,
|
479
|
+
'idumps_html': <function idumps_html at 0x6f62ab4c20>,
|
480
|
+
'ienv': <function ienv at 0x6f62a4c360>,
|
481
|
+
'iexec': <function iexec at 0x6f62ab4ea0>,
|
482
|
+
'ijoin': <function ijoin at 0x6f6645dee0>,
|
483
|
+
'iloads': <function iloads at 0x6f62ab4f40>,
|
484
|
+
'iloads_html': <function iloads_html at 0x6f62ab51c0>,
|
485
|
+
'iopen': <function iopen at 0x6f6645e200>,
|
486
|
+
'iprint': <function iprint at 0x6f62a4c180>,
|
487
|
+
'irange': <function irange at 0x6f667323e0>,
|
488
|
+
'ireplace': <function ireplace at 0x6f62ab5080>,
|
489
|
+
'iscandir': <function iscandir at 0x6f62ab6e80>,
|
490
|
+
'isplit': <function isplit at 0x6f62ab6f20>}}
|
484
491
|
```
|
485
492
|
|
486
493
|
## password_generator
|
@@ -495,7 +502,7 @@ print(password_generator())
|
|
495
502
|
|
496
503
|
Output:
|
497
504
|
```py
|
498
|
-
|
505
|
+
_Pq4e5\d
|
499
506
|
```
|
500
507
|
|
501
508
|
## random_bool
|
@@ -513,7 +520,7 @@ print(random_bool())
|
|
513
520
|
|
514
521
|
Output:
|
515
522
|
```py
|
516
|
-
|
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
|
545
|
+
<Timer(Thread-2, started 478370839792)>
|
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
|
563
|
+
<generator object sets_ordered at 0x6f628901e0>
|
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__ :
|
717
|
+
__hash__ : -7677454752077529173
|
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
|
724
|
-
_hash :
|
730
|
+
_flavour : <pathlib._PosixFlavour object at 0x6f6eb5c650>
|
731
|
+
_hash : -7677454752077529173
|
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
|
753
|
+
iterdir : <generator object Path.iterdir at 0x6f62868c80>
|
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
|
820
|
+
<generator object batch_calculate at 0x6f6280fb50>
|
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
|
845
|
+
<generator object batchmaker at 0x6f62880040>
|
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
|
-
|
1209
|
+
asd, dfs, qweqw, weq
|
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.
|
1275
|
+
['Spot Emas USD↓2.320,94 (-8,97) / oz',
|
1269
1276
|
'Kurs IDR↑16.244,00 (+20,00) / USD',
|
1270
|
-
'Emas IDR
|
1277
|
+
'Emas IDR↓1.212.127 (-3.186) / 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,37 +1345,45 @@ 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.
|
1342
|
-
['Gram\xa0(gr)', '74,
|
1343
|
-
['Kilogram\xa0(kg)', '74.
|
1344
|
-
['Update harga emas :24 April 2024, pukul
|
1345
|
-
'pukul
|
1348
|
+
['Ounce\xa0(oz)', '2.320,94 (-8,97)', '16.244,00 (+20,00)', '37.701.349'],
|
1349
|
+
['Gram\xa0(gr)', '74,62', '16.244,00', '1.212.127 (-3.186)'],
|
1350
|
+
['Kilogram\xa0(kg)', '74.619,95', '16.244,00', '1.212.126.530'],
|
1351
|
+
['Update harga emas :24 April 2024, pukul 15:04Update kurs :24 April 2024, '
|
1352
|
+
'pukul 13:10']],
|
1346
1353
|
[['Gram', 'UBS Gold 99.99%'],
|
1347
1354
|
['Jual', 'Beli'],
|
1348
1355
|
['/ Batang', '/ Gram', '/ Batang', '/ Gram'],
|
1349
1356
|
['100',
|
1350
|
-
'126.
|
1351
|
-
'1.
|
1352
|
-
'
|
1353
|
-
'1.
|
1357
|
+
'126.000.000 (-712.000)',
|
1358
|
+
'1.260.000 (-7.120)',
|
1359
|
+
'124.485.000 (+750.000)',
|
1360
|
+
'1.244.850 (+7.500)'],
|
1354
1361
|
['50',
|
1355
|
-
'63.
|
1356
|
-
'1.262.
|
1357
|
-
'
|
1358
|
-
'1.
|
1362
|
+
'63.100.000 (-295.000)',
|
1363
|
+
'1.262.000 (-5.900)',
|
1364
|
+
'62.295.000 (+375.000)',
|
1365
|
+
'1.245.900 (+7.500)'],
|
1359
1366
|
['25',
|
1360
|
-
'31.
|
1361
|
-
'1.264.
|
1362
|
-
'31.
|
1363
|
-
'1.
|
1367
|
+
'31.600.000 (-137.000)',
|
1368
|
+
'1.264.000 (-5.480)',
|
1369
|
+
'31.250.000 (+187.500)',
|
1370
|
+
'1.250.000 (+7.500)'],
|
1364
1371
|
['10',
|
1365
|
-
'12.
|
1366
|
-
'1.
|
1367
|
-
'12.
|
1368
|
-
'1.
|
1369
|
-
['5',
|
1370
|
-
|
1371
|
-
|
1372
|
+
'12.680.000 (-65.000)',
|
1373
|
+
'1.268.000 (-6.500)',
|
1374
|
+
'12.550.000 (+75.000)',
|
1375
|
+
'1.255.000 (+7.500)'],
|
1376
|
+
['5',
|
1377
|
+
'6.365.000 (-35.000)',
|
1378
|
+
'1.273.000 (-7.000)',
|
1379
|
+
'6.327.000 (+37.500)',
|
1380
|
+
'1.265.400 (+7.500)'],
|
1381
|
+
['1',
|
1382
|
+
'1.320.000 (-5.000)',
|
1383
|
+
'1.320.000 (-5.000)',
|
1384
|
+
'1.298.000 (+7.500)',
|
1385
|
+
'1.298.000 (+7.500)'],
|
1386
|
+
['', 'Update :24 April 2024, pukul 13:02']],
|
1372
1387
|
[['Konversi Satuan'],
|
1373
1388
|
['Satuan', 'Ounce (oz)', 'Gram (gr)', 'Kilogram (kg)'],
|
1374
1389
|
['Ounce\xa0(oz)', '1', '31,1034767696', '0,0311034768'],
|
@@ -1379,36 +1394,36 @@ Output:
|
|
1379
1394
|
['Unit', 'USD', 'IDR'],
|
1380
1395
|
['Angka', '+/-', 'Angka', '+/-'],
|
1381
1396
|
['Hari Ini', 'Kurs', '', '', '16.224', '+20+0,12%'],
|
1382
|
-
['oz', '2.329,91', '-
|
1383
|
-
['gr', '74,91', '-0,
|
1397
|
+
['oz', '2.329,91', '-8,97-0,38%', '37.800.460', '-99.110-0,26%'],
|
1398
|
+
['gr', '74,91', '-0,29-0,38%', '1.215.313', '-3.186-0,26%'],
|
1384
1399
|
['30 Hari', 'Kurs', '', '', '15.773', '+471+2,99%'],
|
1385
|
-
['oz', '2.175,55', '+
|
1386
|
-
['gr', '69,95', '+4,
|
1400
|
+
['oz', '2.175,55', '+145,39+6,68%', '34.314.950', '+3.386.399+9,87%'],
|
1401
|
+
['gr', '69,95', '+4,67+6,68%', '1.103.251', '+108.875+9,87%'],
|
1387
1402
|
['2 Bulan', 'Kurs', '', '', '15.630', '+614+3,93%'],
|
1388
|
-
['oz', '2.035,57', '+
|
1389
|
-
['gr', '65,45', '+9,
|
1403
|
+
['oz', '2.035,57', '+285,37+14,02%', '31.815.959', '+5.885.390+18,50%'],
|
1404
|
+
['gr', '65,45', '+9,17+14,02', '1.022.907', '+189.220+18,50%'],
|
1390
1405
|
['6 Bulan', 'Kurs', '', '', '15.933', '+311+1,95%'],
|
1391
|
-
['oz', '1.983,13', '+
|
1392
|
-
['gr', '63,76', '+
|
1406
|
+
['oz', '1.983,13', '+337,81+17,03%', '31.597.210', '+6.104.139+19,32%'],
|
1407
|
+
['gr', '63,76', '+10,86+17,03%', '1.015.874', '+196.253+19,32%'],
|
1393
1408
|
['1 Tahun', 'Kurs', '', '', '15.731', '+513+3,26%'],
|
1394
|
-
['oz', '1.823,86', '+
|
1395
|
-
['gr', '58,64', '+
|
1409
|
+
['oz', '1.823,86', '+497,08+27,25%', '28.691.142', '+9.010.208+31,40%'],
|
1410
|
+
['gr', '58,64', '+15,98+27,25%', '922.442', '+289.685+31,40%'],
|
1396
1411
|
['2 Tahun', 'Kurs', '', '', '14.361', '+1.883+13,11%'],
|
1397
|
-
['oz', '1.896,13', '+
|
1398
|
-
['gr', '60,96', '+13,
|
1412
|
+
['oz', '1.896,13', '+424,81+22,40%', '27.230.342', '+10.471.007+38,45%'],
|
1413
|
+
['gr', '60,96', '+13,66+22,40%', '875.476', '+336.651+38,45%'],
|
1399
1414
|
['3 Tahun', 'Kurs', '', '', '14.530', '+1.714+11,80%'],
|
1400
|
-
['oz', '1.777,11', '+
|
1401
|
-
['gr', '57,14', '+17,
|
1415
|
+
['oz', '1.777,11', '+543,83+30,60%', '25.821.408', '+11.879.941+46,01%'],
|
1416
|
+
['gr', '57,14', '+17,48+30,60%', '830.178', '+381.949+46,01%'],
|
1402
1417
|
['5 Tahun', 'Kurs', '', '', '14.188', '+2.056+14,49%'],
|
1403
|
-
['oz', '1.288,10', '+1.
|
1404
|
-
['gr', '41,41', '+33,
|
1418
|
+
['oz', '1.288,10', '+1.032,84+80,18%', '18.275.563', '+19.425.787+106,29%'],
|
1419
|
+
['gr', '41,41', '+33,21+80,18%', '587.573', '+624.554+106,29%']])
|
1405
1420
|
(['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
|
1406
1421
|
[[''],
|
1407
1422
|
['Emas 24 KaratHarga Emas 1 Gram', ''],
|
1408
|
-
['USD', '74,
|
1409
|
-
['KURS', '16.
|
1410
|
-
['IDR', '1.
|
1411
|
-
['Rabu, 24 April 2024
|
1423
|
+
['USD', '74,62↓', '-0,29-0,39%'],
|
1424
|
+
['KURS', '16.171,45↑', '+24,55+0,15%'],
|
1425
|
+
['IDR', '1.206.712,85↓', '-2.824,72-0,23%'],
|
1426
|
+
['Rabu, 24 April 2024 15:04']],
|
1412
1427
|
[[''],
|
1413
1428
|
['Emas 1 Gram (IDR)Emas 1 Gram (USD)Kurs USD-IDR',
|
1414
1429
|
'Hari Ini',
|
@@ -1419,19 +1434,19 @@ Output:
|
|
1419
1434
|
'']],
|
1420
1435
|
[['Pergerakkan Harga Emas 1 Gram'],
|
1421
1436
|
['', 'Penutupan Kemarin', 'Pergerakkan Hari Ini', 'Rata-rata'],
|
1422
|
-
['USD', '74,91', '74,
|
1423
|
-
['KURS', '16.146,90', '16.146,90 - 16.
|
1424
|
-
['IDR', '1.209.537,57', '1.
|
1437
|
+
['USD', '74,91', '74,62 - 74,91', '74,77'],
|
1438
|
+
['KURS', '16.146,90', '16.146,90 - 16.171,45', '16.159,18'],
|
1439
|
+
['IDR', '1.209.537,57', '1.206.712,85 - 1.209.537,57', '1.208.125,21'],
|
1425
1440
|
[''],
|
1426
1441
|
['', 'Awal Tahun', 'Pergerakkan YTD', '+/- YTD'],
|
1427
|
-
['USD', '66,32', '64,07 - 77,14', '+8,
|
1428
|
-
['KURS', '15.390,10', '15.390,00 - 16.307,80', '+
|
1429
|
-
['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+
|
1442
|
+
['USD', '66,32', '64,07 - 77,14', '+8,30 (12,52%)'],
|
1443
|
+
['KURS', '15.390,10', '15.390,00 - 16.307,80', '+781,35 (5,08%)'],
|
1444
|
+
['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+185.983,32 (18,22%)'],
|
1430
1445
|
[''],
|
1431
1446
|
['', 'Tahun Lalu / 52 Minggu', 'Pergerakkan 52 Minggu', '+/- 52 Minggu'],
|
1432
|
-
['USD', '63,76', '58,43 - 77,14', '+
|
1433
|
-
['KURS', '14.936,00', '14.669,40 - 16.307,80', '+1.
|
1434
|
-
['IDR', '952.339,68', '912.925,68 - 1.256.829,06', '+
|
1447
|
+
['USD', '63,76', '58,43 - 77,14', '+10,86 (17,03%)'],
|
1448
|
+
['KURS', '14.936,00', '14.669,40 - 16.307,80', '+1.235,45 (8,27%)'],
|
1449
|
+
['IDR', '952.339,68', '912.925,68 - 1.256.829,06', '+254.373,17 (26,71%)']])
|
1435
1450
|
```
|
1436
1451
|
|
1437
1452
|
## iopen
|
@@ -1473,7 +1488,7 @@ Output:
|
|
1473
1488
|
```py
|
1474
1489
|
8
|
1475
1490
|
['mana', 'aja']
|
1476
|
-
[<Element a at
|
1491
|
+
[<Element a at 0x6f628736b0>, <Element a at 0x6f628be6c0>, <Element a at 0x6f628be760>, <Element a at 0x6f628be7b0>, <Element a at 0x6f628be800>, <Element a at 0x6f628be850>, <Element a at 0x6f628be8a0>, <Element a at 0x6f628be8f0>, <Element a at 0x6f628be940>, <Element a at 0x6f628be990>, <Element a at 0x6f628be9e0>, <Element a at 0x6f628bea30>, <Element a at 0x6f628bea80>, <Element a at 0x6f628bead0>, <Element a at 0x6f628beb20>, <Element a at 0x6f628beb70>, <Element a at 0x6f628bebc0>, <Element a at 0x6f628bec10>]
|
1477
1492
|
False
|
1478
1493
|
```
|
1479
1494
|
|
@@ -1514,8 +1529,8 @@ print(list(irange(10, 5)))
|
|
1514
1529
|
|
1515
1530
|
Output:
|
1516
1531
|
```py
|
1517
|
-
<generator object irange at
|
1518
|
-
<generator object irange at
|
1532
|
+
<generator object irange at 0x6f62846ac0>
|
1533
|
+
<generator object irange at 0x6f62846ac0>
|
1519
1534
|
['a', 'k', 'u']
|
1520
1535
|
[1, 2, 3, 4, 5, 6, 7]
|
1521
1536
|
[10, 9, 8, 7, 6, 5]
|
@@ -1558,7 +1573,7 @@ print(list(iscandir("./", recursive=False, scan_file=False)))
|
|
1558
1573
|
|
1559
1574
|
Output:
|
1560
1575
|
```py
|
1561
|
-
<generator object iscandir at
|
1576
|
+
<generator object iscandir at 0x6f6287c840>
|
1562
1577
|
[PosixPath('.git'), PosixPath('.vscode'), PosixPath('pypipr'), PosixPath('__pycache__'), PosixPath('dist')]
|
1563
1578
|
```
|
1564
1579
|
|
@@ -1615,7 +1630,7 @@ print(ExampleComparePerformance().compare_performance())
|
|
1615
1630
|
|
1616
1631
|
Output:
|
1617
1632
|
```py
|
1618
|
-
{'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at
|
1633
|
+
{'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x6f62890520>,
|
1619
1634
|
'b': (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),
|
1620
1635
|
'c': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
|
1621
1636
|
'd': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}
|
@@ -54,7 +54,7 @@ pypipr/iflow/pip_freeze_without_version.py,sha256=7R7WVs3bwedUhbJr1zFsMabfMYub5W
|
|
54
54
|
pypipr/iflow/poetry_publish.py,sha256=2KxBOHTRgbf8R9Zqt6ys2Rx93S7TlPhlVJpz_7H3e-c,409
|
55
55
|
pypipr/iflow/poetry_update_version.py,sha256=GMmXSlr926GgKqqXb1ruOUYlsN1uZ7789YgSY18P_-Q,622
|
56
56
|
pypipr/ifunctions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
57
|
-
pypipr/ifunctions/iargv.py,sha256=
|
57
|
+
pypipr/ifunctions/iargv.py,sha256=PsKWNLeB7oH-CrUK5ut2R8_tNI0Ptcu0GKuZlgOAJPE,552
|
58
58
|
pypipr/ifunctions/idumps.py,sha256=-YMI6aZmRAMaiQOYXYDvuQLmJMCc4Z4tREEuuoVmFR4,748
|
59
59
|
pypipr/ifunctions/idumps_html.py,sha256=gKngmLaxGQRip3XEiWEK2TvsVkjYhizapS_Tscqn1Ts,1423
|
60
60
|
pypipr/ifunctions/ienv.py,sha256=-UadfUxrFAdkzoG3SGlJShJYbj9LHs0C3-niBDc_fhI,679
|
@@ -69,8 +69,8 @@ pypipr/ifunctions/ireplace.py,sha256=RcVMXmbXH_cl4hXpTI5wnuzdPtkatpuZgYsZkfBLAJU
|
|
69
69
|
pypipr/ifunctions/iscandir.py,sha256=U1zvRZrz--5Kge0JooQbY4kQN17bRt-8XR26ZFxUyoA,748
|
70
70
|
pypipr/ifunctions/isplit.py,sha256=N2BiA_wVnrENYwokSzvo0CAiQWk3g7AnwuWFIUgevNM,383
|
71
71
|
pypipr/pypipr.py.bak,sha256=HF-ehQd6BY8hm9fRkQHravLNrJRlI5g_AzbCc3dbikQ,1061
|
72
|
-
pypipr/terminal.py,sha256=
|
73
|
-
pypipr-1.0.
|
74
|
-
pypipr-1.0.
|
75
|
-
pypipr-1.0.
|
76
|
-
pypipr-1.0.
|
72
|
+
pypipr/terminal.py,sha256=JgaaSt0APsR2PMhhUp-OgCqlHg_-15mKUCUoCG88d-w,1827
|
73
|
+
pypipr-1.0.92.dist-info/METADATA,sha256=z3meCo1W9HcS-om9P024aiRADCguxRbjYvXz8qHgKk8,50620
|
74
|
+
pypipr-1.0.92.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
75
|
+
pypipr-1.0.92.dist-info/entry_points.txt,sha256=ikcrTRCn3jaySem1mM9uhYEPDq2PVOs48CyEqLUkY38,47
|
76
|
+
pypipr-1.0.92.dist-info/RECORD,,
|
File without changes
|
File without changes
|