{ "info": { "author": "Fernando Aramendi", "author_email": "fernando@devartis.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Other Environment", "Intended Audience :: Developers", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2 :: Only", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "![Passbook](http://cl.ly/JPjc/title_passbook.png)\n\n===============\ndjango-passbook\n===============\n\nThis application implements the specified API for passbook webservices. It handles pass registration, updates and logging. It may be easily plugged to you django application by just adding the installed app and importing the urls. It is based on Apple's specificatin and Mattt's rails example (https://github.com/mattt/passbook_rails_example)\n\n> If you need to create passes (.pkpass files) in python you should check http.//github.com/devartis/passbook.\n\nRequirements\n============\n\n- Django 1.4\n\nGetting Started\n===============\n\n```\n$ pip install django-passbook\n```\n\nAdd 'django_passbook' to you installed apps in the settings.py file.\n\nYou should also import the urls in your site urls.\n```\nfrom django_passbook import urls\nurlpatterns = patterns('',\n url(r'^api/', include('django_passbook.urls')),\n```\n\ndjango-passbook signals certain events that might come handy in your application.\n```\nfrom django_passbook.views import pass_registered, pass_unregistered\n@receiver(pass_registered)\ndef pass_registered(sender, **kwargs):\n pass\n\n@receiver(pass_unregistered)\ndef pass_unregistered(sender, **kwargs):\n pass\n```\n\nSpecification\n=============\n\nThe complete specification can be found in the [Passbook Web Service Reference](https://developer.apple.com/library/prerelease/ios/#documentation/PassKit/Reference/PassKit_WebService/WebService.html).\n\nContact\n=======\n\ndevartis\n\n- http://devartis.com\n- http://github.com/devartis\n- http://twitter.com/devartis\n- info@devartis.com", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/packages/source/D/django-passbook/django-passbook-0.1.0dev.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/devartis/django-passbook/", "keywords": null, "license": "Copyright (c) 2012 devartis\n\nPermission is hereby granted, free of charge, to any\nperson obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without limitation\nthe rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the\nSoftware, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice\nshall be included in all copies or substantial portions of\nthe Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY\nKIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR\nPURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS\nOR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "django-passbook", "package_url": "https://pypi.org/project/django-passbook/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-passbook/", "project_urls": { "Download": "http://pypi.python.org/packages/source/D/django-passbook/django-passbook-0.1.0dev.tar.gz", "Homepage": "http://github.com/devartis/django-passbook/" }, "release_url": "https://pypi.org/project/django-passbook/0.1.0dev/", "requires_dist": null, "requires_python": null, "summary": "Django Passbook server app", "version": "0.1.0dev" }, "last_serial": 790260, "releases": { "0.1.0dev": [ { "comment_text": "", "digests": { "md5": "9b1cce845053d0c7b06b69d93088830d", "sha256": "9fb22196280f63dc7dd31893fee2532941a1428290e0f06803d8e93f300f79c2" }, "downloads": -1, "filename": "django-passbook-0.1.0dev.tar.gz", "has_sig": false, "md5_digest": "9b1cce845053d0c7b06b69d93088830d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4107, "upload_time": "2012-12-10T14:11:53", "url": "https://files.pythonhosted.org/packages/1b/0a/4c47f812c82c8a7f73ba0fc9085da2e775b9bf4a60d11e20d2f90c1757be/django-passbook-0.1.0dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9b1cce845053d0c7b06b69d93088830d", "sha256": "9fb22196280f63dc7dd31893fee2532941a1428290e0f06803d8e93f300f79c2" }, "downloads": -1, "filename": "django-passbook-0.1.0dev.tar.gz", "has_sig": false, "md5_digest": "9b1cce845053d0c7b06b69d93088830d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4107, "upload_time": "2012-12-10T14:11:53", "url": "https://files.pythonhosted.org/packages/1b/0a/4c47f812c82c8a7f73ba0fc9085da2e775b9bf4a60d11e20d2f90c1757be/django-passbook-0.1.0dev.tar.gz" } ] }