Metadata-Version: 1.1
Name: socketlabs
Version: 0.1.1
Summary: A Python interface to the SocketLabs API.
Home-page: https://github.com/MattHealy/socketlabs-python
Author: Matt Healy
Author-email: healmatt@gmail.com
License: MIT
Description: SocketLabs Python
        =======================
        
        SocketLabs-Python is a Python interface to the [SocketLabs](http://www.socketlabs.com)
        API
        
        ## Quickstart:
        
        ```python
        >>> from socketlabs import SocketLabs
        >>> username = <username>
        >>> password = <password>
        >>> serverid = <serverid>
        >>> socketlabs = SocketLabs(username = username, password = password, serverid = serverid)
        >>> failed = socketlabs.failedMessages()
        ```
        
Keywords: socketlabs email
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications :: Email
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
