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.
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nmaping
3
- Version: 1.6
4
- Summary: Python Nmap automation tool for network scanning and security auditing.
3
+ Version: 1.8
4
+ Summary: An automation and network scanning utility tool.
5
5
  Author-email: Abu Tanim <mrtanvai@gmail.com>
6
- License: MIT
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.8
10
+ Requires-Python: >=3.13
11
11
  Description-Content-Type: text/markdown
12
12
  Requires-Dist: requests
13
13
 
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nmaping
3
- Version: 1.6
4
- Summary: Python Nmap automation tool for network scanning and security auditing.
3
+ Version: 1.8
4
+ Summary: An automation and network scanning utility tool.
5
5
  Author-email: Abu Tanim <mrtanvai@gmail.com>
6
- License: MIT
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.8
10
+ Requires-Python: >=3.13
11
11
  Description-Content-Type: text/markdown
12
12
  Requires-Dist: requests
13
13
 
@@ -1,6 +1,7 @@
1
1
  README.md
2
2
  pyproject.toml
3
3
  nmaping/__init__.py
4
+ nmaping/nmap.cpython-313-x86_64-linux-gnu.so
4
5
  nmaping.egg-info/PKG-INFO
5
6
  nmaping.egg-info/SOURCES.txt
6
7
  nmaping.egg-info/dependency_links.txt
@@ -4,19 +4,17 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "nmaping"
7
- version = "1.6"
7
+ version = "1.8"
8
8
  authors = [
9
9
  { name="Abu Tanim", email="mrtanvai@gmail.com" },
10
10
  ]
11
- description = "Python Nmap automation tool for network scanning and security auditing."
11
+ description = "An automation and network scanning utility tool."
12
12
  readme = "README.md"
13
- requires-python = ">=3.8"
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 = ["*.txt", "*.md"]
32
+ nmaping = ["*.so"]
35
33
 
36
34
  [project.scripts]
37
35
  nmaping = "nmaping.nmap:menu"
File without changes
File without changes
File without changes