Skip to content

martialanouman/python-smpp

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%