txa-m 2.0.5__py3-none-any.whl → 2.0.7__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.
@@ -1,8 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: txa-m
3
- Version: 2.0.5
3
+ Version: 2.0.7
4
4
  Summary: A modern, high-speed downloader for MediaFire files and folders
5
+ Home-page: https://github.com/TXAVLOG/TXA-MEDIAFIRE
5
6
  Author: TXA
7
+ Project-URL: Bug Tracker, https://github.com/TXAVLOG/TXA-MEDIAFIRE/issues
8
+ Project-URL: Source Code, https://github.com/TXAVLOG/TXA-MEDIAFIRE
6
9
  Classifier: Programming Language :: Python :: 3
7
10
  Classifier: Operating System :: OS Independent
8
11
  Classifier: Operating System :: Microsoft :: Windows
@@ -18,10 +21,16 @@ Dynamic: author
18
21
  Dynamic: classifier
19
22
  Dynamic: description
20
23
  Dynamic: description-content-type
24
+ Dynamic: home-page
25
+ Dynamic: project-url
21
26
  Dynamic: requires-dist
22
27
  Dynamic: requires-python
23
28
  Dynamic: summary
24
29
 
30
+ <p align="center">
31
+ <img src="https://raw.githubusercontent.com/TXAVLOG/TXA-MEDIAFIRE/main/assets/logo.png" width="200" alt="TXA-M Logo">
32
+ </p>
33
+
25
34
  # TXA MediaFire Bulk Downloader
26
35
 
27
36
  **A modern, high-speed, and cross-platform CLI tool for downloading files and folders from MediaFire.**
@@ -0,0 +1,8 @@
1
+ txa_mediafire/__init__.py,sha256=vJfxJh8-WpzNM9GvoKORSBDfF1UdJb6sHUmP2KjAQ98,28
2
+ txa_mediafire/cli.py,sha256=wQD4pQ3aPKjAbpRdsN3gWVSfMjjbQNO67Ay267jjvNA,29150
3
+ txa_mediafire/translations.json,sha256=rz2ghMGu3Ge40Oz6Kbq01F0NJzzslg_LrmYHU0BixJ0,4514
4
+ txa_m-2.0.7.dist-info/METADATA,sha256=h_DQi9BE2MsqgbCP2N3Wsargtc82TgjhmdvPJly2IZY,4128
5
+ txa_m-2.0.7.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
+ txa_m-2.0.7.dist-info/entry_points.txt,sha256=cDQgfUn0g87jECRW-pi0P4nAhZ5iWf7OUrkt3oklnyw,49
7
+ txa_m-2.0.7.dist-info/top_level.txt,sha256=-xUoP0BsB9fBFX_zBvgJ6vjkqMkoFCyG498DgBJCm6M,14
8
+ txa_m-2.0.7.dist-info/RECORD,,
txa_mediafire/cli.py CHANGED
@@ -41,7 +41,7 @@ from rich.theme import Theme
41
41
  from rich import box
42
42
 
43
43
  # --- Configuration ---
44
- APP_VERSION = "2.0.5"
44
+ APP_VERSION = "2.0.7"
45
45
 
46
46
  # Default ignore lists
47
47
  IGNORE_EXTENSIONS = {".pyc", ".pyo", ".pyd", ".DS_Store", "Thumbs.db"}
@@ -1,8 +0,0 @@
1
- txa_mediafire/__init__.py,sha256=vJfxJh8-WpzNM9GvoKORSBDfF1UdJb6sHUmP2KjAQ98,28
2
- txa_mediafire/cli.py,sha256=SLiASF82FFI47eWVbM1HcLHeRbxjzJYCPX1qIHt2Gfw,29150
3
- txa_mediafire/translations.json,sha256=rz2ghMGu3Ge40Oz6Kbq01F0NJzzslg_LrmYHU0BixJ0,4514
4
- txa_m-2.0.5.dist-info/METADATA,sha256=ZBbOnwcGKR98XUr1db1Dxhji-k_XxG39jEbMrk_1ZCw,3741
5
- txa_m-2.0.5.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
- txa_m-2.0.5.dist-info/entry_points.txt,sha256=cDQgfUn0g87jECRW-pi0P4nAhZ5iWf7OUrkt3oklnyw,49
7
- txa_m-2.0.5.dist-info/top_level.txt,sha256=-xUoP0BsB9fBFX_zBvgJ6vjkqMkoFCyG498DgBJCm6M,14
8
- txa_m-2.0.5.dist-info/RECORD,,
File without changes