Metadata-Version: 1.1
Name: python-dns-failover
Version: 0.1.0
Summary: "Python script to automatically update DNS records for a bunch of servers participating in a Round-Robin DNS setup"
Home-page: https://github.com/marccerrato/python-dns-failover
Author: Marc Cerrato
Author-email: marccerrato@gmail.com
License: BSD
Description: ===============================
        Python DNS Failover
        ===============================
        
        .. image:: https://badge.fury.io/py/python-dns-failover.png
            :target: http://badge.fury.io/py/python-dns-failover
            
        .. image:: https://travis-ci.org/marccerrato/python-dns-failover.png?branch=master
                :target: https://travis-ci.org/marccerrato/python-dns-failover
        
        .. image:: https://pypip.in/d/python-dns-failover/badge.png
                :target: https://crate.io/packages/python-dns-failover?version=latest
        
        
        "Python script to automatically update DNS records for a bunch of servers participating in a Round-Robin DNS setup"
        
        * Free software: BSD license
        * Documentation: http://python-dns-failover.rtfd.org.
        
        This project is mainly based on `@dotcloud`_'s work on his project `autodnsfailover`_.
        
        The main difference is that **python-dns-failover** script is aimed to **run in an external
        machine** while `autodnsfailover`_ is to run in the participating servers themselves.
        
        .. _`@dotcloud`: https://github.com/dotcloud/
        .. _`autodnsfailover`: https://github.com/dotcloud/autodnsfailover
        
        TODO
        --------
        * Documentation
        * Testing
        
        
        
        History
        -------
        
        0.1.0 (2013-12-29)
        ++++++++++++++++++
        
        * Core functionality.
        * CloudFlare DNS backend.
        * First release on PyPI.
Keywords: python-dns-failover
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
