Skip to content

🐍 Python Client for the ARIN WHOIS Web Service

Notifications You must be signed in to change notification settings

Neko-Design/whoisrws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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>

About

🐍 Python Client for the ARIN WHOIS Web Service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages