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": null,
"name": "pretix-manualseats",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Moritz Lerch <dev@moritz-lerch.de>",
"keywords": "pretix",
"author": null,
"author_email": "Moritz Lerch <dev@moritz-lerch.de>",
"download_url": "https://files.pythonhosted.org/packages/85/60/5d69159394243cdc2d8d7693c7a74996aac126a7cd36357cdae10606dd26/pretix_manualseats-1.0.4.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.4",
"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": "85605d69159394243cdc2d8d7693c7a74996aac126a7cd36357cdae10606dd26",
"md5": "25fa0c2ce3bc90a2ba3d732323160270",
"sha256": "2e72da416fd2ac4925e61c9bd805c742f7ac5afc51f57e4d24541b77695eca35"
},
"downloads": -1,
"filename": "pretix_manualseats-1.0.4.tar.gz",
"has_sig": false,
"md5_digest": "25fa0c2ce3bc90a2ba3d732323160270",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 16800,
"upload_time": "2024-06-22T17:29:33",
"upload_time_iso_8601": "2024-06-22T17:29:33.198185Z",
"url": "https://files.pythonhosted.org/packages/85/60/5d69159394243cdc2d8d7693c7a74996aac126a7cd36357cdae10606dd26/pretix_manualseats-1.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-22 17:29:33",
"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"
}