Metadata-Version: 2.0
Name: python-wpapi
Version: 0.2.1
Summary: Simple wrapper around the Wordpress REST API
Home-page: https://github.com/Lobosque/python_wpapi
Author: Lucas Lobosque
Author-email: lucas.lobosque@contentools.com
License: MIT license
Keywords: python_wpapi
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: requests

# Python Wordpress API

[![Pypi][pypi-image]][pypi-url]
[![Pyup][pyup-image]][pyup-url]


Simple wrapper around the Wordpress REST API


* Free software: MIT licensea

## Features

* Will soon work on some documentation

## Tests

```
make test
```

[pypi-image]: https://img.shields.io/npm/v/co.svg?style=flat-square
[pypi-url]: https://npmjs.org/package/co
[pyup-image]: https://img.shields.io/travis/tj/co.svg?style=flat-square
[pyup-url]: https://travis-ci.org/tj/co


# History

## 0.2.1 (2016-11-16)

* Converted rst to markdown.

## 0.2.0 (2016-11-16)

* Added test suite.
* Fixed bugs with api exception raising.

## 0.1.0 (2016-11-16)

* First release on PyPI.


