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
Development
pip install -e .
package building
python3 setup.py sdist bdist_wheel
package publishing
python3 -m twine upload --repository dist/*
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_ce_forms_api-0.1.7.tar.gz.
File metadata
- Download URL: py_ce_forms_api-0.1.7.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4ed95c2190847cb09aad9d6780a5d7f1273e4990717236a044ed0e42bc5afa2
|
|
| MD5 |
0951ea800b8d1dd865a6bb6832ec3c28
|
|
| BLAKE2b-256 |
4354006928220ee2ddf2414a6089d33cb1ad6df8d5785027dfb91fe3b1c6ab1a
|
File details
Details for the file py_ce_forms_api-0.1.7-py3-none-any.whl.
File metadata
- Download URL: py_ce_forms_api-0.1.7-py3-none-any.whl
- Upload date:
- Size: 28.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba40c2a7674f492813cc1e272743d24889ff025297d345eb18ef3d769a6d234c
|
|
| MD5 |
4f4c6cbf3774936fcb058b1eeb5bd68a
|
|
| BLAKE2b-256 |
d26ee2632c5bef868657a4c44ac7064f7647e1778ba2a677509b2a1015589177
|