Skip to content

A simple Python-based reference client that can be used for testing against the MoE PaCT application.

License

Notifications You must be signed in to change notification settings

tveastman/pact-sms-api-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaCT SMS API Reference Client

Requirements

To run this script you need Python 2 and the third-party library 'restkit', available from the Python Package Index:

https://pypi.python.org/pypi/restkit

Simple usage

This is set up to use virtualenv so you don't break your system Python environment.

Setup [from scratch]:

From this directory, do:

$ virtualenv venv $ . venv/bin/activate $ pip install -r requirements.txt

Or as a one-liner you can copy and paste:

virtualenv venv && . venv/bin/activate && pip install -r requirements.txt

Then do:

$ python pact-api-client --help

About

A simple Python-based reference client that can be used for testing against the MoE PaCT application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Shell 1.2%