Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/catalyst/pact-sms-api-client

A simple Python-based reference client that can be used for testing against the MoE PaCT application.
https://github.com/catalyst/pact-sms-api-client

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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