Metadata-Version: 1.1
Name: cloudns_api
Version: 0.1
Summary: A python interface to the ClouDNS.net API
Home-page: https://github.com/hbradleyiii/cloudns_api
Author: Harold Bradley III
Author-email: harold@bradleystudio.net
License: MIT License
Download-URL: https://github.com/hbradleyiii/cloudns_api/archive/v0.1.tar.gz
Description: cloudns_api
        ####
        A python interface to the ClouDNS.net API
        ===========================================================
        
        Please note that this is still in Beta. Use at your own risk.
        
        This project is an independent project and is not endorsed by
        `CloudNS.net <https://cloudns.net>`_.
        
        The interface is designed to be simple and intuitive. Entities are represented
        as modules and there is a simple list, create, update, and delete function
        (when appropriate, ie, you cannot delete an SOA record) for each entity. Some
        entities have functions specific to them, but whenever possible, the arguments
        are consistent. The code reads pretty clearly.
        
        For information on the `CloudNS.net <https://cloudns.net>`_ API see `here
        <https://www.cloudns.net/wiki/article/41/>`_.
        
        
        Installing and including in projects
        ====================================
        
        Installing cloudns_api
        ---------------
        
        .. code:: bash
        
            $ pip install cloudns_api
        
        
        Running Tests
        -------------
        
        .. code:: bash
        
            $ cd <project directory>
            $ py.test
        
        Importing and Basic Usage
        -------------------------
        
        .. code:: python
        
            >>> import cloudns_api
        
        
        ----
        
        Soli Deo gloria.
        
Keywords: dns,dns api,domain name system,cloudns,server development
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
