File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11Wordpress 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).
57Forked from the excellent Woocommerce API written by Claudio Sanches and modified to work with Wordpress: https://github.com/woocommerce/wc-api-python
68
79I 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
2023Requirements
Original file line number Diff line number Diff line change 2323setup (
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" ,
You can’t perform that action at this time.
0 commit comments