Metadata-Version: 1.1
Name: python-gsmmodem
Version: 0.3
Summary: Control an attached GSM modem: send/receive SMS messages, handle calls, etc
Home-page: https://github.com/faucamp/python-gsmmodem
Author: Francois Aucamp
Author-email: francois.aucamp@gmail.com
License: LGPLv3+
Download-URL: https://github.com/faucamp/python-gsmmodem/archive/0.3.tar.gz
Description: python-gsmmodem is a module that allows easy control of a GSM modem attached
        to the system. It also includes a couple of useful commandline utilities for
        interacting with a GSM modem.
        
        Its features include:
        - simple methods for sending SMS messages, checking signal level, etc
        - handling incoming phone calls and received SMS messages via callback methods
        - wraps AT command errors into Python exceptions by default
        - modular design; you easily issue your own AT commands to the modem with error
          (with error checking), or read/write directly from/to the modem if you prefer
        
        Bundled utilities:
        - GSMTerm: an easy-to-use serial terminal for communicating with an attached GSM
          modem. It features command completion, built-in help for many AT commands,
          history, context-aware prompt, etc.
        - sendsms.py: a simple command line script to send SMS messages
        
Keywords: gsm,sms,modem,mobile,phone,usb,serial
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Telephony
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Hardware
Classifier: Topic :: Terminals :: Serial
Classifier: Topic :: Utilities
