Metadata-Version: 1.1
Name: txssmi
Version: 0.2
Summary: Twisted library for Truteq's SSMI protocol
Home-page: http://github.com/smn/txssmi
Author: Simon de Haan
Author-email: simon@praekeltfoundation.org
License: BSD
Description: txssmi
        ======
        
        A Twisted library for talking Truteq_'s SSMI protocol version 1.7.5.
        Implements everything except extended return messages (sections 3.2.11 - 3.2.15)
        and sending of premium rate messages.
        
        Contributions welcome.
        
        |travis|_ |coveralls|_
        
        
        .. _Truteq: http://www.truteq.co.za
        
        .. |travis| image:: https://travis-ci.org/smn/txssmi.png?branch=develop
        .. _travis: https://travis-ci.org/smn/txssmi
        
        .. |coveralls| image:: https://coveralls.io/repos/smn/txssmi/badge.png?branch=develop
        .. _coveralls: https://coveralls.io/r/smn/txssmi
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Classifier: Framework :: Twisted
