firegex 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.
firegex/__init__.py ADDED
@@ -0,0 +1,7 @@
1
+
2
+ __version__ = "{{VERSION_PLACEHOLDER}}" if "{" not in "{{VERSION_PLACEHOLDER}}" else "0.0.0"
3
+
4
+ #Exported functions
5
+ __all__ = [
6
+
7
+ ]
firegex/__main__.py ADDED
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env python3
2
+
3
+ # TODO implement cli start function
4
+ from firegexproxy.cli import run
5
+
6
+ if __name__ == "__main__":
7
+ run()
@@ -0,0 +1,7 @@
1
+ #!python
2
+
3
+ # TODO implement cli start function
4
+ from firegex.cli import run
5
+
6
+ if __name__ == "__main__":
7
+ run()
@@ -0,0 +1,37 @@
1
+ Metadata-Version: 2.2
2
+ Name: firegex
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 Affero General Public License v3
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.10
12
+ Description-Content-Type: text/markdown
13
+ Requires-Dist: typer==0.12.3
14
+ Requires-Dist: requests>=2.32.3
15
+ Requires-Dist: python-dateutil==2.9.0.post0
16
+ Requires-Dist: pydantic>=2
17
+ Requires-Dist: typing-extensions>=4.7.1
18
+ Requires-Dist: textual==0.89.1
19
+ Requires-Dist: toml==0.10.2
20
+ Requires-Dist: psutil==6.0.0
21
+ Requires-Dist: dirhash==0.5.0
22
+ Requires-Dist: requests-toolbelt==1.0.0
23
+ Requires-Dist: python-socketio[client]==5.11.4
24
+ Requires-Dist: orjson
25
+ Dynamic: author
26
+ Dynamic: author-email
27
+ Dynamic: classifier
28
+ Dynamic: description
29
+ Dynamic: description-content-type
30
+ Dynamic: home-page
31
+ Dynamic: requires-dist
32
+ Dynamic: requires-python
33
+ Dynamic: summary
34
+
35
+ # Firegex Python Library and CLI
36
+
37
+ It's a work in progress!
@@ -0,0 +1,7 @@
1
+ firegex/__init__.py,sha256=R7IppNSJFLoDNNA388uXrKIHm8IdpOj3Ku_vY_AorMI,133
2
+ firegex/__main__.py,sha256=p8jerTTdwSUm7AsOgMKqeNldtFP5ZpX3MpnvtuqYZZ8,131
3
+ firegex-0.0.0.data/scripts/fgex,sha256=YLHlQLqQ7WYyD8xYq17slWTYO5TZXlyw4IzWLk6O4Ac,112
4
+ firegex-0.0.0.dist-info/METADATA,sha256=XKj64L9NUp9aIDgBfoYjBgN90RILebieHfCVENztNd0,1069
5
+ firegex-0.0.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
+ firegex-0.0.0.dist-info/top_level.txt,sha256=DDPU-EVHNMhxv3U9DnO5PaPNS4HmM8ZyBfOO31MUZeI,13
7
+ firegex-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,2 @@
1
+ fgex
2
+ firegex