py-ce-forms-api


Namepy-ce-forms-api JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryA Python library for the CeForms API.
upload_time2024-07-11 07:42:37
maintainerNone
docs_urlNone
authorcodeffekt
requires_pythonNone
licenseNone
keywords python ceforms api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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:

```bash
pip install py-ce-forms-api
```

### Usage

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

```python
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](https://py-ce-forms-api.readthedocs.io/en/latest/index.html)*

## Development

 > pip install -e .

### package building

 > python3 setup.py sdist bdist_wheel

### package publishing

 > python3 -m twine upload --repository <repository> dist/*



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "py-ce-forms-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, ceforms, api",
    "author": "codeffekt",
    "author_email": "contact@codeffekt.com",
    "download_url": "https://files.pythonhosted.org/packages/ba/b4/baa5fadc0108ab17911098ac5350e59f441a633a723edcbd920b961242d8/py_ce_forms_api-0.1.2.tar.gz",
    "platform": null,
    "description": "# Py Ce Forms Api\n\n## Quickstart\n\n### Introduction\n\nThe `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:\n\n- **CE_FORMS_BASE_URL**: The base URL for the CeForms API.\n- **CE_FORMS_TOKEN**: Your authentication token for accessing the CeForms API.\n \n### Installation\n\nYou can install `py-ce-forms-api` via pip:\n\n```bash\npip install py-ce-forms-api\n```\n\n### Usage\n\nOnce installed, you can start using the module in your Python code:\n\n```python\nfrom py_ce_forms_api import CeFormsClient\n\n# Initialize the client\nce_forms_client = CeFormsClient(base_url=<CE_FORMS_BASE_URL>, token=<CE_FORMS_TOKEN>)\n\n# Example: Retrieve a list of forms\nforms = ce_forms_client.query().with_sub_forms(False).with_limit(10).call()\nfor form in forms:\n    print(form)\n```\n\nReplace <CE_FORMS_BASE_URL> and <CE_FORMS_TOKEN> with your actual base URL and authentication token, respectively.\n\n## SDK Documentation\n\nSee *[CeForms SDK for Python](https://py-ce-forms-api.readthedocs.io/en/latest/index.html)*\n\n## Development\n\n > pip install -e .\n\n### package building\n\n > python3 setup.py sdist bdist_wheel\n\n### package publishing\n\n > python3 -m twine upload --repository <repository> dist/*\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library for the CeForms API.",
    "version": "0.1.2",
    "project_urls": null,
    "split_keywords": [
        "python",
        " ceforms",
        " api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ef47c1dc069b2e5075e051216c19ab6be18b2db1cac58ef5972cdb0b9092e0c",
                "md5": "b46bf943dd828294cbc4b79fe56b9d46",
                "sha256": "f99641a32e89d4bec038f0d069539902e129ff3de05a2e97831ea4db3d770733"
            },
            "downloads": -1,
            "filename": "py_ce_forms_api-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b46bf943dd828294cbc4b79fe56b9d46",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 21743,
            "upload_time": "2024-07-11T07:42:35",
            "upload_time_iso_8601": "2024-07-11T07:42:35.466254Z",
            "url": "https://files.pythonhosted.org/packages/1e/f4/7c1dc069b2e5075e051216c19ab6be18b2db1cac58ef5972cdb0b9092e0c/py_ce_forms_api-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bab4baa5fadc0108ab17911098ac5350e59f441a633a723edcbd920b961242d8",
                "md5": "2df384ac4f180d1ffda59fec12208145",
                "sha256": "9c3ae6741cf02998e2585a81cb458715f02ec19768f277c3231283c5f08c136a"
            },
            "downloads": -1,
            "filename": "py_ce_forms_api-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2df384ac4f180d1ffda59fec12208145",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15143,
            "upload_time": "2024-07-11T07:42:37",
            "upload_time_iso_8601": "2024-07-11T07:42:37.208968Z",
            "url": "https://files.pythonhosted.org/packages/ba/b4/baa5fadc0108ab17911098ac5350e59f441a633a723edcbd920b961242d8/py_ce_forms_api-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-11 07:42:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "py-ce-forms-api"
}
        
Elapsed time: 0.29333s