Check Linux System Port's Status.
Project description
py-linux-ports
Check Linux System Port's Status
Py-Linux-Port's:
import json
from PyLinuxPorts.PyLinuxPorts import portScan
IpAddress = "192.168.43.133"
PortNumber = 65000
result = portScan(IpAddress, PortNumber)
print(json.dumps(result, indent=4))
with open('result.json', 'w') as i:
json.dump(result, i)
License:
MIT Licensed
Author:
Sujit Mandal
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py-linux-ports-0.0.1.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py-linux-ports-0.0.1.tar.gz.
File metadata
- Download URL: py-linux-ports-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd8177b49d28ec4206bcab764187c88a436557f2ff6103059d620db319d07663
|
|
| MD5 |
96175211f9464e6a96e6cae88b65ba46
|
|
| BLAKE2b-256 |
e546b81e7c4aee0ef0f38646297c8c925b67ddc669f2552489f9a36790c5f7bc
|
File details
Details for the file py_linux_ports-0.0.1-py3-none-any.whl.
File metadata
- Download URL: py_linux_ports-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f12881fae4ba8dab69bcf7a84985fbe234443a3dd8221bac8774ceb494b43bc
|
|
| MD5 |
2a8c30a255bea0205cb7f751a97aaf4b
|
|
| BLAKE2b-256 |
1cc738cc8dfa3e24f2a689862df4887340579f563ef566ee6810303bcedb41c2
|