API wrapper for Gravityforms (Wordpress plugin) written in Python
Project description
gravityforms-python
gravityforms-python is an API wrapper for Gravityforms (Wordpress plugin), written in Python.
This library uses Oauth1 for authentication.
Installing
pip install gravityforms-python
Usage
from gravityforms.client import Client
client = Client(base_url, consumer_key, consumer_secret)
List Entries
entries = client.list_entries()
Filter entries
entries = client.filter_entries(filter_field,
filter_value,
filter_operator,
sorting_direction=None,
page_size=None,
form_id=None
)
List Forms
forms = client.list_forms()
Get Form detail
form = client.get_form(form_id)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gravityforms_python-0.1.0.tar.gz
.
File metadata
- Download URL: gravityforms_python-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ad208a0a01144548679dc88ea95f001c828060e60e3ade6470889942ad7ec81 |
|
MD5 | e3eaf0195ae6a2ea49e62417d3db3566 |
|
BLAKE2b-256 | 57dbcf71cf0a849cd4d04137134688aee839565e7ec0a630578ac2bc9cbf3adf |
File details
Details for the file gravityforms_python-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: gravityforms_python-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6daed495c86debaba60e5464322aadba1a739f4c119bd90a1f40be72b39fbad |
|
MD5 | 34a28b936ccfad69ffdde1dd1c21a296 |
|
BLAKE2b-256 | c9bbbee5baa41e9731698f826ae600573f8b2940ac6836f5247c1125cf0379ec |