fgex 0.0.0__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.
fgex/__init__.py ADDED
@@ -0,0 +1 @@
1
+ from firegex import *
fgex/__main__.py ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env python3
2
+
3
+ from firegex.cli import run
4
+
5
+ if __name__ == "__main__":
6
+ run()
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.2
2
+ Name: fgex
3
+ Version: 0.0.0
4
+ Summary: Firegex client
5
+ Home-page: https://github.com/pwnzer0tt1/firegex
6
+ Author: Pwnzer0tt1
7
+ Author-email: pwnzer0tt1@poliba.it
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.10
12
+ Description-Content-Type: text/markdown
13
+ Requires-Dist: fgex
14
+ Dynamic: author
15
+ Dynamic: author-email
16
+ Dynamic: classifier
17
+ Dynamic: description
18
+ Dynamic: description-content-type
19
+ Dynamic: home-page
20
+ Dynamic: requires-dist
21
+ Dynamic: requires-python
22
+ Dynamic: summary
23
+
24
+ # Firegex python library
25
+
26
+ Alias of 'firegex' libaray
27
+
28
+ It's a work in progress!
@@ -0,0 +1,6 @@
1
+ fgex/__init__.py,sha256=ty5Rrzhyxbq7T_GWVHmSE-UdcFqKFNzLJ3md0fRnB1k,21
2
+ fgex/__main__.py,sha256=JjvYTz1N5EbUfpE7vldmAFZHw9LieT8zN4q0R--bZ4A,90
3
+ fgex-0.0.0.dist-info/METADATA,sha256=XpNznUf6KFbSrXOStBn-RFGW-WpHKb3AsuIE9z971MM,718
4
+ fgex-0.0.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
+ fgex-0.0.0.dist-info/top_level.txt,sha256=XxbCitpKgtAQ3Cu18RAg_34U_326p5L0KN5z0PYXUwE,5
6
+ fgex-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.8.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ fgex