- Python 2.7
pip install pythonrestclient
You can find examples in example.py file.
- Clone project
git clone git@github.com:Hawk73/python-rest-client.git
- Create virtual environment
cd python-rest-client
virtualenv python-rest-client-env
- Install dependencies
make install
make tests
make publish
MIT