Metadata-Version: 1.1
Name: dy.fi
Version: 0.1
Summary: Adds commands to checks dynamic IP address change and informs currenty IP address to dy.fi.
Home-page: https://github.com/taito/dy.fi
Author: Taito Horiuchi
Author-email: taito.horiuchi@gmail.com
License: BSD
Description: =====
        dy.fi
        =====
        
        dy.fi package provides script to keep dynamic IP address fresh for DNS service https://www.dy.fi provides.
        
        Two commands
        ------------
        Two commands will be added to buildout.
        
        - ./bin/dyfi
        - ./bin/dyfi-last-updated
        
        Example of dyfi command::
        
            ./bin/dyfi -u USERACCOUNT -p PASSWORD hostname.com hostname.org
        
        ``USERACCOUNT`` and ``PASSWORD`` are same as what you use for https://www.dy.fi/ site log in.
        
        You can pass multiple host names separated with a space,
        here they are ``hostname.com`` and ``hostname.org``.
        
        You can check the last updated time of IP address::
        
            ./bin/dyfi-last-updated
        
        Changelog
        ---------
        
        0.1 (2012-09-15)
        ================
        
        - Initial release. [taito]
        
        Contributors
        ------------
        
        Author
        ======
        
        Taito Horiuchi <taito.horiuchi at gmail.com>
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
