Skip to main content

Simplified way to get networking port status

Project description

netutil

Python module to check the status of ports for local and websites.

Install

pip install netutil

Usage

import netutil
google = netutils.PortCheck("google.com", 443)
print(google.isOpen())

For extra help I've added in variables to find the hostname and local IP address.

  • To get hostname: netutils.host_name
  • To get Local IP: netutils.host_ip

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netutil-0.0.7.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

netutil-0.0.7-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page