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.13.tar.gz (19.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

py_ce_forms_api-0.1.13-py3-none-any.whl (29.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: py_ce_forms_api-0.1.13.tar.gz
  • Upload date:
  • Size: 19.4 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.13.tar.gz
Algorithm Hash digest
SHA256 ead812ad8cfcb88075f3e31e5e76d6d88541be83cd15eee6deefa5a7eb5ff027
MD5 dc7ed3b3f71ad7f06e0175ba08a26a20
BLAKE2b-256 214585cf0227e29f305ee52ed49e7e6b5a399ca86490700fc01c9831ee07d0c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_ce_forms_api-0.1.13-py3-none-any.whl
Algorithm Hash digest
SHA256 d265b1c246a7f60a333e150e5889df9b93db84df08f07c2231b3f9386e2af00e
MD5 a8105e39475dcd480a64cbee0dfd3140
BLAKE2b-256 f58c47ff4e62d9ec3ebbefa4ca0c54eafac611433e9bb6fe3f470ac1b4b6b8a5

See more details on using hashes here.

Supported by

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