Skip to main content

A Python Client for the ARIN WHOIS Webservice.

Project description

ARIN WHOIS Webservice Client

A Python library for interacting with the ARIN WHOIS REST service.

Installation

To install, simply run pip install whoisrws

Usage

To perform a lookup, first create an instance of the webservice, then call one of the available methods:

from whoisrws import webservice
whois = webservice()
# Perform a Lookup for one of GitHub's IP Addresses
whois.ip('192.30.255.113')
>>> <dictionary>

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

whoisrws-0.1.0.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

whoisrws-0.1.0-py2-none-any.whl (2.1 kB view hashes)

Uploaded Python 2

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