pretix-manualseats


Namepretix-manualseats JSON
Version 1.0.3 PyPI version JSON
download
home_page
SummaryManually assign tickets to seats.
upload_time2023-09-28 21:30:18
maintainer
docs_urlNone
author
requires_python>=3.8
license Copyright 2023 Moritz Lerch 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.
            Manual Seats
============

This is a plugin for `pretix`_.

Manually assign tickets to seats.

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. If you have problems 
   with that, try ``pip install -e [path]`` from your pretix virtual environment.
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:

.. code:: bash

   pip install flake8 isort black

To check your plugin for rule violations, run:

.. code:: bash

   black --check .
   isort -c .
   flake8 .

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

.. code:: bash

   isort .
   black .

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

License
-------

Copyright 2023 Moritz Lerch, Mark Oude Elberink

Released under the terms of the Apache License 2.0

Internal Usage with Docker
--------------------------

.. code:: dockerfile

   FROM ghcr.io/moritzlerch/pretix-manualseats as pretix_manualseats

   FROM pretix...

   ...

   COPY --from=pretix_manualseats /plugins/pretix_manualseats /plugins/pretix_manualseats
   RUN pip install -e /plugins/pretix_manualseats

.. _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-manualseats",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Moritz Lerch <dev@moritz-lerch.de>",
    "keywords": "pretix",
    "author": "",
    "author_email": "Moritz Lerch <dev@moritz-lerch.de>",
    "download_url": "https://files.pythonhosted.org/packages/5c/52/d728bbcc8580c48fcb35fee1780efcd9a401d64fc2105ad4aa5fe91ed97e/pretix-manualseats-1.0.3.tar.gz",
    "platform": null,
    "description": "Manual Seats\n============\n\nThis is a plugin for `pretix`_.\n\nManually assign tickets to seats.\n\nDevelopment setup\n-----------------\n\n1. Make sure that you have a working `pretix development setup`_.\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. If you have problems \n   with that, try ``pip install -e [path]`` from your pretix virtual environment.\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' tab\n   in the settings.\n\nThis plugin has CI set up to enforce a few code style rules. To check\nlocally, you need these packages installed:\n\n.. code:: bash\n\n   pip install flake8 isort black\n\nTo check your plugin for rule violations, run:\n\n.. code:: bash\n\n   black --check .\n   isort -c .\n   flake8 .\n\nYou can auto-fix some of these issues by running:\n\n.. code:: bash\n\n   isort .\n   black .\n\nTo automatically check for these issues before you commit, you can run\n``.install-hooks``.\n\nLicense\n-------\n\nCopyright 2023 Moritz Lerch, Mark Oude Elberink\n\nReleased under the terms of the Apache License 2.0\n\nInternal Usage with Docker\n--------------------------\n\n.. code:: dockerfile\n\n   FROM ghcr.io/moritzlerch/pretix-manualseats as pretix_manualseats\n\n   FROM pretix...\n\n   ...\n\n   COPY --from=pretix_manualseats /plugins/pretix_manualseats /plugins/pretix_manualseats\n   RUN pip install -e /plugins/pretix_manualseats\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 2023 Moritz Lerch  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": "Manually assign tickets to seats.",
    "version": "1.0.3",
    "project_urls": {
        "homepage": "https://github.com/moritzlerch/pretix-manualseats",
        "repository": "https://github.com/moritzlerch/pretix-manualseats"
    },
    "split_keywords": [
        "pretix"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c52d728bbcc8580c48fcb35fee1780efcd9a401d64fc2105ad4aa5fe91ed97e",
                "md5": "0017d9f31738aedf704abd5696e50607",
                "sha256": "88198ad9352c771e9bebb59617e9f17dec95f6bc6ca63f63775166013fdc3426"
            },
            "downloads": -1,
            "filename": "pretix-manualseats-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0017d9f31738aedf704abd5696e50607",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16853,
            "upload_time": "2023-09-28T21:30:18",
            "upload_time_iso_8601": "2023-09-28T21:30:18.329165Z",
            "url": "https://files.pythonhosted.org/packages/5c/52/d728bbcc8580c48fcb35fee1780efcd9a401d64fc2105ad4aa5fe91ed97e/pretix-manualseats-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-28 21:30:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "moritzlerch",
    "github_project": "pretix-manualseats",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pretix-manualseats"
}
        
Elapsed time: 0.11737s