Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gravityforms_python-0.1.0.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

gravityforms_python-0.1.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

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

Hashes for gravityforms_python-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3ad208a0a01144548679dc88ea95f001c828060e60e3ade6470889942ad7ec81
MD5 e3eaf0195ae6a2ea49e62417d3db3566
BLAKE2b-256 57dbcf71cf0a849cd4d04137134688aee839565e7ec0a630578ac2bc9cbf3adf

See more details on using hashes here.

File details

Details for the file gravityforms_python-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for gravityforms_python-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e6daed495c86debaba60e5464322aadba1a739f4c119bd90a1f40be72b39fbad
MD5 34a28b936ccfad69ffdde1dd1c21a296
BLAKE2b-256 c9bbbee5baa41e9731698f826ae600573f8b2940ac6836f5247c1125cf0379ec

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page