Metadata-Version: 1.1
Name: cloudflaredns-backup
Version: 1.2
Summary: CloudFlare DNS backup to BIND files
Home-page: https://github.com/m-messiah/cloudflaredns-backup
Author: m_messiah
Author-email: m.muzafarov@gmail.com
License: MIT
Description: CloudFlare DNS to Bind converter 
        ================================
        
        Simple tool for backing up your CloudFlare hosted DNS records in format acceptable by BIND
        
        Installation
        ------------
        
            pip install cloudflaredns-backup
        
        Usage
        -----
        
        +   get all your CloudFlare zones to console
                
                cf-backup root@example.com 1234567890
        
        +   get only example.com and example2.com zones
            
                cf-backup root@example.com 1234567890 -z example.com -z example2.com
        
            This example may be simplified as:
            
                cf-backup root@example.com 1234567890 -z "example1.com example2.com"
        
        +   Get only example.com, create if not exists folder and write zone to ./zones/example.com
                
                cf-backup root@example.com 1234567890 -z example.com -o zones
        
        
Keywords: cloudflare dns backup
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
