Skip to content

Commit e0f84c6

Browse files
author
derwentx
committed
update description and roadmap
1 parent bd6fd0e commit e0f84c6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Wordpress API - Python Client
22
===============================
33

4-
A Python wrapper for the Wordpress REST API v1-2 that also works on the WooCommerce REST API v1-3 and WooCommerce WP-API v1-2.
4+
A Python wrapper for the Wordpress and WooCommerce REST APIs with oAuth1a 3leg support.
5+
6+
Supports the Wordpress REST API v1-2, WooCommerce REST API v1-3 and WooCommerce WP-API v1-2 (with automatic OAuth3a handling).
57
Forked from the excellent Woocommerce API written by Claudio Sanches and modified to work with Wordpress: https://github.com/woocommerce/wc-api-python
68

79
I created this fork because I prefer the way that the wc-api-python client interfaces with
@@ -15,6 +17,7 @@ Roadmap
1517

1618
- [x] Create initial fork
1719
- [x] Implement 3-legged OAuth on Wordpress client
20+
- [ ] Better local storage of OAuth creds to stop unnecessary API keys being generated
1821
- [ ] Implement iterator for conveniant access to API items
1922

2023
Requirements

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup(
2424
name="wordpress-api",
2525
version=VERSION,
26-
description="A Python wrapper for the Wordpress REST API",
26+
description="A Python wrapper for the Wordpress and WooCommerce REST APIs with oAuth1a 3leg support",
2727
long_description=README,
2828
author="Claudio Sanches @ WooThemes",
2929
url="https://github.com/woocommerce/wc-api-python",

0 commit comments

Comments
 (0)