{ "info": { "author": "ISL", "author_email": "dev@isl.co", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "====================\ndjango-flashbriefing\n====================\n\nAmazon `Alexa Flash Briefings `_ for Django\n\n.. image:: https://circleci.com/gh/istrategylabs/django-flashbriefing/tree/master.svg?style=shield\n :target: https://circleci.com/gh/istrategylabs/django-flashbriefing/tree/master\n\nflashbriefing provides models for feeds and feed items, a view to render the\nJSON feed, and default admin configuration.\n\n\nInstallation\n------------\n\nIt's on `PyPI `_::\n\n pipenv install django-flashbriefing\n\nAdd to *INSTALLED_APPS*::\n\n INSTALLED_APPS = (\n ...\n 'flashbriefing',\n ...\n )\n\nAdd a route to *urls.py*::\n\n urlpatterns = [\n ...\n url(r'^briefings/', include('flashbriefing.urls')),\n ...\n ]\n\nRun migrations::\n\n python manage.py migrate\n\n\nFeed URL\n--------\n\nThe feed URL can found by clicking *View on Site* on the Django admin Feed edit\npage or by accessing :code:`get_absolute_url()` on a feed instance. This is the\nURL that will need to be registered with Amazon.\n\n\nRegistering with Amazon\n-----------------------\n\n1. Login to the `Amazon Developer Console `_.\n2. Click *Alexa* in the main navigation.\n3. Under *Alexa Skills Kit*, click *Get Started*.\n4. Under *Skill Type*, select *Flash Briefing Skill API*.\n5. Under *Configuration*, click *Add new feed* and add information about the feed, including the URL of the feed from the application.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/istrategylabs/django-flashbriefing", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-flashbriefing", "package_url": "https://pypi.org/project/django-flashbriefing/", "platform": "any", "project_url": "https://pypi.org/project/django-flashbriefing/", "project_urls": { "Homepage": "https://github.com/istrategylabs/django-flashbriefing" }, "release_url": "https://pypi.org/project/django-flashbriefing/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Amazon Alexa Flash Briefings for Django", "version": "1.0.1" }, "last_serial": 5941366, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "888fb2c3a8c0e4f746aa59689a0bc5a0", "sha256": "e6eb12bfc491c9147cdab822d8b1636a21c3462f98025c94cb9c93c2c059ed28" }, "downloads": -1, "filename": "django-flashbriefing-0.1.tar.gz", "has_sig": false, "md5_digest": "888fb2c3a8c0e4f746aa59689a0bc5a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4619, "upload_time": "2017-08-14T20:56:53", "url": "https://files.pythonhosted.org/packages/2f/0c/be91a98e735aaa4c37a6c32d64af7a1291e372a8503d278aededdc98e3a1/django-flashbriefing-0.1.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "f6a937675379417f812dc2cc6bc065e1", "sha256": "30c98021f1817c17529fc0e38d8aa74d0cf914bd7085ef10a0f5c5b50f88140d" }, "downloads": -1, "filename": "django-flashbriefing-1.0.tar.gz", "has_sig": false, "md5_digest": "f6a937675379417f812dc2cc6bc065e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4562, "upload_time": "2018-05-08T16:03:21", "url": "https://files.pythonhosted.org/packages/c5/04/f65a68396c147186bfbdf75ab01d4e2de76bdce5fee8be45fbe094126265/django-flashbriefing-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "f7b46fc3542a3718b172465b81c36515", "sha256": "5b79a900396b22ec3c52210227292d5e47a02cb449ac7ed7f8cb1220cb304abd" }, "downloads": -1, "filename": "django-flashbriefing-1.0.1.tar.gz", "has_sig": false, "md5_digest": "f7b46fc3542a3718b172465b81c36515", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5222, "upload_time": "2018-05-18T21:01:45", "url": "https://files.pythonhosted.org/packages/22/7e/b535ac4e465fd345f486f22714681ce4b089e1fa19fc51135ab52a2a9f1f/django-flashbriefing-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f7b46fc3542a3718b172465b81c36515", "sha256": "5b79a900396b22ec3c52210227292d5e47a02cb449ac7ed7f8cb1220cb304abd" }, "downloads": -1, "filename": "django-flashbriefing-1.0.1.tar.gz", "has_sig": false, "md5_digest": "f7b46fc3542a3718b172465b81c36515", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5222, "upload_time": "2018-05-18T21:01:45", "url": "https://files.pythonhosted.org/packages/22/7e/b535ac4e465fd345f486f22714681ce4b089e1fa19fc51135ab52a2a9f1f/django-flashbriefing-1.0.1.tar.gz" } ] }