A Python wrapper around the SureSMS SMS gateway<https://www.suresms.com/>. 
It is not a free SMS gateway that can be used for spamming. 

You will need a paid account at SureSMS to be able to use the gateway.

SureSMS is an international SMS gateway on pay-as-you-go principle. 

See a couple of example use cases in example.py that should have come
along with this file. Apart from what is shown in examples.py, this also
supports status callback URLs, delayed sending and flash messages.

For more info on parameters, take a look at the API documentation found at:
<https://developer.suresms.com>.


