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.2.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.2.tar.gz.
File metadata
- Download URL: py-linux-ports-0.0.2.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 |
8305b62790f29269645ebb888bf90173246aa885feffd434c3a6493f62e0c429
|
|
| MD5 |
97be5103c9d255d4dc590bea86881ec0
|
|
| BLAKE2b-256 |
ac9e022018fcb1133595153d64b471809d66fcfaaa1c2f64fd3008c791a28d82
|
File details
Details for the file py_linux_ports-0.0.2-py3-none-any.whl.
File metadata
- Download URL: py_linux_ports-0.0.2-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 |
0cb0617b9c68e0eade3cc97c69acd3ab8ab12b07bd9161848d54e966c86a2029
|
|
| MD5 |
430e503e6ff2c99c33a6e6185fa2eef6
|
|
| BLAKE2b-256 |
996d7481e814350109afc22f6ef1a7d7f5edfce3fcf5f800a4232c7b8edd0630
|