pretix-paybox


Namepretix-paybox JSON
Version 0.9.9 PyPI version JSON
download
home_page
SummaryPaybox payment plugin for Pretix 4
upload_time2023-08-01 16:14:00
maintainer
docs_urlNone
author
requires_python
licenseAGPLv3
keywords pretix
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ---
title: Paybox for Pretix
---

This is a plugin for [pretix](https://github.com/pretix/pretix).

# Description

This is an alpha stage payment plugin for Pretix 4, it allows to use
Sumup online payment. You need to register an OAuth app in your Sumup
developer account. You also to manually request the \"payment\" scope to
Sumup.

# Development setup

1.  Make sure that you have a working [pretix development
    setup](https://docs.pretix.eu/en/latest/development/setup.html).
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. supervisorctl -s unix:///tmp/supervisor.sock
    restart pretixweb

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 Ronan Le Meillat

Released under the terms of the GNU Affero General Public License v3

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pretix-paybox",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "Ronan Le Meillat <ronan@highcanfly.club>",
    "keywords": "pretix",
    "author": "",
    "author_email": "Ronan Le Meillat <ronan@highcanfly.club>",
    "download_url": "https://files.pythonhosted.org/packages/44/5b/7a8fff985c907c744daab07d131d800b8f3abd7c22be66696a08b9f3c9c6/pretix-paybox-0.9.9.tar.gz",
    "platform": null,
    "description": "---\ntitle: Paybox for Pretix\n---\n\nThis is a plugin for [pretix](https://github.com/pretix/pretix).\n\n# Description\n\nThis is an alpha stage payment plugin for Pretix 4, it allows to use\nSumup online payment. You need to register an OAuth app in your Sumup\ndeveloper account. You also to manually request the \\\"payment\\\" scope to\nSumup.\n\n# Development setup\n\n1.  Make sure that you have a working [pretix development\n    setup](https://docs.pretix.eu/en/latest/development/setup.html).\n2.  Clone this repository.\n3.  Activate the virtual environment you use for pretix development.\n4.  Execute `python setup.py develop` within this directory to register\n    this application with pretix\\'s plugin registry.\n5.  Execute `make` within this directory to compile translations.\n6.  Restart your local pretix server. You can now use the plugin from\n    this repository for your events by enabling it in the \\'plugins\\'\n    tab in the settings. supervisorctl -s unix:///tmp/supervisor.sock\n    restart pretixweb\n\nThis plugin has CI set up to enforce a few code style rules. To check\nlocally, 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\n`.install-hooks`.\n\n# License\n\nCopyright 2023 Ronan Le Meillat\n\nReleased under the terms of the GNU Affero General Public License v3\n",
    "bugtrack_url": null,
    "license": "AGPLv3",
    "summary": "Paybox payment plugin for Pretix 4",
    "version": "0.9.9",
    "project_urls": {
        "homepage": "https://github.com/highcanfly-club/pretix-paybox",
        "repository": "https://github.com/highcanfly-club/pretix-paybox"
    },
    "split_keywords": [
        "pretix"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "445b7a8fff985c907c744daab07d131d800b8f3abd7c22be66696a08b9f3c9c6",
                "md5": "579ac94885a4e55e18f9c95a13550935",
                "sha256": "84aa42757b4edc82334f59d9c794bce17bbc5459dca20bf9d974bc6850041000"
            },
            "downloads": -1,
            "filename": "pretix-paybox-0.9.9.tar.gz",
            "has_sig": false,
            "md5_digest": "579ac94885a4e55e18f9c95a13550935",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 36727,
            "upload_time": "2023-08-01T16:14:00",
            "upload_time_iso_8601": "2023-08-01T16:14:00.478855Z",
            "url": "https://files.pythonhosted.org/packages/44/5b/7a8fff985c907c744daab07d131d800b8f3abd7c22be66696a08b9f3c9c6/pretix-paybox-0.9.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-01 16:14:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "highcanfly-club",
    "github_project": "pretix-paybox",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pretix-paybox"
}
        
Elapsed time: 0.10923s