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 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
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
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,6 @@
1
+ setup.py
2
+ xfarm.egg-info/PKG-INFO
3
+ xfarm.egg-info/SOURCES.txt
4
+ xfarm.egg-info/dependency_links.txt
5
+ xfarm.egg-info/requires.txt
6
+ xfarm.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ exploitfarm
@@ -0,0 +1 @@
1
+