portune 0.1.0__tar.gz → 0.1.1__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.

@@ -169,4 +169,4 @@ cython_debug/
169
169
 
170
170
  # PyPI configuration file
171
171
  .pypirc
172
- re_port/version.py
172
+ portune/version.py
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: portune
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Simple Python HTTP Exec Server
5
5
  Author: Franck Jouvanceau
6
6
  Maintainer: Franck Jouvanceau
@@ -52,4 +52,14 @@ Description-Content-Type: text/markdown
52
52
  License-File: LICENSE
53
53
  Dynamic: license-file
54
54
 
55
- # re-port
55
+ # portune
56
+
57
+ Multitreaded port scanner
58
+
59
+ # features
60
+
61
+ * parallel check of port availability against server/ports
62
+ * console output result / summary
63
+ * html full report / dns domain summary / vlan timeout summary
64
+ * mail with html summary / report attachment (mailhost relay)
65
+
@@ -0,0 +1,11 @@
1
+ # portune
2
+
3
+ Multitreaded port scanner
4
+
5
+ # features
6
+
7
+ * parallel check of port availability against server/ports
8
+ * console output result / summary
9
+ * html full report / dns domain summary / vlan timeout summary
10
+ * mail with html summary / report attachment (mailhost relay)
11
+
@@ -1,3 +1,3 @@
1
- """ package re-port """
1
+ """ package portune """
2
2
 
3
3
  __author__ = "Franck Jouvanceau"
@@ -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.0'
21
- __version_tuple__ = version_tuple = (0, 1, 0)
20
+ __version__ = version = '0.1.1'
21
+ __version_tuple__ = version_tuple = (0, 1, 1)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: portune
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Simple Python HTTP Exec Server
5
5
  Author: Franck Jouvanceau
6
6
  Maintainer: Franck Jouvanceau
@@ -52,4 +52,14 @@ Description-Content-Type: text/markdown
52
52
  License-File: LICENSE
53
53
  Dynamic: license-file
54
54
 
55
- # re-port
55
+ # portune
56
+
57
+ Multitreaded port scanner
58
+
59
+ # features
60
+
61
+ * parallel check of port availability against server/ports
62
+ * console output result / summary
63
+ * html full report / dns domain summary / vlan timeout summary
64
+ * mail with html summary / report attachment (mailhost relay)
65
+
@@ -4,7 +4,7 @@ README.md
4
4
  pyproject.toml
5
5
  .github/workflows/python-publish.yml
6
6
  portune/__init__.py
7
- portune/re_port.py
7
+ portune/portune.py
8
8
  portune/version.py
9
9
  portune.egg-info/PKG-INFO
10
10
  portune.egg-info/SOURCES.txt
portune-0.1.0/README.md DELETED
@@ -1 +0,0 @@
1
- # re-port
File without changes
File without changes
File without changes