Metadata-Version: 1.1
Name: zone53
Version: 0.3.1
Summary: A convenient Python API to manage AWS route53 (requires boto)
Home-page: https://github.com/aglyzov/zone53
Author: Alexander Glyzov
Author-email: bonoba@gmail.com
License: UNKNOWN
Description: 
        `zone53`_ is a convenient Python API to manage Amazon’s DNS web service
        `route53`_. Essentially, it is a thin layer on top of `boto.route53`_
        providing Zone and Record classes.
        
        .. _zone53: https://github.com/aglyzov/zone53
        .. _route53: http://aws.amazon.com/route53/
        .. _boto.route53: http://boto.readthedocs.org/en/latest/ref/route53.html
        
Platform: UNKNOWN
Requires: boto (>= 2.0)
