Name | pretix-autocart JSON |
Version |
0.1.20240923
JSON |
| download |
home_page | None |
Summary | Enables autocompletition of pretix's carts and questions using the URL's fragment |
upload_time | 2024-11-25 16:00:35 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | Apache |
keywords |
pretix
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
pretix_auto_cart_questions
==========================
This is a plugin for `pretix`_.
Enables autocompletition of pretix's carts and questions using the URL
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 2024 Furizon
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": null,
"name": "pretix-autocart",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": "Furizon Team <webservice@furizon.net>, Luca Sorace <public.stranck@gmail.com>",
"keywords": "pretix",
"author": null,
"author_email": "Furizon Team <webservice@furizon.net>, Luca Sorace <public.stranck@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/ae/6c/a33664d6938c65ef5be4a86c63eefd79f438cd7c55c9353abff6e2d19ad3/pretix_autocart-0.1.20240923.tar.gz",
"platform": null,
"description": "pretix_auto_cart_questions\r\n==========================\r\n\r\nThis is a plugin for `pretix`_. \r\n\r\nEnables autocompletition of pretix's carts and questions using the URL\r\n\r\nDevelopment setup\r\n-----------------\r\n\r\n1. Make sure that you have a working `pretix development setup`_.\r\n\r\n2. Clone this repository.\r\n\r\n3. Activate the virtual environment you use for pretix development.\r\n\r\n4. Execute ``python setup.py develop`` within this directory to register this application with pretix's plugin registry.\r\n\r\n5. Execute ``make`` within this directory to compile translations.\r\n\r\n6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in\r\n the 'plugins' tab in the settings.\r\n\r\nThis plugin has CI set up to enforce a few code style rules. To check locally, you need these packages installed::\r\n\r\n pip install flake8 isort black\r\n\r\nTo check your plugin for rule violations, run::\r\n\r\n black --check .\r\n isort -c .\r\n flake8 .\r\n\r\nYou can auto-fix some of these issues by running::\r\n\r\n isort .\r\n black .\r\n\r\nTo automatically check for these issues before you commit, you can run ``.install-hooks``.\r\n\r\n\r\nLicense\r\n-------\r\n\r\n\r\nCopyright 2024 Furizon\r\n\r\nReleased under the terms of the Apache License 2.0\r\n\r\n\r\n\r\n.. _pretix: https://github.com/pretix/pretix\r\n.. _pretix development setup: https://docs.pretix.eu/en/latest/development/setup.html\r\n",
"bugtrack_url": null,
"license": "Apache",
"summary": "Enables autocompletition of pretix's carts and questions using the URL's fragment",
"version": "0.1.20240923",
"project_urls": {
"homepage": "https://github.com/orgs/APSfurizon/pretix-autocart",
"repository": "https://github.com/orgs/APSfurizon/pretix-autocart"
},
"split_keywords": [
"pretix"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ae6ca33664d6938c65ef5be4a86c63eefd79f438cd7c55c9353abff6e2d19ad3",
"md5": "96f8aa06a000e46a272836a9bbaaf25c",
"sha256": "f8b88aa28683694ff2b34f60849865415f70dbd67d5be608dfbb51789921d6ea"
},
"downloads": -1,
"filename": "pretix_autocart-0.1.20240923.tar.gz",
"has_sig": false,
"md5_digest": "96f8aa06a000e46a272836a9bbaaf25c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 51297,
"upload_time": "2024-11-25T16:00:35",
"upload_time_iso_8601": "2024-11-25T16:00:35.923670Z",
"url": "https://files.pythonhosted.org/packages/ae/6c/a33664d6938c65ef5be4a86c63eefd79f438cd7c55c9353abff6e2d19ad3/pretix_autocart-0.1.20240923.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-25 16:00:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "orgs",
"github_project": "APSfurizon",
"github_not_found": true,
"lcname": "pretix-autocart"
}