Metadata-Version: 1.1
Name: python-ambient
Version: 0.0.2
Summary: Python Ambient Mobile integration library.
Home-page: http://github.com/praekelt/python-ambient
Author: Praekelt Foundation
Author-email: dev@praekelt.com
License: BSD
Description: Python Ambient
        ==============
        
        Python Ambient Mobile integration library.
        
        Sending Messages
        ----------------
        
        Example::
        
            import ambient
            sms = ambient.AmbientSMS(api_key='<your_api_key_here>', password='<your_password_here>')
            sms.sendmsg('<message_content_here>', ['44233562736', '27782343748', ])
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
