Metadata-Version: 1.0
Name: pretix-passbook
Version: 1.0.1
Summary: Passbook tickets for pretix
Home-page: https://github.com/pretix/pretix-passbook
Author: Tobias Kunze
Author-email: rixx@cutebit.de
License: UNKNOWN
Description: pretix-passbook
        ===============
        
        .. image:: https://img.shields.io/pypi/v/pretix-passbook.svg
           :target: https://pypi.python.org/pypi/pretix-passbook
        
        .. image:: https://travis-ci.org/pretix/pretix-passbook.svg?branch=master
           :target: https://travis-ci.org/pretix/pretix-passbook
        
        This is a plugin for `pretix`_. It allows to provide tickets in the passbook format supported by Apple Wallet and a
        number of Android apps.
        
        Contributing
        ------------
        
        If you like to contribute to this project, you are very welcome to do so. If you have any
        questions in the process, please do not hesitate to ask us.
        
        Please note that we have a `Code of Conduct`_ in place that applies to all project contributions, including issues,
        pull requests, etc.
        
        Development setup
        ^^^^^^^^^^^^^^^^^
        
        1. Make sure that you have a working `pretix development setup`_.
        
        2. Clone this repository, eg to ``local/pretix-passbook``.
        
        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.
        
        
        Generating Passbook keys
        ------------------------
        
        You can generate a key and CSR using::
        
            openssl genrsa -out pass-pretix.key 2048
            openssl req -new -key pass-pretix.key -out pass-pretix.csr
        
        You can then request a certificate using that CSR in your `Apple developer account`_.
        
        
        License
        -------
        
        Copyright 2016 Tobias 'rixx' Kunze and Raphael Michel
        
        Released under the terms of the Apache License 2.0
        
        
        .. _Apple developer account: https://developer.apple.com/account/ios/certificate/
        .. _pretix: https://github.com/pretix/pretix
        .. _Code of Conduct: https://docs.pretix.eu/en/latest/development/contribution/codeofconduct.html
        .. _pretix development setup: https://docs.pretix.eu/en/latest/development/setup.html
        
Platform: UNKNOWN
