pretalx Zammad plugin
==========================
This is a plugin for `pretalx`_.
pretalx plugin for Zammad issue tracker
Development setup
-----------------
1. Make sure that you have a working `pretalx development setup`_.
2. Clone this repository, eg to ``local/pretalx-zammad``.
3. Activate the virtual environment you use for pretalx development.
4. Run ``pip install -e .`` within this directory to register this application with pretalx's plugin registry.
5. Run ``make`` within this directory to compile translations.
6. Restart your local pretalx server. This plugin should show up in the plugin list shown on startup in the console.
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 flake8-bugbear 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 .
License
-------
Copyright 2024 Florian Moesch
Released under the terms of the Apache License 2.0
.. _pretalx: https://github.com/pretalx/pretalx
.. _pretalx development setup: https://docs.pretalx.org/en/latest/developer/setup.html
Raw data
{
"_id": null,
"home_page": null,
"name": "pretalx-zammad",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": "Florian Moesch <florian@moesch.org>",
"keywords": "pretalx",
"author": null,
"author_email": "Florian Moesch <florian@moesch.org>",
"download_url": "https://files.pythonhosted.org/packages/e2/39/55549865548db32d47a7e555c56a4298abb2218553a8a6852d14816165eb/pretalx_zammad-2024.4.0.dev7.tar.gz",
"platform": null,
"description": "pretalx Zammad plugin\n==========================\n\nThis is a plugin for `pretalx`_.\npretalx plugin for Zammad issue tracker\n\nDevelopment setup\n-----------------\n\n1. Make sure that you have a working `pretalx development setup`_.\n\n2. Clone this repository, eg to ``local/pretalx-zammad``.\n\n3. Activate the virtual environment you use for pretalx development.\n\n4. Run ``pip install -e .`` within this directory to register this application with pretalx's plugin registry.\n\n5. Run ``make`` within this directory to compile translations.\n\n6. Restart your local pretalx server. This plugin should show up in the plugin list shown on startup in the console.\n You can now use the plugin from this repository for your events by enabling it in 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 flake8-bugbear 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\n\nLicense\n-------\n\nCopyright 2024 Florian Moesch\n\nReleased under the terms of the Apache License 2.0\n\n\n.. _pretalx: https://github.com/pretalx/pretalx\n.. _pretalx development setup: https://docs.pretalx.org/en/latest/developer/setup.html\n",
"bugtrack_url": null,
"license": "Apache Software License",
"summary": "pretalx plugin for Zammad issue tracker",
"version": "2024.4.0.dev7",
"project_urls": {
"homepage": "https://github.com/badbadc0ffee/pretalx-zammad",
"repository": "https://github.com/badbadc0ffee/pretalx-zammad.git"
},
"split_keywords": [
"pretalx"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4cc7c55a8c64b1ec45ca75efc65a5161a07633376204fb38c0566b014b9d3611",
"md5": "5893bfdd3971bf84605b728b6aa64a07",
"sha256": "915e083a7dad0ec1132d583b80c080a4a31e799c3bbd3d33d75da6f8f15f3b08"
},
"downloads": -1,
"filename": "pretalx_zammad-2024.4.0.dev7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5893bfdd3971bf84605b728b6aa64a07",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8268,
"upload_time": "2024-12-25T16:32:22",
"upload_time_iso_8601": "2024-12-25T16:32:22.994373Z",
"url": "https://files.pythonhosted.org/packages/4c/c7/c55a8c64b1ec45ca75efc65a5161a07633376204fb38c0566b014b9d3611/pretalx_zammad-2024.4.0.dev7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e23955549865548db32d47a7e555c56a4298abb2218553a8a6852d14816165eb",
"md5": "8689625e87148ce7628abed6934230ee",
"sha256": "7237f7cdf6420fccc33e8ce0a6dc45072e4282eab27a7b620d200fe254472f50"
},
"downloads": -1,
"filename": "pretalx_zammad-2024.4.0.dev7.tar.gz",
"has_sig": false,
"md5_digest": "8689625e87148ce7628abed6934230ee",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7497,
"upload_time": "2024-12-25T16:32:25",
"upload_time_iso_8601": "2024-12-25T16:32:25.720347Z",
"url": "https://files.pythonhosted.org/packages/e2/39/55549865548db32d47a7e555c56a4298abb2218553a8a6852d14816165eb/pretalx_zammad-2024.4.0.dev7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-25 16:32:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "badbadc0ffee",
"github_project": "pretalx-zammad",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pretalx-zammad"
}