Metadata-Version: 1.1
Name: dreamhostapi
Version: 0.1.0
Summary: A Python wrapper around DreamHost's API
Home-page: https://github.com/mcgid/python-dreamhostapi
Author: mcgid
Author-email: dan@mcgid.ca
License: MIT
Description: ============
        dreamhostapi
        ============
        
        ``dreamhostapi`` is a thin wrapper for DreamHost's HTTP-based API.
        
        Basic usage looks like this::
        
            from dreamhostapi import DreamHostAPI
            api = DreamHostAPI('MY_API_KEY')
            api.dns.list_records()
        
        More details can be found on the `project page`_.
        
        .. _project page: http://github.com/mcgid/python-dreamhostapi
        
        
        
Keywords: DreamHost API interaction wrapper
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
