portune 0.1.12__tar.gz → 0.1.14__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.

Potentially problematic release.


This version of portune might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: portune
3
- Version: 0.1.12
3
+ Version: 0.1.14
4
4
  Summary: Simple Python HTTP Exec Server
5
5
  Author: Franck Jouvanceau
6
6
  Maintainer: Franck Jouvanceau
@@ -14,6 +14,7 @@ Classifier: Intended Audience :: System Administrators
14
14
  Classifier: Operating System :: POSIX
15
15
  Classifier: Operating System :: Unix
16
16
  Classifier: Operating System :: MacOS
17
+ Classifier: Operating System :: Microsoft :: Windows
17
18
  Classifier: Programming Language :: Python
18
19
  Classifier: Programming Language :: Python :: 3
19
20
  Classifier: Programming Language :: Python :: 3.9
@@ -47,3 +48,6 @@ Multitreaded port scanner
47
48
  * html full report / dns domain summary / vlan timeout summary
48
49
  * mail with html summary / report attachment (mailhost relay)
49
50
 
51
+ ![portune](https://github.com/user-attachments/assets/497a4c73-fb6c-4a20-b7ea-043949c49ca9)
52
+
53
+ ![image](https://github.com/user-attachments/assets/ddea20d8-485d-44d6-8dcc-e817d396e197)
@@ -15,3 +15,6 @@ Multitreaded port scanner
15
15
  * html full report / dns domain summary / vlan timeout summary
16
16
  * mail with html summary / report attachment (mailhost relay)
17
17
 
18
+ ![portune](https://github.com/user-attachments/assets/497a4c73-fb6c-4a20-b7ea-043949c49ca9)
19
+
20
+ ![image](https://github.com/user-attachments/assets/ddea20d8-485d-44d6-8dcc-e817d396e197)
@@ -453,7 +453,7 @@ function exportToExcel(table, fileNamePrefix = 'export') {
453
453
 
454
454
  // Get data rows with type information
455
455
  const rows = Array.from(table.querySelectorAll('tbody tr'))
456
- .filter(row => row.style.display !== 'none')
456
+ .filter(row => ! row.classList.contains('hidden'))
457
457
  .map(row =>
458
458
  Array.from(row.cells)
459
459
  .map(cell => {
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.1.12'
21
- __version_tuple__ = version_tuple = (0, 1, 12)
20
+ __version__ = version = '0.1.14'
21
+ __version_tuple__ = version_tuple = (0, 1, 14)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: portune
3
- Version: 0.1.12
3
+ Version: 0.1.14
4
4
  Summary: Simple Python HTTP Exec Server
5
5
  Author: Franck Jouvanceau
6
6
  Maintainer: Franck Jouvanceau
@@ -14,6 +14,7 @@ Classifier: Intended Audience :: System Administrators
14
14
  Classifier: Operating System :: POSIX
15
15
  Classifier: Operating System :: Unix
16
16
  Classifier: Operating System :: MacOS
17
+ Classifier: Operating System :: Microsoft :: Windows
17
18
  Classifier: Programming Language :: Python
18
19
  Classifier: Programming Language :: Python :: 3
19
20
  Classifier: Programming Language :: Python :: 3.9
@@ -47,3 +48,6 @@ Multitreaded port scanner
47
48
  * html full report / dns domain summary / vlan timeout summary
48
49
  * mail with html summary / report attachment (mailhost relay)
49
50
 
51
+ ![portune](https://github.com/user-attachments/assets/497a4c73-fb6c-4a20-b7ea-043949c49ca9)
52
+
53
+ ![image](https://github.com/user-attachments/assets/ddea20d8-485d-44d6-8dcc-e817d396e197)
@@ -21,6 +21,7 @@ classifiers = [
21
21
  "Operating System :: POSIX",
22
22
  "Operating System :: Unix",
23
23
  "Operating System :: MacOS",
24
+ "Operating System :: Microsoft :: Windows",
24
25
  "Programming Language :: Python",
25
26
  "Programming Language :: Python :: 3",
26
27
  "Programming Language :: Python :: 3.9",
File without changes
File without changes
File without changes
File without changes