/python-smpp

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Python SMPP

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

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