Skip to main content

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

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pretix-roomsharing-0.1.13.tar.gz (19.0 kB view details)

Uploaded Source

File details

Details for the file pretix-roomsharing-0.1.13.tar.gz.

File metadata

  • Download URL: pretix-roomsharing-0.1.13.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.2

File hashes

Hashes for pretix-roomsharing-0.1.13.tar.gz
Algorithm Hash digest
SHA256 6091cea50cb5b6ca9f3a0274c16cec6a24016482b95042ddfceb78efe190718d
MD5 c7fd362de941f7ec9d152d35e433be87
BLAKE2b-256 4d682fd4d2c95b86cc105b66d8913c9dd59ea408cc4eb648fd3ae9bd60516fda

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page