python-smpp

Python SMPP Library


License
BSD-3-Clause
Install
pip install python-smpp==0.1.9

Documentation

Python SMPP

An SMPP version 3.4 library written in Python, suitable for use in Twisted.

travis coveralls

To get started with development:

$ virtualenv --no-site-packages ve/
$ source ve/bin/activate
(ve)$ pip install -r requirements.pip
(ve)$ python
>>> import smpp
>>>

Run the tests with nose

(ve)$ nosetests