collective.formsupport.counter


Namecollective.formsupport.counter JSON
Version 1.0.0rc4 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.formsupport.counter
SummaryCounter integration for collective.volto.formsupport
upload_time2024-11-22 17:18:55
maintainerNone
docs_urlNone
authorRedTurtle
requires_python>=3.8
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. image:: https://img.shields.io/pypi/v/collective.formsupport.counter.svg
    :target: https://pypi.python.org/pypi/collective.formsupport.counter/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/collective.formsupport.counter.svg
    :target: https://pypi.python.org/pypi/collective.formsupport.counter
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/collective.formsupport.counter.svg?style=plastic
    :target: https://pypi.python.org/pypi/collective.formsupport.counter/
    :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/collective.formsupport.counter.svg
    :target: https://pypi.python.org/pypi/collective.formsupport.counter/
    :alt: License

.. image:: https://coveralls.io/repos/github/collective/collective.formsupport.counter/badge.svg
    :target: https://coveralls.io/github/collective/collective.formsupport.counter
    :alt: Coverage


==============================
collective.formsupport.counter
==============================

Counter integration for `collective.volto.formsupport <https://github.com/collective/collective.volto.formsupport>`_

Features
--------

- Form counter for `collective.volto.formsupport <https://github.com/collective/collective.volto.formsupport>`_ >= 3.2


Installation
------------

Install collective.formsupport.counter by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.formsupport.counter


and then running ``bin/buildout``

REST API
========

Here is the list of available REST API endpoints and how to use them.

1. **Reset form counter**

   - **Endpoint**: `/<document>/@reset-counter`.
   - **Method**: `PATCH`.
   - **Parameters**: `block_id` form block identifier.
   - **Description**: Reset form counter.
   - **Request**: No parameters required.
   - **Response**:

     - **Status Code**: `204 No Content`

Authors
-------

RedTurtle


Contributors
------------

- folix-01

Contribute
----------

- Issue Tracker: https://github.com/collective/collective.formsupport.counter/issues
- Source Code: https://github.com/collective/collective.formsupport.counter
- Documentation: https://docs.plone.org/foo/bar


Support
-------

If you are having issues, please let us know.
We have a mailing list located at: info@redturtle.it


License
-------

The project is licensed under the GPLv2.


Contributors
============

- RedTurtle, info@redturtle.it


Changelog
=========


1.0.0rc4 (2024-11-22)
---------------------

- Label translated
  [mamico]


1.0.0rc3 (2024-11-19)
---------------------

- Fix counter
  [mamico]


1.0.0rc2 (2024-11-15)
---------------------

- Fix manifest
  [mamico]


1.0.0rc1 (2024-11-13)
---------------------

