pretix-roomsharing


Namepretix-roomsharing JSON
Version 0.1.13 PyPI version JSON
download
home_page
SummaryPretix roomsharing allows attendees to setup with which people they'd like to share a room
upload_time2024-03-10 22:09:17
maintainer
docs_urlNone
author
requires_python>=3.9
license Copyright 2022 Christiaan de Die le Clercq (techwolf12) 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.
            Roomsharing
==========================

This is a plugin for `pretix`_. 

Pretix roomsharing allows attendees to setup with which people they'd like to share a room

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 ``pip install -e .`` 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 docformatter

To check your plugin for rule violations, run::

    docformatter --check -r .
    black --check .
    isort -c .
    flake8 .

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

    docformatter -r .
    isort .
    black .

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


License
-------


Copyright 2022 Christiaan de Die le Clercq (techwolf12)

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": "",
    "name": "pretix-roomsharing",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "\"Christiaan de Die le Clercq (techwolf12)\" <contact@techwolf12.nl>",
    "keywords": "pretix",
    "author": "",
    "author_email": "\"Christiaan de Die le Clercq (techwolf12)\" <contact@techwolf12.nl>",
    "download_url": "https://files.pythonhosted.org/packages/4d/68/2fd4d2c95b86cc105b66d8913c9dd59ea408cc4eb648fd3ae9bd60516fda/pretix-roomsharing-0.1.13.tar.gz",
    "platform": null,
    "description": "Roomsharing\n==========================\n\nThis is a plugin for `pretix`_. \n\nPretix roomsharing allows attendees to setup with which people they'd like to share a room\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 ``pip install -e .`` 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 docformatter\n\nTo check your plugin for rule violations, run::\n\n    docformatter --check -r .\n    black --check .\n    isort -c .\n    flake8 .\n\nYou can auto-fix some of these issues by running::\n\n    docformatter -r .\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 2022 Christiaan de Die le Clercq (techwolf12)\n\nReleased under the terms of the Apache License 2.0\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": " Copyright 2022 Christiaan de Die le Clercq (techwolf12)  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": "Pretix roomsharing allows attendees to setup with which people they'd like to share a room",
    "version": "0.1.13",
    "project_urls": {
        "homepage": "https://github.com/techwolf12/pretix-roomsharing"
    },
    "split_keywords": [
        "pretix"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d682fd4d2c95b86cc105b66d8913c9dd59ea408cc4eb648fd3ae9bd60516fda",
                "md5": "c7fd362de941f7ec9d152d35e433be87",
                "sha256": "6091cea50cb5b6ca9f3a0274c16cec6a24016482b95042ddfceb78efe190718d"
            },
            "downloads": -1,
            "filename": "pretix-roomsharing-0.1.13.tar.gz",
            "has_sig": false,
            "md5_digest": "c7fd362de941f7ec9d152d35e433be87",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 18957,
            "upload_time": "2024-03-10T22:09:17",
            "upload_time_iso_8601": "2024-03-10T22:09:17.151823Z",
            "url": "https://files.pythonhosted.org/packages/4d/68/2fd4d2c95b86cc105b66d8913c9dd59ea408cc4eb648fd3ae9bd60516fda/pretix-roomsharing-0.1.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-10 22:09:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "techwolf12",
    "github_project": "pretix-roomsharing",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pretix-roomsharing"
}
        
Elapsed time: 0.21324s