pretix-wallets


Namepretix-wallets JSON
Version 1.0.2 PyPI version JSON
download
home_page
SummaryAllow users to save the ticket into wallet apps
upload_time2024-01-20 16:38:28
maintainer
docs_urlNone
author
requires_python
licenseApache
keywords pretix
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Wallets
==========================

This is a plugin for `pretix`_. 

Allow users to save the ticket into wallet apps

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 ``python setup.py develop`` 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

To check your plugin for rule violations, run::

    black --check .
    isort -c .
    flake8 .

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

    isort .
    black .

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


License
-------


Copyright 2023 Robin Ferch

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-wallets",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "Robin Ferch <hi@robinferch.me>",
    "keywords": "pretix",
    "author": "",
    "author_email": "Robin Ferch <hi@robinferch.me>",
    "download_url": "https://files.pythonhosted.org/packages/f3/6c/87588e7efc8856aff14fa6351e345f81109bfcca2675db0aac56461e1175/pretix-wallets-1.0.2.tar.gz",
    "platform": null,
    "description": "Wallets\n==========================\n\nThis is a plugin for `pretix`_. \n\nAllow users to save the ticket into wallet apps\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 ``python setup.py develop`` 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\n\nTo check your plugin for rule violations, run::\n\n    black --check .\n    isort -c .\n    flake8 .\n\nYou can auto-fix some of these issues by running::\n\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 2023 Robin Ferch\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": "Apache",
    "summary": "Allow users to save the ticket into wallet apps",
    "version": "1.0.2",
    "project_urls": {
        "homepage": "https://github.com/Nachwahl/pretix-wallets",
        "repository": "https://github.com/Nachwahl/pretix-wallets"
    },
    "split_keywords": [
        "pretix"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f36c87588e7efc8856aff14fa6351e345f81109bfcca2675db0aac56461e1175",
                "md5": "ef5c10172f7c3a8c6ad0ad1e4bd10ce0",
                "sha256": "20e3bd24e88242c8015286606ccae65b142be4e9fc5b5492eb941772acc4926a"
            },
            "downloads": -1,
            "filename": "pretix-wallets-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ef5c10172f7c3a8c6ad0ad1e4bd10ce0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 33967,
            "upload_time": "2024-01-20T16:38:28",
            "upload_time_iso_8601": "2024-01-20T16:38:28.634669Z",
            "url": "https://files.pythonhosted.org/packages/f3/6c/87588e7efc8856aff14fa6351e345f81109bfcca2675db0aac56461e1175/pretix-wallets-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-20 16:38:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Nachwahl",
    "github_project": "pretix-wallets",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pretix-wallets"
}
        
Elapsed time: 0.19112s