sploitx 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.
- sploitx-0.0.0/PKG-INFO +19 -0
- sploitx-0.0.0/README.md +6 -0
- sploitx-0.0.0/pyproject.toml +20 -0
- sploitx-0.0.0/setup.cfg +4 -0
- sploitx-0.0.0/sploitx/__init__.py +1 -0
- sploitx-0.0.0/sploitx.egg-info/PKG-INFO +19 -0
- sploitx-0.0.0/sploitx.egg-info/SOURCES.txt +7 -0
- sploitx-0.0.0/sploitx.egg-info/dependency_links.txt +1 -0
- sploitx-0.0.0/sploitx.egg-info/top_level.txt +1 -0
sploitx-0.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: sploitx
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Reserved for the SploitX project.
|
|
5
|
+
Author: SploitX
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://sploitx.io
|
|
8
|
+
Project-URL: Source, https://github.com/sploitx-io
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
+
Requires-Python: >=3.8
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
|
|
14
|
+
# sploitx (Reserved)
|
|
15
|
+
|
|
16
|
+
This package name is reserved for the SploitX project.
|
|
17
|
+
|
|
18
|
+
Website: https://sploitx.io
|
|
19
|
+
GitHub: https://github.com/sploitx-io
|
sploitx-0.0.0/README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "sploitx"
|
|
7
|
+
version = "0.0.0"
|
|
8
|
+
description = "Reserved for the SploitX project."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.8"
|
|
11
|
+
license = {text = "MIT"}
|
|
12
|
+
authors = [{name="SploitX"}]
|
|
13
|
+
classifiers = [
|
|
14
|
+
"Programming Language :: Python :: 3",
|
|
15
|
+
"License :: OSI Approved :: MIT License"
|
|
16
|
+
]
|
|
17
|
+
|
|
18
|
+
[project.urls]
|
|
19
|
+
Homepage = "https://sploitx.io"
|
|
20
|
+
Source = "https://github.com/sploitx-io"
|
sploitx-0.0.0/setup.cfg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.0"
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: sploitx
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Reserved for the SploitX project.
|
|
5
|
+
Author: SploitX
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://sploitx.io
|
|
8
|
+
Project-URL: Source, https://github.com/sploitx-io
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
+
Requires-Python: >=3.8
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
|
|
14
|
+
# sploitx (Reserved)
|
|
15
|
+
|
|
16
|
+
This package name is reserved for the SploitX project.
|
|
17
|
+
|
|
18
|
+
Website: https://sploitx.io
|
|
19
|
+
GitHub: https://github.com/sploitx-io
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
sploitx
|