xfarm 0.0.0__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.
- xfarm-0.0.0/PKG-INFO +15 -0
- xfarm-0.0.0/setup.cfg +4 -0
- xfarm-0.0.0/setup.py +22 -0
- xfarm-0.0.0/xfarm.egg-info/PKG-INFO +15 -0
- xfarm-0.0.0/xfarm.egg-info/SOURCES.txt +6 -0
- xfarm-0.0.0/xfarm.egg-info/dependency_links.txt +1 -0
- xfarm-0.0.0/xfarm.egg-info/requires.txt +1 -0
- xfarm-0.0.0/xfarm.egg-info/top_level.txt +1 -0
xfarm-0.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: xfarm
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Exploit Farm client alias to exploitfarm on pypi
|
|
5
|
+
Home-page: https://github.com/pwnzer0tt1/exploitfarm
|
|
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: exploitfarm
|
|
14
|
+
|
|
15
|
+
# Exploit Farm client - alias to 'exploitfarm' on pypi
|
xfarm-0.0.0/setup.cfg
ADDED
xfarm-0.0.0/setup.py
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import setuptools
|
|
2
|
+
|
|
3
|
+
setuptools.setup(
|
|
4
|
+
name="xfarm",
|
|
5
|
+
version="0.0.0",
|
|
6
|
+
author="Pwnzer0tt1",
|
|
7
|
+
author_email="pwnzer0tt1@poliba.it",
|
|
8
|
+
scripts=[],
|
|
9
|
+
install_requires=["exploitfarm"],
|
|
10
|
+
include_package_data=True,
|
|
11
|
+
description="Exploit Farm client alias to exploitfarm on pypi",
|
|
12
|
+
long_description="# Exploit Farm client - alias to 'exploitfarm' on pypi",
|
|
13
|
+
long_description_content_type="text/markdown",
|
|
14
|
+
url="https://github.com/pwnzer0tt1/exploitfarm",
|
|
15
|
+
packages=setuptools.find_packages(),
|
|
16
|
+
classifiers=[
|
|
17
|
+
"Programming Language :: Python :: 3",
|
|
18
|
+
"License :: OSI Approved :: GNU Affero General Public License v3",
|
|
19
|
+
"Operating System :: OS Independent",
|
|
20
|
+
],
|
|
21
|
+
python_requires='>=3.10',
|
|
22
|
+
)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: xfarm
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Exploit Farm client alias to exploitfarm on pypi
|
|
5
|
+
Home-page: https://github.com/pwnzer0tt1/exploitfarm
|
|
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: exploitfarm
|
|
14
|
+
|
|
15
|
+
# Exploit Farm client - alias to 'exploitfarm' on pypi
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
exploitfarm
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|