2014-06-10 16:48:27 -07:00
..
2012-12-20 14:53:51 -08:00
2014-06-10 16:48:27 -07:00
2012-12-20 15:32:05 -08:00

Python 3 client for Wordnik.com API

Overview

This is a Python 3 client for the Wordnik.com v4 API. For more information, see http://developer.wordnik.com/ .

Generation

This client was generated using the provided script:

/bin/python3-wordnik-api.sh

Testing

The tests require you to set three environment varibales:

export API_KEY=your api key
export USER_NAME=some wordnik.com username
export PASSWORD=the user's password

The tests can be run as follows, e.g:

python3.2 tests/BaseApiTest.py