{"id":13637869,"url":"https://github.com/pretix/pretix-passbook","last_synced_at":"2025-05-05T13:32:15.540Z","repository":{"id":12676964,"uuid":"71820821","full_name":"pretix/pretix-passbook","owner":"pretix","description":"Support for Apple Wallet/Passbook files in pretix","archived":false,"fork":false,"pushed_at":"2024-05-13T08:06:14.000Z","size":289,"stargazers_count":27,"open_issues_count":11,"forks_count":17,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-05-13T09:28:24.028Z","etag":null,"topics":["event","passbook","pretix","tickets"],"latest_commit_sha":null,"homepage":"https://pretix.eu","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pretix.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-24T18:45:49.000Z","updated_at":"2024-05-31T16:09:49.794Z","dependencies_parsed_at":"2024-05-13T09:28:21.492Z","dependency_job_id":"2451c45e-8b47-4325-b718-350161a6ed24","html_url":"https://github.com/pretix/pretix-passbook","commit_stats":{"total_commits":244,"total_committers":34,"mean_commits":7.176470588235294,"dds":0.6639344262295082,"last_synced_commit":"4703cd958f21ff6d00ffff6289c2e116f83d4bb2"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pretix%2Fpretix-passbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pretix%2Fpretix-passbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pretix%2Fpretix-passbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pretix%2Fpretix-passbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pretix","download_url":"https://codeload.github.com/pretix/pretix-passbook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224453018,"owners_count":17313668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["event","passbook","pretix","tickets"],"created_at":"2024-08-02T01:00:35.937Z","updated_at":"2024-11-13T12:46:17.483Z","avatar_url":"https://github.com/pretix.png","language":"Python","funding_links":[],"categories":["Mobile Tickets"],"sub_categories":[],"readme":"pretix-passbook\n===============\n\n.. image:: https://img.shields.io/pypi/v/pretix-passbook.svg\n   :target: https://pypi.python.org/pypi/pretix-passbook\n\n.. image:: https://travis-ci.org/pretix/pretix-passbook.svg?branch=master\n   :target: https://travis-ci.org/pretix/pretix-passbook\n\nThis is a plugin for `pretix`_. It allows to provide tickets in the passbook format supported by Apple Wallet and a\nnumber of Android apps.\n\nContributing\n------------\n\nIf you like to contribute to this project, you are very welcome to do so. If you have any\nquestions in the process, please do not hesitate to ask us.\n\nPlease note that we have a `Code of Conduct`_ in place that applies to all project contributions, including issues,\npull requests, etc.\n\nDevelopment setup\n^^^^^^^^^^^^^^^^^\n\n1. Make sure that you have a working `pretix development setup`_.\n\n2. Clone this repository, eg to ``local/pretix-passbook``.\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\n\nGenerating Passbook keys and configuring them in pretix\n-------------------------------------------------------\n\nYou can generate a key and CSR using::\n\n    export CERT_NAME=pass-pretix\n    openssl genrsa -out $CERT_NAME.key 2048\n    openssl pkey -in $CERT_NAME.key -traditional \u003e $CERT_NAME.key.pem\n    openssl req -new -key $CERT_NAME.key -out $CERT_NAME.csr\n\nYou can then request a certificate using that CSR in your `Apple developer account`_. You can then convert the downloaded certificate like this::\n\n    openssl x509 -inform der -in $CERT_NAME.cer -out $CERT_NAME.pem\n    \nAfter generating the .pem file, upload it to pretix as passbook certificate.\nMake sure you have uploaded the key generated before (pass-pretix.key) and added the passbook CA of apple.\nNext add your Team ID in pretix and the passbook type id. The passbook type id is your identifier, as example pass.pretix.example. The Team ID can be found under \"Organizational Unit\" when opening the passbook certificate, e.g. with Keychain on MacOS.  \nIf you have configured your private rsa key with a password you can provide it in pretix.\n\nClick on Save.\nEnjoy!\n\nLicense\n-------\n\nCopyright 2016 Tobias 'rixx' Kunze and Raphael Michel\n\nReleased under the terms of the Apache License 2.0\n\n\n.. _Apple developer account: https://developer.apple.com/account/ios/certificate/\n.. _pretix: https://github.com/pretix/pretix\n.. _Code of Conduct: https://docs.pretix.eu/en/latest/development/contribution/codeofconduct.html\n.. _pretix development setup: https://docs.pretix.eu/en/latest/development/setup.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpretix%2Fpretix-passbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpretix%2Fpretix-passbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpretix%2Fpretix-passbook/lists"}