2012-12-20 15:32:05 -08:00

30 lines
527 B
Markdown

# Python client for Wordnik.com API
## Overview
This is a Python 2 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/python-wordnik-api.sh
```
## Testing
The tests require you to set three environment varibales:
```sh
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:
```
python tests/BaseApiTest.py
```