Skip to main content

A Python library for the CeForms API.

Project description

Py Ce Forms Api

Quickstart

Introduction

The py-ce-forms-api module allows you to interact with the CeForms API for form management. Before getting started, ensure you have obtained the necessary credentials:

  • CE_FORMS_BASE_URL: The base URL for the CeForms API.
  • CE_FORMS_TOKEN: Your authentication token for accessing the CeForms API.

Installation

You can install py-ce-forms-api via pip:

pip install py-ce-forms-api

Usage

Once installed, you can start using the module in your Python code:

from py_ce_forms_api import CeFormsClient

# Initialize the client
ce_forms_client = CeFormsClient(base_url=<CE_FORMS_BASE_URL>, token=<CE_FORMS_TOKEN>)

# Example: Retrieve a list of forms
forms = ce_forms_client.query().with_sub_forms(False).with_limit(10).call()
for form in forms:
    print(form)

Replace <CE_FORMS_BASE_URL> and <CE_FORMS_TOKEN> with your actual base URL and authentication token, respectively.

SDK Documentation

See CeForms SDK for Python

Development

pip install -e .

package building

python3 setup.py sdist bdist_wheel

package publishing

python3 -m twine upload --repository dist/*

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

py_ce_forms_api-0.1.2.tar.gz (15.1 kB view details)

Uploaded Source

Built Distribution

py_ce_forms_api-0.1.2-py3-none-any.whl (21.7 kB view details)

Uploaded Python 3

File details

Details for the file py_ce_forms_api-0.1.2.tar.gz.

File metadata

  • Download URL: py_ce_forms_api-0.1.2.tar.gz
  • Upload date:
  • Size: 15.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for py_ce_forms_api-0.1.2.tar.gz
Algorithm Hash digest
SHA256 9c3ae6741cf02998e2585a81cb458715f02ec19768f277c3231283c5f08c136a
MD5 2df384ac4f180d1ffda59fec12208145
BLAKE2b-256 bab4baa5fadc0108ab17911098ac5350e59f441a633a723edcbd920b961242d8

See more details on using hashes here.

File details

Details for the file py_ce_forms_api-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for py_ce_forms_api-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f99641a32e89d4bec038f0d069539902e129ff3de05a2e97831ea4db3d770733
MD5 b46bf943dd828294cbc4b79fe56b9d46
BLAKE2b-256 1ef47c1dc069b2e5075e051216c19ab6be18b2db1cac58ef5972cdb0b9092e0c

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