txa-m 2.0.5__tar.gz → 2.0.7__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.
- {txa_m-2.0.5 → txa_m-2.0.7}/PKG-INFO +10 -1
- {txa_m-2.0.5 → txa_m-2.0.7}/README.md +4 -0
- {txa_m-2.0.5 → txa_m-2.0.7}/setup.py +6 -1
- {txa_m-2.0.5 → txa_m-2.0.7}/txa_m.egg-info/PKG-INFO +10 -1
- {txa_m-2.0.5 → txa_m-2.0.7}/txa_mediafire/cli.py +1 -1
- {txa_m-2.0.5 → txa_m-2.0.7}/setup.cfg +0 -0
- {txa_m-2.0.5 → txa_m-2.0.7}/txa_m.egg-info/SOURCES.txt +0 -0
- {txa_m-2.0.5 → txa_m-2.0.7}/txa_m.egg-info/dependency_links.txt +0 -0
- {txa_m-2.0.5 → txa_m-2.0.7}/txa_m.egg-info/entry_points.txt +0 -0
- {txa_m-2.0.5 → txa_m-2.0.7}/txa_m.egg-info/requires.txt +0 -0
- {txa_m-2.0.5 → txa_m-2.0.7}/txa_m.egg-info/top_level.txt +0 -0
- {txa_m-2.0.5 → txa_m-2.0.7}/txa_mediafire/__init__.py +0 -0
- {txa_m-2.0.5 → txa_m-2.0.7}/txa_mediafire/translations.json +0 -0
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: txa-m
|
|
3
|
-
Version: 2.0.
|
|
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.**
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/TXAVLOG/TXA-MEDIAFIRE/main/assets/logo.png" width="200" alt="TXA-M Logo">
|
|
3
|
+
</p>
|
|
4
|
+
|
|
1
5
|
# TXA MediaFire Bulk Downloader
|
|
2
6
|
|
|
3
7
|
**A modern, high-speed, and cross-platform CLI tool for downloading files and folders from MediaFire.**
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="txa-m",
|
|
5
|
-
version="2.0.
|
|
5
|
+
version="2.0.7",
|
|
6
6
|
packages=find_packages(),
|
|
7
7
|
install_requires=[
|
|
8
8
|
"requests",
|
|
@@ -22,6 +22,11 @@ setup(
|
|
|
22
22
|
description="A modern, high-speed downloader for MediaFire files and folders",
|
|
23
23
|
long_description=open("README.md", encoding="utf-8").read() if open("README.md", encoding="utf-8") else "",
|
|
24
24
|
long_description_content_type="text/markdown",
|
|
25
|
+
url="https://github.com/TXAVLOG/TXA-MEDIAFIRE",
|
|
26
|
+
project_urls={
|
|
27
|
+
"Bug Tracker": "https://github.com/TXAVLOG/TXA-MEDIAFIRE/issues",
|
|
28
|
+
"Source Code": "https://github.com/TXAVLOG/TXA-MEDIAFIRE",
|
|
29
|
+
},
|
|
25
30
|
classifiers=[
|
|
26
31
|
"Programming Language :: Python :: 3",
|
|
27
32
|
"Operating System :: OS Independent",
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: txa-m
|
|
3
|
-
Version: 2.0.
|
|
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.**
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|