Metadata-Version: 2.1
Name: whoisrws
Version: 0.1.0
Summary: A Python Client for the ARIN WHOIS Webservice.
Home-page: https://github.com/Neko-Design/whoisrws
Author: Ewen McCahon
Author-email: hi@ewenmccahon.me
License: apache2
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>
        ```
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
