plexflow 0.0.101__py3-none-any.whl → 0.0.102__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.
- plexflow/utils/filesystem/search.py +1 -1
- {plexflow-0.0.101.dist-info → plexflow-0.0.102.dist-info}/METADATA +1 -1
- {plexflow-0.0.101.dist-info → plexflow-0.0.102.dist-info}/RECORD +5 -5
- {plexflow-0.0.101.dist-info → plexflow-0.0.102.dist-info}/WHEEL +0 -0
- {plexflow-0.0.101.dist-info → plexflow-0.0.102.dist-info}/entry_points.txt +0 -0
@@ -45,7 +45,7 @@ def search_files(directory: str, extensions: Tuple[str, ...], order_by_size: boo
|
|
45
45
|
if not extensions or filename.endswith(extensions):
|
46
46
|
filepath = os.path.join(dirpath, filename)
|
47
47
|
files.append((os.path.getsize(filepath), filepath))
|
48
|
-
files.sort() # Files are now sorted by size
|
48
|
+
files.sort(reverse=True) # Files are now sorted by size in decreasing order
|
49
49
|
for _, filepath in files:
|
50
50
|
yield filepath
|
51
51
|
else:
|
@@ -590,7 +590,7 @@ plexflow/utils/filesystem/__pycache__/__init__.cpython-311.pyc,sha256=Dl4uk7MjHl
|
|
590
590
|
plexflow/utils/filesystem/__pycache__/__init__.cpython-312.pyc,sha256=MrZFTRvNedQ4IdiZLoFPvoojg5GQMe8BM8LHBzgng80,163
|
591
591
|
plexflow/utils/filesystem/__pycache__/search.cpython-311.pyc,sha256=Bh4bSta5zNnpaGePhb06Ke67aQ3_BZvYKtoeI6FImis,7794
|
592
592
|
plexflow/utils/filesystem/__pycache__/search.cpython-312.pyc,sha256=nicgcb2cU9L-hyVLJiiDxZTBxP1-xVTZDl8SvuGuTzU,7101
|
593
|
-
plexflow/utils/filesystem/search.py,sha256=
|
593
|
+
plexflow/utils/filesystem/search.py,sha256=E2Bv4sAjdNMrxHwn-x6QlHmRzimtq6IUzgzHlYjfTcM,6403
|
594
594
|
plexflow/utils/gmail/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
595
595
|
plexflow/utils/gmail/__pycache__/mails.cpython-311.pyc,sha256=FAYfZzjLVqpPMjrEYcrOIsohtWrZYYXOZSUHod3r8Qg,7239
|
596
596
|
plexflow/utils/gmail/mails.py,sha256=hQIXiYR5LYeoiSH_lhbVM9criDBnTeCNmpZ5tvuUnsA,4562
|
@@ -683,7 +683,7 @@ plexflow/utils/video/__pycache__/audio.cpython-312.pyc,sha256=vXBnJwWgTDFdixMBs-
|
|
683
683
|
plexflow/utils/video/__pycache__/subtitle.cpython-312.pyc,sha256=PCjpCLydGXaRsQy6cikhgsEs8WlComfOoYPiLFqfVMA,2515
|
684
684
|
plexflow/utils/video/audio.py,sha256=tJ_lNwcjVuBQYD5cYOlXpr__eh8-hnReIgNRgIYOpqo,3380
|
685
685
|
plexflow/utils/video/subtitle.py,sha256=LOGONGxs_RzmqtGP-DBKreOzS1eUFEKo75Q6AfnavW0,1290
|
686
|
-
plexflow-0.0.
|
687
|
-
plexflow-0.0.
|
688
|
-
plexflow-0.0.
|
689
|
-
plexflow-0.0.
|
686
|
+
plexflow-0.0.102.dist-info/METADATA,sha256=3cRu8BkdU5mJor87KmtOfWnQK1HRuUjYQmnO20Ke4M4,3051
|
687
|
+
plexflow-0.0.102.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
688
|
+
plexflow-0.0.102.dist-info/entry_points.txt,sha256=uZc6ohXod3uudTgfeTqnkXBS4Cb7eajdjeqZc3P0PX4,1456
|
689
|
+
plexflow-0.0.102.dist-info/RECORD,,
|
File without changes
|
File without changes
|