Metadata-Version: 1.1
Name: uwhoisd
Version: 0.0.5
Summary: Universal domain WHOIS proxy server.
Home-page: https://github.com/kgaughan/uwhoisd/
Author: Keith Gaughan
Author-email: k@stereochro.me
License: MIT
Description: uwhoisd
        =======
        
        .. image:: https://secure.travis-ci.org/kgaughan/uwhoisd.png?branch=master
           :width: 89px
           :height: 13px 
           :target: http://travis-ci.org/kgaughan/uwhoisd
        
        A 'Universal WHOIS' proxy server: you query it for information about a
        particular domain, it works out the correct WHOIS server to query and gives
        back the correct details.
        
        It is only intended for use with domain names currently, but could be
        generalised to work with other types of WHOIS server.
        
        The daemon comes with a scraper to pull WHOIS server information from IANA's
        root zone database at `tools/scraper.py`. This requires the `beautifulscraper
        <https://pypi.python.org/pypi/beautifulscraper>`_ package to run.
        
        
        .. _changelog:
        
        ==============
        Change history
        ==============
        
        .. _version-0.0.5:
        
        0.0.5 (2014-10-21)
        ==================
        
        * Trap client connection closure.
        * Trap DNS resolution errors for downstream servers.
        * CoDNS are now an independent entity.
        * Use a more conservative zone discovery policy for some queries.
        * Update recursion pattern for the bz zone.
        * Broken up into separate modules.
        * IANA root zone database scraper.
        * Scraped WHOIS servers associated with zones in the IANA database.
        * Added details for a number of WHOIS servers not listed in IANA's database.
        * All the new gTLDs!
        
        .. _version-0.0.4:
        
        0.0.4 (2012-09-02)
        ==================
        
        * Initial revision with a change log.
        
        .. vim:set ft=rst:
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
