fgex 0.0.0__tar.gz → 3.2.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.
- {fgex-0.0.0 → fgex-3.2.7}/PKG-INFO +4 -6
- fgex-3.2.7/README.md +3 -0
- {fgex-0.0.0 → fgex-3.2.7}/fgex.egg-info/PKG-INFO +4 -6
- fgex-3.2.7/fgex.egg-info/requires.txt +1 -0
- {fgex-0.0.0 → fgex-3.2.7}/setup.py +2 -2
- fgex-0.0.0/README.md +0 -5
- fgex-0.0.0/fgex.egg-info/requires.txt +0 -1
- {fgex-0.0.0 → fgex-3.2.7}/fgex/__init__.py +0 -0
- {fgex-0.0.0 → fgex-3.2.7}/fgex/__main__.py +0 -0
- {fgex-0.0.0 → fgex-3.2.7}/fgex.egg-info/SOURCES.txt +0 -0
- {fgex-0.0.0 → fgex-3.2.7}/fgex.egg-info/dependency_links.txt +0 -0
- {fgex-0.0.0 → fgex-3.2.7}/fgex.egg-info/top_level.txt +0 -0
- {fgex-0.0.0 → fgex-3.2.7}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: fgex
|
|
3
|
-
Version:
|
|
3
|
+
Version: 3.2.7
|
|
4
4
|
Summary: Firegex client
|
|
5
5
|
Home-page: https://github.com/pwnzer0tt1/firegex
|
|
6
6
|
Author: Pwnzer0tt1
|
|
@@ -10,7 +10,7 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (G
|
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
|
-
Requires-Dist:
|
|
13
|
+
Requires-Dist: firegex==3.2.7
|
|
14
14
|
Dynamic: author
|
|
15
15
|
Dynamic: author-email
|
|
16
16
|
Dynamic: classifier
|
|
@@ -23,6 +23,4 @@ Dynamic: summary
|
|
|
23
23
|
|
|
24
24
|
# Firegex python library
|
|
25
25
|
|
|
26
|
-
Alias of 'firegex' libaray
|
|
27
|
-
|
|
28
|
-
It's a work in progress!
|
|
26
|
+
Alias of 'firegex' libaray. This library is used to get additional feature of firegex and use the feature of the command 'fgex'.
|
fgex-3.2.7/README.md
ADDED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: fgex
|
|
3
|
-
Version:
|
|
3
|
+
Version: 3.2.7
|
|
4
4
|
Summary: Firegex client
|
|
5
5
|
Home-page: https://github.com/pwnzer0tt1/firegex
|
|
6
6
|
Author: Pwnzer0tt1
|
|
@@ -10,7 +10,7 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (G
|
|
|
10
10
|
Classifier: Operating System :: OS Independent
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
|
-
Requires-Dist:
|
|
13
|
+
Requires-Dist: firegex==3.2.7
|
|
14
14
|
Dynamic: author
|
|
15
15
|
Dynamic: author-email
|
|
16
16
|
Dynamic: classifier
|
|
@@ -23,6 +23,4 @@ Dynamic: summary
|
|
|
23
23
|
|
|
24
24
|
# Firegex python library
|
|
25
25
|
|
|
26
|
-
Alias of 'firegex' libaray
|
|
27
|
-
|
|
28
|
-
It's a work in progress!
|
|
26
|
+
Alias of 'firegex' libaray. This library is used to get additional feature of firegex and use the feature of the command 'fgex'.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
firegex==3.2.7
|
|
@@ -5,11 +5,11 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setuptools.setup(
|
|
7
7
|
name="fgex",
|
|
8
|
-
version="
|
|
8
|
+
version="3.2.7",
|
|
9
9
|
author="Pwnzer0tt1",
|
|
10
10
|
author_email="pwnzer0tt1@poliba.it",
|
|
11
11
|
py_modules=["fgex"],
|
|
12
|
-
install_requires=["
|
|
12
|
+
install_requires=["firegex==3.2.7"],
|
|
13
13
|
include_package_data=True,
|
|
14
14
|
description="Firegex client",
|
|
15
15
|
long_description=long_description,
|
fgex-0.0.0/README.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
fgex
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|