open-forms-ext-stuf-zds-payments


Nameopen-forms-ext-stuf-zds-payments JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryExtra payment attributes for Open Forms StUF-ZDS registration backend
upload_time2024-08-08 10:45:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseCopyright 2024 Maykin Media Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords openforms payments stufzds
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

Welcome to open-forms-ext-stuf-zds-payments's documentation!
============================================================

:Version: 0.2.0
:Source: https://github.com/open-formulieren/open-forms-ext-stuf-zds-payments
:Keywords: ``<keywords>``
:PythonVersion: 3.10, 3.12

|build-status| |code-quality| |black| |coverage| |docs|

|python-versions| |django-versions| |pypi-version|

Extra payment attributes for Open Forms StUF-ZDS registration backend

.. contents::

.. section-numbering::

Features
========

* Extra payment attributes for Open Forms StUF-ZDS registration backend

Installation
============

Requirements
------------

* Python 3.10/3.12 or above
* Django 4.2 or newer


Install
-------

.. code-block:: bash

    pip install open-forms-ext-stuf-zds-payments


Usage
=====

<document or refer to docs>

Local development
=================

To install and develop the library locally, use::

.. code-block:: bash

    pip install -e .[tests,coverage,docs,release]

When running management commands via ``django-admin``, make sure to add the root
directory to the python path (or use ``python -m django <command>``):

.. code-block:: bash

    export PYTHONPATH=. DJANGO_SETTINGS_MODULE=testapp.settings
    django-admin check
    # or other commands like:
    # django-admin makemessages -l nl


.. |build-status| image:: https://github.com/open-formulieren/open-forms-ext-stuf-zds-payments/workflows/Run%20CI/badge.svg
    :alt: Build status
    :target: https://github.com/open-formulieren/open-forms-ext-stuf-zds-payments/actions?query=workflow%3A%22Run+CI%22

.. |code-quality| image:: https://github.com/open-formulieren/open-forms-ext-stuf-zds-payments/workflows/Code%20quality%20checks/badge.svg
     :alt: Code quality checks
     :target: https://github.com/open-formulieren/open-forms-ext-stuf-zds-payments/actions?query=workflow%3A%22Code+quality+checks%22

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

.. |coverage| image:: https://codecov.io/gh/open-formulieren/open-forms-ext-stuf-zds-payments/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/open-formulieren/open-forms-ext-stuf-zds-payments
    :alt: Coverage status

.. |docs| image:: https://readthedocs.org/projects/stuf_zds_payments/badge/?version=latest
    :target: https://stuf_zds_payments.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. |python-versions| image:: https://img.shields.io/pypi/pyversions/open-forms-ext-stuf-zds-payments.svg

.. |django-versions| image:: https://img.shields.io/pypi/djversions/open-forms-ext-stuf-zds-payments.svg

