pretix-signature-question-2


Namepretix-signature-question-2 JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryAllows to draw a signature
upload_time2024-03-24 11:55:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
license Copyright 2021 pretix Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
keywords pretix
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Signature Question
==========================

This is a plugin for `pretix`_. 

Allows to draw a signature

Configuration / Usage
---------------------

Each event can enable this plugin in Settings > Plugins > Customization.

Once the plugin is enabled you can add a question with type *file* to a ticket.
The name of the question must contain *signature*.
Instead of the upload dialog the signature field is displayed.

Development setup
-----------------

1. Make sure that you have a working `pretix development setup`_.

2. Clone this repository.

3. Activate the virtual environment you use for pretix development.

4. Execute ``pip install -e .`` within this directory to register this application with pretix's plugin registry.

5. Execute ``make`` within this directory to compile translations.

6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in
   the 'plugins' tab in the settings.

This plugin has CI set up to enforce a few code style rules. To check locally, you need these packages installed::

    pip install flake8 isort black docformatter

To check your plugin for rule violations, run::

    docformatter --check -r .
    black --check .
    isort -c .
    flake8 .

You can auto-fix some of these issues by running::

    docformatter -r .
    isort .
    black .

To automatically check for these issues before you commit, you can run ``.install-hooks``.


License
-------


Copyright 2021 pretix

Released under the terms of the Apache License 2.0



.. _pretix: https://github.com/pretix/pretix
.. _pretix development setup: https://docs.pretix.eu/en/latest/development/setup.html

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pretix-signature-question-2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "pretix team <support@pretix.eu>",
    "keywords": "pretix",
    "author": null,
    "author_email": "pretix team <support@pretix.eu>",
    "download_url": "https://files.pythonhosted.org/packages/fb/48/174ad0b8d5a717b4fd300f3383cefaf468ce5715f4a0f37495d3086b49f1/pretix-signature-question-2-1.1.0.tar.gz",
    "platform": null,
    "description": "Signature Question\r\n==========================\r\n\r\nThis is a plugin for `pretix`_. \r\n\r\nAllows to draw a signature\r\n\r\nConfiguration / Usage\r\n---------------------\r\n\r\nEach event can enable this plugin in Settings > Plugins > Customization.\r\n\r\nOnce the plugin is enabled you can add a question with type *file* to a ticket.\r\nThe name of the question must contain *signature*.\r\nInstead of the upload dialog the signature field is displayed.\r\n\r\nDevelopment setup\r\n-----------------\r\n\r\n1. Make sure that you have a working `pretix development setup`_.\r\n\r\n2. Clone this repository.\r\n\r\n3. Activate the virtual environment you use for pretix development.\r\n\r\n4. Execute ``pip install -e .`` within this directory to register this application with pretix's plugin registry.\r\n\r\n5. Execute ``make`` within this directory to compile translations.\r\n\r\n6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in\r\n   the 'plugins' tab in the settings.\r\n\r\nThis plugin has CI set up to enforce a few code style rules. To check locally, you need these packages installed::\r\n\r\n    pip install flake8 isort black docformatter\r\n\r\nTo check your plugin for rule violations, run::\r\n\r\n    docformatter --check -r .\r\n    black --check .\r\n    isort -c .\r\n    flake8 .\r\n\r\nYou can auto-fix some of these issues by running::\r\n\r\n    docformatter -r .\r\n    isort .\r\n    black .\r\n\r\nTo automatically check for these issues before you commit, you can run ``.install-hooks``.\r\n\r\n\r\nLicense\r\n-------\r\n\r\n\r\nCopyright 2021 pretix\r\n\r\nReleased under the terms of the Apache License 2.0\r\n\r\n\r\n\r\n.. _pretix: https://github.com/pretix/pretix\r\n.. _pretix development setup: https://docs.pretix.eu/en/latest/development/setup.html\r\n",
    "bugtrack_url": null,
    "license": " Copyright 2021 pretix  Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.  ",
    "summary": "Allows to draw a signature",
    "version": "1.1.0",
    "project_urls": {
        "homepage": "https://github.com/pretix-unofficial/pretix-signature-question"
    },
    "split_keywords": [
        "pretix"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7b2b19edebcc8aff7b935883bbc83e345c68e1e7efef21b862a703cf0191d7e",
                "md5": "4a22a312ef7ea754fd16f64cc02f562d",
                "sha256": "4aa5dbb525d1de2e2b169b27cee3d70ec87cdc322ed107f91aa46a3649020d65"
            },
            "downloads": -1,
            "filename": "pretix_signature_question_2-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4a22a312ef7ea754fd16f64cc02f562d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 17231,
            "upload_time": "2024-03-24T11:55:05",
            "upload_time_iso_8601": "2024-03-24T11:55:05.794053Z",
            "url": "https://files.pythonhosted.org/packages/c7/b2/b19edebcc8aff7b935883bbc83e345c68e1e7efef21b862a703cf0191d7e/pretix_signature_question_2-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb48174ad0b8d5a717b4fd300f3383cefaf468ce5715f4a0f37495d3086b49f1",
                "md5": "4f83f244a388ff1f06f9323bd33e85ff",
                "sha256": "acba14cf88efc57566ea31b4a5945b5c79fb3d9b02a607bffae020234ffd891a"
            },
            "downloads": -1,
            "filename": "pretix-signature-question-2-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4f83f244a388ff1f06f9323bd33e85ff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 15145,
            "upload_time": "2024-03-24T11:55:07",
            "upload_time_iso_8601": "2024-03-24T11:55:07.825223Z",
            "url": "https://files.pythonhosted.org/packages/fb/48/174ad0b8d5a717b4fd300f3383cefaf468ce5715f4a0f37495d3086b49f1/pretix-signature-question-2-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-24 11:55:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pretix-unofficial",
    "github_project": "pretix-signature-question",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pretix-signature-question-2"
}
        
Elapsed time: 0.21630s