- Initial release.
  [RedTurtle]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.formsupport.counter",
    "name": "collective.formsupport.counter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Python Plone CMS",
    "author": "RedTurtle",
    "author_email": "info@redturtle.it",
    "download_url": "https://files.pythonhosted.org/packages/28/64/3144a20101e923aea66b5e33823d328129e8489b03b9df0f247fc4fb1daa/collective_formsupport_counter-1.0.0rc4.tar.gz",
    "platform": null,
    "description": ".. image:: https://img.shields.io/pypi/v/collective.formsupport.counter.svg\n    :target: https://pypi.python.org/pypi/collective.formsupport.counter/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.formsupport.counter.svg\n    :target: https://pypi.python.org/pypi/collective.formsupport.counter\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.formsupport.counter.svg?style=plastic\n    :target: https://pypi.python.org/pypi/collective.formsupport.counter/\n    :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.formsupport.counter.svg\n    :target: https://pypi.python.org/pypi/collective.formsupport.counter/\n    :alt: License\n\n.. image:: https://coveralls.io/repos/github/collective/collective.formsupport.counter/badge.svg\n    :target: https://coveralls.io/github/collective/collective.formsupport.counter\n    :alt: Coverage\n\n\n==============================\ncollective.formsupport.counter\n==============================\n\nCounter integration for `collective.volto.formsupport <https://github.com/collective/collective.volto.formsupport>`_\n\nFeatures\n--------\n\n- Form counter for `collective.volto.formsupport <https://github.com/collective/collective.volto.formsupport>`_ >= 3.2\n\n\nInstallation\n------------\n\nInstall collective.formsupport.counter by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.formsupport.counter\n\n\nand then running ``bin/buildout``\n\nREST API\n========\n\nHere is the list of available REST API endpoints and how to use them.\n\n1. **Reset form counter**\n\n   - **Endpoint**: `/<document>/@reset-counter`.\n   - **Method**: `PATCH`.\n   - **Parameters**: `block_id` form block identifier.\n   - **Description**: Reset form counter.\n   - **Request**: No parameters required.\n   - **Response**:\n\n     - **Status Code**: `204 No Content`\n\nAuthors\n-------\n\nRedTurtle\n\n\nContributors\n------------\n\n- folix-01\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.formsupport.counter/issues\n- Source Code: https://github.com/collective/collective.formsupport.counter\n- Documentation: https://docs.plone.org/foo/bar\n\n\nSupport\n-------\n\nIf you are having issues, please let us know.\nWe have a mailing list located at: info@redturtle.it\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- RedTurtle, info@redturtle.it\n\n\nChangelog\n=========\n\n\n1.0.0rc4 (2024-11-22)\n---------------------\n\n- Label translated\n  [mamico]\n\n\n1.0.0rc3 (2024-11-19)\n---------------------\n\n- Fix counter\n  [mamico]\n\n\n1.0.0rc2 (2024-11-15)\n---------------------\n\n- Fix manifest\n  [mamico]\n\n\n1.0.0rc1 (2024-11-13)\n---------------------\n\n- Initial release.\n  [RedTurtle]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Counter integration for collective.volto.formsupport",
    "version": "1.0.0rc4",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.formsupport.counter",
        "PyPI": "https://pypi.org/project/collective.formsupport.counter/",
        "Source": "https://github.com/collective/collective.formsupport.counter",
        "Tracker": "https://github.com/collective/collective.formsupport.counter/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba14fdd1cb189a3a8946686a04b7ade9163635727527d9eecdfcc18ff2bd39c0",
                "md5": "1a1f9f1f9627c3a84cdf169fa0649204",
                "sha256": "2e090703e34efc80fc1e26390efb03ed910ab216a987f5793db231675a0a9672"
            },
            "downloads": -1,
            "filename": "collective.formsupport.counter-1.0.0rc4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1a1f9f1f9627c3a84cdf169fa0649204",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 31672,
            "upload_time": "2024-11-22T17:18:53",
            "upload_time_iso_8601": "2024-11-22T17:18:53.973550Z",
            "url": "https://files.pythonhosted.org/packages/ba/14/fdd1cb189a3a8946686a04b7ade9163635727527d9eecdfcc18ff2bd39c0/collective.formsupport.counter-1.0.0rc4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28643144a20101e923aea66b5e33823d328129e8489b03b9df0f247fc4fb1daa",
                "md5": "6cbc959ed3f5e52e7beb028f55a16205",
                "sha256": "7cc64fa2fdde268f5054e16e30ea7697687f21aaeb8412c0a8046304534919b1"
            },
            "downloads": -1,
            "filename": "collective_formsupport_counter-1.0.0rc4.tar.gz",
            "has_sig": false,
            "md5_digest": "6cbc959ed3f5e52e7beb028f55a16205",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 22789,
            "upload_time": "2024-11-22T17:18:55",
            "upload_time_iso_8601": "2024-11-22T17:18:55.886607Z",
            "url": "https://files.pythonhosted.org/packages/28/64/3144a20101e923aea66b5e33823d328129e8489b03b9df0f247fc4fb1daa/collective_formsupport_counter-1.0.0rc4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-22 17:18:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.formsupport.counter",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "collective.formsupport.counter"
}
        
Elapsed time: 0.40514s