Name | pretix-uic-barcode JSON |
Version |
1.0.1
JSON |
| download |
home_page | None |
Summary | UIC Barcodes for Pretix tickets |
upload_time | 2025-07-16 20:37:26 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | None |
keywords |
pretix
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
Pretix UIC Barcodes
==========================
This is a plugin for `pretix`_.
This allows Pretix to generate UIC compatible barcodes for event tickets, and provides hooks for other plugins
to provide their own records in such barcodes - see ``pretix_uic_barcode/signals.py``.
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 2025 Q Misell
Released under the terms of the EUPLv1.2
.. _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-uic-barcode",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": "Q Misell <q@magicalcodewit.ch>",
"keywords": "pretix",
"author": null,
"author_email": "Q Misell <q@magicalcodewit.ch>",
"download_url": "https://files.pythonhosted.org/packages/7a/b1/6da64a860b92a84ab910ed80acc371efa09b655525d6a0ddc9275fba3fd0/pretix_uic_barcode-1.0.1.tar.gz",
"platform": null,
"description": "Pretix UIC Barcodes\n==========================\n\nThis is a plugin for `pretix`_.\n\nThis allows Pretix to generate UIC compatible barcodes for event tickets, and provides hooks for other plugins\nto provide their own records in such barcodes - see ``pretix_uic_barcode/signals.py``.\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 2025 Q Misell\n\nReleased under the terms of the EUPLv1.2\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": null,
"summary": "UIC Barcodes for Pretix tickets",
"version": "1.0.1",
"project_urls": {
"homepage": "https://github.com/TheEnbyperor/pretix-uic-barcode",
"repository": "https://github.com/TheEnbyperor/pretix-uic-barcode"
},
"split_keywords": [
"pretix"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "fac8c0596233ce953fd0f2c40147d714e2840a51be620f4dff6d31e1a3ac935f",
"md5": "d0ea384bfb99f2063a702452c9f7552e",
"sha256": "b701d118dddbf572c359050b4553e3edfdcfec91ba1a66f69066a12af6c588c2"
},
"downloads": -1,
"filename": "pretix_uic_barcode-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d0ea384bfb99f2063a702452c9f7552e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 17021,
"upload_time": "2025-07-16T20:37:24",
"upload_time_iso_8601": "2025-07-16T20:37:24.863733Z",
"url": "https://files.pythonhosted.org/packages/fa/c8/c0596233ce953fd0f2c40147d714e2840a51be620f4dff6d31e1a3ac935f/pretix_uic_barcode-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7ab16da64a860b92a84ab910ed80acc371efa09b655525d6a0ddc9275fba3fd0",
"md5": "551afde53258c346673302965b3db778",
"sha256": "782aa791f0cdd6686879b511e1d08fe72a2371ee3928f78a746460b9a1f5834e"
},
"downloads": -1,
"filename": "pretix_uic_barcode-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "551afde53258c346673302965b3db778",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13931,
"upload_time": "2025-07-16T20:37:26",
"upload_time_iso_8601": "2025-07-16T20:37:26.116292Z",
"url": "https://files.pythonhosted.org/packages/7a/b1/6da64a860b92a84ab910ed80acc371efa09b655525d6a0ddc9275fba3fd0/pretix_uic_barcode-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-16 20:37:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "TheEnbyperor",
"github_project": "pretix-uic-barcode",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pretix-uic-barcode"
}