.. |pypi-version| image:: https://img.shields.io/pypi/v/open-forms-ext-stuf-zds-payments.svg
    :target: https://pypi.org/project/open-forms-ext-stuf-zds-payments/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "open-forms-ext-stuf-zds-payments",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "openforms, payments, stufzds",
    "author": null,
    "author_email": "Maykin Media <support@maykinmedia.nl>",
    "download_url": "https://files.pythonhosted.org/packages/f0/c0/88d9979afca2bdb23f9001353cb1879861cddf3809ec8b7b04e0029d9d2b/open_forms_ext_stuf_zds_payments-0.2.0.tar.gz",
    "platform": null,
    "description": "\n\nWelcome to open-forms-ext-stuf-zds-payments's documentation!\n============================================================\n\n:Version: 0.2.0\n:Source: https://github.com/open-formulieren/open-forms-ext-stuf-zds-payments\n:Keywords: ``<keywords>``\n:PythonVersion: 3.10, 3.12\n\n|build-status| |code-quality| |black| |coverage| |docs|\n\n|python-versions| |django-versions| |pypi-version|\n\nExtra payment attributes for Open Forms StUF-ZDS registration backend\n\n.. contents::\n\n.. section-numbering::\n\nFeatures\n========\n\n* Extra payment attributes for Open Forms StUF-ZDS registration backend\n\nInstallation\n============\n\nRequirements\n------------\n\n* Python 3.10/3.12 or above\n* Django 4.2 or newer\n\n\nInstall\n-------\n\n.. code-block:: bash\n\n    pip install open-forms-ext-stuf-zds-payments\n\n\nUsage\n=====\n\n<document or refer to docs>\n\nLocal development\n=================\n\nTo install and develop the library locally, use::\n\n.. code-block:: bash\n\n    pip install -e .[tests,coverage,docs,release]\n\nWhen running management commands via ``django-admin``, make sure to add the root\ndirectory to the python path (or use ``python -m django <command>``):\n\n.. code-block:: bash\n\n    export PYTHONPATH=. DJANGO_SETTINGS_MODULE=testapp.settings\n    django-admin check\n    # or other commands like:\n    # django-admin makemessages -l nl\n\n\n.. |build-status| image:: https://github.com/open-formulieren/open-forms-ext-stuf-zds-payments/workflows/Run%20CI/badge.svg\n    :alt: Build status\n    :target: https://github.com/open-formulieren/open-forms-ext-stuf-zds-payments/actions?query=workflow%3A%22Run+CI%22\n\n.. |code-quality| image:: https://github.com/open-formulieren/open-forms-ext-stuf-zds-payments/workflows/Code%20quality%20checks/badge.svg\n     :alt: Code quality checks\n     :target: https://github.com/open-formulieren/open-forms-ext-stuf-zds-payments/actions?query=workflow%3A%22Code+quality+checks%22\n\n.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n\n.. |coverage| image:: https://codecov.io/gh/open-formulieren/open-forms-ext-stuf-zds-payments/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/open-formulieren/open-forms-ext-stuf-zds-payments\n    :alt: Coverage status\n\n.. |docs| image:: https://readthedocs.org/projects/stuf_zds_payments/badge/?version=latest\n    :target: https://stuf_zds_payments.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. |python-versions| image:: https://img.shields.io/pypi/pyversions/open-forms-ext-stuf-zds-payments.svg\n\n.. |django-versions| image:: https://img.shields.io/pypi/djversions/open-forms-ext-stuf-zds-payments.svg\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/open-forms-ext-stuf-zds-payments.svg\n    :target: https://pypi.org/project/open-forms-ext-stuf-zds-payments/\n",
    "bugtrack_url": null,
    "license": "Copyright 2024 Maykin Media  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Extra payment attributes for Open Forms StUF-ZDS registration backend",
    "version": "0.2.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/maykinmedia/stuf_zds_payments/issues",
        "Documentation": "http://stuf_zds_payments.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/maykinmedia/stuf_zds_payments",
        "Source Code": "https://github.com/maykinmedia/stuf_zds_payments"
    },
    "split_keywords": [
        "openforms",
        " payments",
        " stufzds"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38fc1b4b530a039b46d5991df2568fef419003dfbfb7470a00f303fc3658b43a",
                "md5": "434bced31c1ad656e1b9a08cc9f5fce6",
                "sha256": "4e60a10fa9d53c9081b70e22eba087ade145c7e6dabceb70f0f851eaca007ecb"
            },
            "downloads": -1,
            "filename": "open_forms_ext_stuf_zds_payments-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "434bced31c1ad656e1b9a08cc9f5fce6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 10272,
            "upload_time": "2024-08-08T10:45:33",
            "upload_time_iso_8601": "2024-08-08T10:45:33.632131Z",
            "url": "https://files.pythonhosted.org/packages/38/fc/1b4b530a039b46d5991df2568fef419003dfbfb7470a00f303fc3658b43a/open_forms_ext_stuf_zds_payments-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0c088d9979afca2bdb23f9001353cb1879861cddf3809ec8b7b04e0029d9d2b",
                "md5": "1395423e5620e7cd7f2ea8b24a896ecc",
                "sha256": "830e6c8d58dbfe5940dac56e67f2cfb239f6b9da78d0893e137fb62e12881d20"
            },
            "downloads": -1,
            "filename": "open_forms_ext_stuf_zds_payments-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1395423e5620e7cd7f2ea8b24a896ecc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 8471,
            "upload_time": "2024-08-08T10:45:34",
            "upload_time_iso_8601": "2024-08-08T10:45:34.584484Z",
            "url": "https://files.pythonhosted.org/packages/f0/c0/88d9979afca2bdb23f9001353cb1879861cddf3809ec8b7b04e0029d9d2b/open_forms_ext_stuf_zds_payments-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-08 10:45:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maykinmedia",
    "github_project": "stuf_zds_payments",
    "github_not_found": true,
    "lcname": "open-forms-ext-stuf-zds-payments"
}
        
Elapsed time: 0.35749s