Metadata-Version: 1.0
Name: telenor_web2sms
Version: 1.0.1
Summary: Console app and Python API for sending SMSs through the Telenor WEB2SMS web app
Home-page: https://bitbucket.org/petar/telenor_web2sms
Author: Petar Maric
Author-email: petar.maric@gmail.com
License: BSD
Download-URL: https://bitbucket.org/petar/telenor_web2sms
Description: Installation
        ============
        
        To install telenor_web2sms run::
        
            $ pip install telenor_web2sms
        
        
        Console app usage
        =================
        
        Quick start::
        
            $ telenor_web2sms
        
        Show help::
        
            $ telenor_web2sms --help
        
        
        Python API usage
        ================
        
        Quick start::
        
            >>> from telenor_web2sms import TelenorWeb2SMS
            >>> web2sms = TelenorWeb2SMS('username', 'password') # Authenticate
            >>> web2sms.send_sms('phone_number', 'message') # Send SMS
        
        
        Contribute
        ==========
        
        If you find any bugs, or wish to propose new features `please let me know`_. 
        
        If you'd like to contribute, simply fork `the repository`_, commit your changes
        and send a pull request. Make sure you add yourself to AUTHORS_.
        
        
        .. _`please let me know`: https://bitbucket.org/petar/telenor_web2sms/issues/new
        .. _`the repository`: http://bitbucket.org/petar/telenor_web2sms
        .. _AUTHORS: https://bitbucket.org/petar/telenor_web2sms/src/default/AUTHORS
        
        
        telenor_web2sms 1.0.1
        =====================
        
            * Fixed Python packaging issues.
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Communications
Classifier: Topic :: Utilities
