pretix-regid


Namepretix-regid JSON
Version 0.1.4 PyPI version JSON
download
home_page
SummaryAdds an automatic registration ID to approved orders
upload_time2023-11-13 19:31:41
maintainer
docs_urlNone
author
requires_python
license Copyright 2022 Christiaan de Die le Clercq (techwolf12) 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.
            Registration ID
==========================

This is a plugin for `pretix`_. 

Adds an automatic registration ID to approved orders. When enabling this plugin it will automatically create registration ID's on the event it is enabled. It has to be enabled from the start to work correctly, otherwise you will have users without registration ID.  

  
To install:
``pip3 install pretix-regid && python3 -m pretix migrate && python3 -m pretix rebuild && service pretix-web restart``

Then just activate it in your event config.

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 ``pip3 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 2022 Christiaan de Die le Clercq (techwolf12)

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": "",
    "name": "pretix-regid",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "\"Christiaan de Die le Clercq (techwolf12)\" <contact@techwolf12.nl>",
    "keywords": "pretix",
    "author": "",
    "author_email": "\"Christiaan de Die le Clercq (techwolf12)\" <contact@techwolf12.nl>",
    "download_url": "https://files.pythonhosted.org/packages/fd/f9/565c3aac67712a983a2ad412652d7c27d30bd3558792fd41680cd16a81dc/pretix-regid-0.1.4.tar.gz",
    "platform": null,
    "description": "Registration ID\n==========================\n\nThis is a plugin for `pretix`_. \n\nAdds an automatic registration ID to approved orders. When enabling this plugin it will automatically create registration ID's on the event it is enabled. It has to be enabled from the start to work correctly, otherwise you will have users without registration ID.  \n\n  \nTo install:\n``pip3 install pretix-regid && python3 -m pretix migrate && python3 -m pretix rebuild && service pretix-web restart``\n\nThen just activate it in your event config.\n\nDevelopment setup\n-----------------\n\n1. Make sure that you have a working `pretix development setup`_.\n\n2. Clone this repository.\n\n3. Activate the virtual environment you use for pretix development.\n\n4. Execute ``pip3 install -e .`` within this directory to register this application with pretix's plugin registry.\n\n5. Execute ``make`` within this directory to compile translations.\n\n6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in\n   the 'plugins' tab in the settings.\n\nThis plugin has CI set up to enforce a few code style rules. To check locally, you need these packages installed::\n\n    pip install flake8 isort black docformatter\n\nTo check your plugin for rule violations, run::\n\n    docformatter --check -r .\n    black --check .\n    isort -c .\n    flake8 .\n\nYou can auto-fix some of these issues by running::\n\n    docformatter -r .\n    isort .\n    black .\n\nTo automatically check for these issues before you commit, you can run ``.install-hooks``.\n\n\nLicense\n-------\n\n\nCopyright 2022 Christiaan de Die le Clercq (techwolf12)\n\nReleased under the terms of the Apache License 2.0\n\n\n\n.. _pretix: https://github.com/pretix/pretix\n.. _pretix development setup: https://docs.pretix.eu/en/latest/development/setup.html\n",
    "bugtrack_url": null,
    "license": " Copyright 2022 Christiaan de Die le Clercq (techwolf12)  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": "Adds an automatic registration ID to approved orders",
    "version": "0.1.4",
    "project_urls": {
        "homepage": "https://github.com/techwolf12/pretix-regid"
    },
    "split_keywords": [
        "pretix"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdf9565c3aac67712a983a2ad412652d7c27d30bd3558792fd41680cd16a81dc",
                "md5": "7911d58ffc4ca091902c03f3499ee1fe",
                "sha256": "884cfd2609224319583f058cce811a4fc37c1ac414e285e07be9d57bbad2afba"
            },
            "downloads": -1,
            "filename": "pretix-regid-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "7911d58ffc4ca091902c03f3499ee1fe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9313,
            "upload_time": "2023-11-13T19:31:41",
            "upload_time_iso_8601": "2023-11-13T19:31:41.953717Z",
            "url": "https://files.pythonhosted.org/packages/fd/f9/565c3aac67712a983a2ad412652d7c27d30bd3558792fd41680cd16a81dc/pretix-regid-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-13 19:31:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "techwolf12",
    "github_project": "pretix-regid",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pretix-regid"
}
        
Elapsed time: 0.15896s