Metadata-Version: 1.1
Name: pywebfaction
Version: 0.1.1
Summary: A tool for interacting with the WebFaction API.
Home-page: https://github.com/dominicrodger/pywebfaction
Author: Dominic Rodger
Author-email: dominicrodger@gmail.com
License: BSD
Description: ===============================
        PyWebFaction
        ===============================
        
        A tool for interacting with the WebFaction API.
        
        Documentation is available on `Read the Docs
        <http://pywebfaction.readthedocs.org/>`_.
        
        Installation
        ------------
        
        pywebfaction can be installed with pip::
        
            pip install pywebfaction
        
        Basic Usage
        -----------
        
        The API is interacted with via the class ``WebFactionAPI``, which
        takes a username and password, and connects to WebFaction for you.
        
        .. code-block:: python
        
            from pywebfaction import WebFactionAPI
        
            api = WebFactionAPI(username, password)
            emails = api.list_emails()
        
Keywords: pywebfaction
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
