py-linux-ports

Check Linux System Port’s Status

Build Status GitHub license PyPI - Python Version PyPI - Wheel PyPI Conda Version Anaconda-Server Badge Anaconda-Server Badge Anaconda-Server Badge Conda Recipe

Downloads

Package Installation :

pip install py-linux-ports

Package Link

conda install py-linux-ports

Conda Package Link

py-linux-ports-feedstoc

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

GitHub

PyPi