Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/catalyst/pact-sms-api-client
- Owner: catalyst
- License: mit
- Created: 2014-11-19T22:41:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T23:18:37.000Z (over 8 years ago)
- Last Synced: 2023-04-18T23:30:05.674Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.txtOr 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