pypipr 1.0.97__py3-none-any.whl → 1.0.98__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/ibuiltins/chr_to_int.py +12 -4
- {pypipr-1.0.97.dist-info → pypipr-1.0.98.dist-info}/METADATA +90 -90
- {pypipr-1.0.97.dist-info → pypipr-1.0.98.dist-info}/RECORD +5 -5
- {pypipr-1.0.97.dist-info → pypipr-1.0.98.dist-info}/WHEEL +0 -0
- {pypipr-1.0.97.dist-info → pypipr-1.0.98.dist-info}/entry_points.txt +0 -0
pypipr/ibuiltins/chr_to_int.py
CHANGED
@@ -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 -
|
15
|
+
return result + start - 1
|
16
|
+
|
16
17
|
|
17
18
|
if __name__ == "__main__":
|
18
|
-
print(chr_to_int(
|
19
|
-
print(chr_to_int(
|
20
|
-
print(chr_to_int(
|
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
|
Metadata-Version: 2.1
|
2
2
|
Name: pypipr
|
3
|
-
Version: 1.0.
|
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
|
-
|
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
|
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:
|
175
|
-
2024-04-28 13:
|
176
|
-
2024-04-28 06:
|
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
|
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
|
290
|
-
[<function ExampleGetClassMethod.a at
|
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
|
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
|
503
|
-
'function': {'avg': <function avg at
|
504
|
-
'basename': <function basename at
|
505
|
-
'chr_to_int': <function chr_to_int at
|
506
|
-
'chunk_array': <function chunk_array at
|
507
|
-
'create_folder': <function create_folder at
|
508
|
-
'datetime_from_string': <function datetime_from_string at
|
509
|
-
'datetime_now': <function datetime_now at
|
510
|
-
'dict_first': <function dict_first at
|
511
|
-
'dirname': <function dirname at
|
512
|
-
'exit_if_empty': <function exit_if_empty at
|
513
|
-
'filter_empty': <function filter_empty at
|
514
|
-
'get_by_index': <function get_by_index at
|
515
|
-
'get_class_method': <function get_class_method at
|
516
|
-
'get_filemtime': <function get_filemtime at
|
517
|
-
'get_filesize': <function get_filesize at
|
518
|
-
'int_to_chr': <function int_to_chr at
|
519
|
-
'is_empty': <function is_empty at
|
520
|
-
'is_iterable': <function is_iterable at
|
521
|
-
'is_valid_url': <function is_valid_url at
|
522
|
-
'ivars': <function ivars at
|
523
|
-
'password_generator': <function password_generator at
|
524
|
-
'random_bool': <function random_bool at
|
525
|
-
'restart': <function restart at
|
526
|
-
'set_timeout': <function set_timeout at
|
527
|
-
'sets_ordered': <function sets_ordered at
|
528
|
-
'str_cmp': <function str_cmp at
|
529
|
-
'to_str': <function to_str at
|
530
|
-
'choices': <function choices at
|
531
|
-
'console_run': <function console_run at
|
532
|
-
'input_char': <function input_char at
|
533
|
-
'log': <function log at
|
534
|
-
'print_colorize': <function print_colorize at
|
535
|
-
'print_dir': <function print_dir at
|
536
|
-
'print_log': <function print_log at
|
537
|
-
'print_to_last_line': <function print_to_last_line at
|
538
|
-
'text_colorize': <function text_colorize at
|
539
|
-
'batch_calculate': <function batch_calculate at
|
540
|
-
'batchmaker': <function batchmaker at
|
541
|
-
'calculate': <function calculate at
|
542
|
-
'auto_reload': <function auto_reload at
|
543
|
-
'github_pull': <function github_pull at
|
544
|
-
'github_push': <function github_push at
|
545
|
-
'github_user': <function github_user at
|
546
|
-
'pip_freeze_without_version': <function pip_freeze_without_version at
|
547
|
-
'poetry_publish': <function poetry_publish at
|
548
|
-
'poetry_update_version': <function poetry_update_version at
|
549
|
-
'iargv': <function iargv at
|
550
|
-
'idumps': <function idumps at
|
551
|
-
'idumps_html': <function idumps_html at
|
552
|
-
'ienv': <function ienv at
|
553
|
-
'iexec': <function iexec at
|
554
|
-
'ijoin': <function ijoin at
|
555
|
-
'iloads': <function iloads at
|
556
|
-
'iloads_html': <function iloads_html at
|
557
|
-
'iopen': <function iopen at
|
558
|
-
'iprint': <function iprint at
|
559
|
-
'irange': <function irange at
|
560
|
-
'ireplace': <function ireplace at
|
561
|
-
'iscandir': <function iscandir at
|
562
|
-
'isplit': <function isplit at
|
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
|
-
(
|
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
|
-
|
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
|
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
|
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__ : -
|
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
|
807
|
-
_hash : -
|
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
|
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
|
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
|
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
|
-
|
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:
|
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:
|
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
|
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
|
1552
|
-
<generator object irange at
|
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
|
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
|
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]}
|
@@ -6,7 +6,7 @@ pypipr/ibuiltins/WINDOWS.py,sha256=D-qiViq9LWTCaTefJhbxt-7Z2ty8ll7-DZ5NPFitT94,1
|
|
6
6
|
pypipr/ibuiltins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
pypipr/ibuiltins/avg.py,sha256=wUtX3x8dgLoODhQLyMB-HRMVo8Ha2yz3cp7lgcUNbr0,218
|
8
8
|
pypipr/ibuiltins/basename.py,sha256=nypVfls6YL_7sY-MYHDcatm5flpBpGj2aMlIOKG9YqE,194
|
9
|
-
pypipr/ibuiltins/chr_to_int.py,sha256=
|
9
|
+
pypipr/ibuiltins/chr_to_int.py,sha256=LoSpKazhnMzO2HBAfNrRTehJe3Gobt_P4M07xIQy6Ko,714
|
10
10
|
pypipr/ibuiltins/chunk_array.py,sha256=aodjp-daihl-Xd8kPqcpHZICZub7Jx0QBqyoF0bd0dY,385
|
11
11
|
pypipr/ibuiltins/create_folder.py,sha256=pR1Oq0qM4imZ8lWaQez4kKwBxHblCxvDh7kQA_Q3-mc,500
|
12
12
|
pypipr/ibuiltins/datetime_from_string.py,sha256=-GJ_QHD1feUMX0o8nwCPHGflDPXr84ovN4Awnk1T9r8,466
|
@@ -73,7 +73,7 @@ pypipr/ifunctions/iscandir.py,sha256=U1zvRZrz--5Kge0JooQbY4kQN17bRt-8XR26ZFxUyoA
|
|
73
73
|
pypipr/ifunctions/isplit.py,sha256=N2BiA_wVnrENYwokSzvo0CAiQWk3g7AnwuWFIUgevNM,383
|
74
74
|
pypipr/pypipr.py.bak,sha256=HF-ehQd6BY8hm9fRkQHravLNrJRlI5g_AzbCc3dbikQ,1061
|
75
75
|
pypipr/terminal.py,sha256=4w-2p_Rudm_dNdfG-rkO24heVgKLrve4xVXiRpWxVcc,1800
|
76
|
-
pypipr-1.0.
|
77
|
-
pypipr-1.0.
|
78
|
-
pypipr-1.0.
|
79
|
-
pypipr-1.0.
|
76
|
+
pypipr-1.0.98.dist-info/METADATA,sha256=ewpoMqlXT9LIt78xu5RBvVx7edtgOaoC69-wfvwASBU,51091
|
77
|
+
pypipr-1.0.98.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
78
|
+
pypipr-1.0.98.dist-info/entry_points.txt,sha256=ikcrTRCn3jaySem1mM9uhYEPDq2PVOs48CyEqLUkY38,47
|
79
|
+
pypipr-1.0.98.dist-info/RECORD,,
|
File without changes
|
File without changes
|