{ "info": { "author": "Jason Emerick", "author_email": "jemerick@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "# django-sparkle\n\nDjango-sparkle is a Django application to make it easy to publish updates for your mac application using [sparkle](http://sparkle.andymatuschak.org/).\n\nIn addition to publishing updates via the appcast feed, Django-sparkle can also collect system profile information if sparkle is configured to report it.\n\n\n# Requirements\n\n* OpenSSL\n* Markdown (For release notes)\n\n# Setup\n\n1. `easy_install django-sparkle` or `pip install django-sparkle`\n2. Add `sparkle` to your installed apps\n3. Add `django.contrib.markup` to your installed apps if not already included\n3. In `settings.py` add `SPARKLE_PRIVATE_KEY_PATH` which is the path to your private DSA key for signing your releases.\n4. In `urls.py` include the sparkle URLs by adding something like `(r'^sparkle/', include('sparkle.urls'))`.\n5. Ensure your domain name is properly configured in the sites framework.\n6. `python manage.py syncdb` to create the tables needed for sparkle.\n\n# Usage\n\nCreate an application and optionally add some versions.\n\nThe application's appcast feed will be available at `/whatever_you/configured_in/your_urls_py/(?P\\d+)/appcast.xml`.\n\nSet the `SUFeedURL` key in your Info.plist to point to the sparkle application's appcast URL. `http://example.com/sparkle/1/appcast.xml` for example.\n\nIf you want to enable system profiling, be sure to set the `SUEnableSystemProfiling` key in your Info.plist to `YES`.\n\n# Settings\n\n`SPARKLE_PRIVATE_KEY_PATH`\n\nThe path to your DSA private key for signing releases. Defaults to `None`. If not provided, releases will not be automatically signed when uploaded.\n\n# To Do\n\n* Tests of course!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/Mobelux/django-sparkle", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-sparkle", "package_url": "https://pypi.org/project/django-sparkle/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-sparkle/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/Mobelux/django-sparkle" }, "release_url": "https://pypi.org/project/django-sparkle/0.1/", "requires_dist": null, "requires_python": null, "summary": "Django-sparkle is a Django application to make it easy to publish updates for your mac application using sparkle", "version": "0.1" }, "last_serial": 364912, "releases": { "0.1": [] }, "urls": [] }