nmaping 1.6__tar.gz → 1.8__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.
- {nmaping-1.6 → nmaping-1.8}/PKG-INFO +4 -4
- nmaping-1.8/nmaping/nmap.cpython-313-x86_64-linux-gnu.so +0 -0
- {nmaping-1.6 → nmaping-1.8}/nmaping.egg-info/PKG-INFO +4 -4
- {nmaping-1.6 → nmaping-1.8}/nmaping.egg-info/SOURCES.txt +1 -0
- {nmaping-1.6 → nmaping-1.8}/pyproject.toml +5 -7
- {nmaping-1.6 → nmaping-1.8}/README.md +0 -0
- {nmaping-1.6 → nmaping-1.8}/nmaping/__init__.py +0 -0
- {nmaping-1.6 → nmaping-1.8}/nmaping.egg-info/dependency_links.txt +0 -0
- {nmaping-1.6 → nmaping-1.8}/nmaping.egg-info/entry_points.txt +0 -0
- {nmaping-1.6 → nmaping-1.8}/nmaping.egg-info/requires.txt +0 -0
- {nmaping-1.6 → nmaping-1.8}/nmaping.egg-info/top_level.txt +0 -0
- {nmaping-1.6 → nmaping-1.8}/setup.cfg +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nmaping
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 1.8
|
|
4
|
+
Summary: An automation and network scanning utility tool.
|
|
5
5
|
Author-email: Abu Tanim <mrtanvai@gmail.com>
|
|
6
|
-
License:
|
|
6
|
+
License: Custom License
|
|
7
7
|
Project-URL: Homepage, https://github.com/mrtan-official/nmaping
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: Operating System :: POSIX :: Linux
|
|
10
|
-
Requires-Python: >=3.
|
|
10
|
+
Requires-Python: >=3.13
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
Requires-Dist: requests
|
|
13
13
|
|
|
Binary file
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nmaping
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 1.8
|
|
4
|
+
Summary: An automation and network scanning utility tool.
|
|
5
5
|
Author-email: Abu Tanim <mrtanvai@gmail.com>
|
|
6
|
-
License:
|
|
6
|
+
License: Custom License
|
|
7
7
|
Project-URL: Homepage, https://github.com/mrtan-official/nmaping
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: Operating System :: POSIX :: Linux
|
|
10
|
-
Requires-Python: >=3.
|
|
10
|
+
Requires-Python: >=3.13
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
Requires-Dist: requests
|
|
13
13
|
|
|
@@ -4,19 +4,17 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "nmaping"
|
|
7
|
-
version = "1.
|
|
7
|
+
version = "1.8"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="Abu Tanim", email="mrtanvai@gmail.com" },
|
|
10
10
|
]
|
|
11
|
-
description = "
|
|
11
|
+
description = "An automation and network scanning utility tool."
|
|
12
12
|
readme = "README.md"
|
|
13
|
-
requires-python = ">=3.
|
|
14
|
-
|
|
13
|
+
requires-python = ">=3.13"
|
|
15
14
|
dependencies = [
|
|
16
15
|
"requests",
|
|
17
16
|
]
|
|
18
|
-
|
|
19
|
-
license = { text = "MIT" }
|
|
17
|
+
license = { text = "Custom License" }
|
|
20
18
|
|
|
21
19
|
classifiers = [
|
|
22
20
|
"Programming Language :: Python :: 3",
|
|
@@ -31,7 +29,7 @@ where = ["."]
|
|
|
31
29
|
include = ["nmaping*"]
|
|
32
30
|
|
|
33
31
|
[tool.setuptools.package-data]
|
|
34
|
-
nmaping = ["*.
|
|
32
|
+
nmaping = ["*.so"]
|
|
35
33
|
|
|
36
34
|
[project.scripts]
|
|
37
35
|
nmaping = "nmaping.nmap:menu"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|