Check Linux System Port's Status.
Project description
py-linux-ports
Check Linux System Port's Status
Package Installation :
pip install py-linux-ports
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.3.tar.gz
(3.5 kB
view details)
Built Distribution
File details
Details for the file py-linux-ports-0.0.3.tar.gz
.
File metadata
- Download URL: py-linux-ports-0.0.3.tar.gz
- Upload date:
- Size: 3.5 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 | 2d7e6ecfe4458c9c087d414013ba2961a6a0541c5d441eea8d432d456a31ce01 |
|
MD5 | 84f62d2f41291be7cf1381d84c616633 |
|
BLAKE2b-256 | 3fc1d944cd62451d213fc14baa84bda8b3825389b6bced829fb3840f50fb772c |
File details
Details for the file py_linux_ports-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: py_linux_ports-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.7 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 | 6da235b732b3d2ccc1c383659aa41d483828feea885e5ab5261d761d2ba71266 |
|
MD5 | 18db6a42925d893960727c1ccda26daa |
|
BLAKE2b-256 | 4257d8d05256d7ac23dbb0d3ea79f91b3c33904f478ccc814191172672bde14a |