Skip to content

dmaclay/twisted-smpp

Repository files navigation

Twisted SMPP

A Twisted module for SMPP services

To get started with development:

$ virtualenv --no-site-packges ve/
$ source ve/bin/activate
(ve)$ pip install -r requirements.pip
(ve)$ python setup.py develop
(ve)$ python
>>> import twisted_smpp
>>>

Run the tests with nose

(ve)$ nosetests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages