Skip to content

mhipo1364/pars-green

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy to work with Pars Green SOAP client

Full documentation for the project is available at Pars Green Soap Client PDF.


Overview

Requirements

  • Python (2.7, 3.2, 3.3, 3.4, 3.5, 3.6)
  • suds (0.4.0)

Installation

Install using pip...

pip install pars-green

Example

Let's take a look at a quick example of using this package to send SMS:

from pars_green import ParsGreenSmsServiceClient
client = ParsGreenSmsServiceClient("YOUR_SIGNATURE")
print(client.send('SENDER_NUMBER', 'TO_NUMBER', 'TEXT'))

Documentation & Support

For more information about this package, see python website

For questions and support, contact to Author's mail.

You may also want to follow the author on Twitter.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages