{ "info": { "author": "Tim Woocker & Malte Mosler", "author_email": "tim.woocker@googlemail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "\n# Django2 app for creating Alexa Skills\nDjango app for easily creating Amazon Alexa Skills. *By Tim Woocker & Malte Mosler*\n\n## Table of Content\n1. [Prerequisites](#1-prerequisites)\n2. [Getting Started](#2-getting-started)\n3. [Settings](#3-settings)\n4. [Examples](#4-examples)\n5. [Support](#3-support)\n\n## 1. Prerequisites\nIf you're using Apache HTTP Server, **use v2.4.10 or later**!\nFrom [Amazon's Docs](https://developer.amazon.com/de/docs/custom-skills/request-and-response-json-reference.html):\n> Note: if you are using Apache HTTP Server to host your web service, use version 2.4.10 or later. Earlier versions of Apache HTTP Server send an \"unrecognized name\" warning if the server is not configured with a ServerName or ServerAlias in the configuration files. This prevents the Alexa service from sending the customer's request to your server. To address this, either upgrade to 2.4.10 or later, or add ServerName / ServerAlias to your server's configuration file.\n\n## 2. Getting Started\nYou can use pip to install this app:\n\n\tpip install django2-alexa\n\nIn your django *settings.py* add `\"django2_alexa\"` to `INSTALLED_APPS`:\n```python\nINSTALLED_APPS = [\n\t...\n 'django2_alexa',\n\t...\n]\n```\nIn your current path create a django app with:\n```python\npython manage.py startapp YourAppName\n```\n\nImport & create the `Skill` object in your *views.py*:\n```python\nfrom django2_alexa.interfaces.alexa import Skill\n\nskill = Skill()\n```\n\nImport the `skill` in your *urls.py* and add the view to your urlpatterns:\n```python\nfrom YourAppName.views import skill\n\nurlpatterns = [\n\t...\n path('', skill.view)\n\t...\n]\n```\n\nYou can use this library with `DEBUG` mode on in *settings.py*. The amazon server verification for timestamps however will be skipped. This will cause amazon to not accept your skill if you try to publish your skill in `DEBUG` mode.\n\nNow you are ready to develope your own skill for alexa! You can find a few examples [here](#4-examples).\n\n## 3. Settings\nThis django app adds some settings to your project:\n\n|Name|Type|Default|Description|\n|--|--|--|--|\n|`ALEXA_VERIFY_CONN`|`bool`|`True`|This setting specifies if every request to an alexa skill should be verified against the amazon servers. This is useful when testing your skill without Amazon's service.|\n\n## 4. Examples\n[Audio Response](https://github.com/timwoocker/django2-alexa/blob/master/examples/audio/views.py)\n\n[Card Response](https://github.com/timwoocker/django2-alexa/blob/master/examples/card/views.py)\n\n[Slots](https://github.com/timwoocker/django2-alexa/blob/master/examples/slots/views.py)\n## 5. Support\n\nTwitter: [@Tim Woocker](https://twitter.com/crey4fun) [@DeemonRider](https://twitter.com/DeemonRider)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/timwoocker/django-alexa", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django2-alexa", "package_url": "https://pypi.org/project/django2-alexa/", "platform": "", "project_url": "https://pypi.org/project/django2-alexa/", "project_urls": { "Homepage": "https://github.com/timwoocker/django-alexa" }, "release_url": "https://pypi.org/project/django2-alexa/0.1.4/", "requires_dist": null, "requires_python": "", "summary": "Django app for easily creating Amazon Alexa Skills", "version": "0.1.4" }, "last_serial": 4524602, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1c85ec5497d056e055e65d36d7eedda1", "sha256": "5b345a1a4d42ee83010ce5927ea065752221c7c36bcb6692ab25711571c426c4" }, "downloads": -1, "filename": "django2_alexa-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1c85ec5497d056e055e65d36d7eedda1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3571, "upload_time": "2018-11-17T17:15:31", "url": "https://files.pythonhosted.org/packages/f3/72/9171b570a9d2da06dba6078c0a93fdc561a825bec72c044ca5398da203e7/django2_alexa-0.0.1-py3-none-any.whl" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "08a91c6b983d846ca35abf5ed673f091", "sha256": "63ec2b9d4b2e5fd30aff299f653aae8e5aa24b29d78d931f32916d48a996fbc5" }, "downloads": -1, "filename": "django2_alexa-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "08a91c6b983d846ca35abf5ed673f091", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3577, "upload_time": "2018-11-17T17:22:08", "url": "https://files.pythonhosted.org/packages/16/5d/741a177c05c00506ddfc25766ca199a323c52732d48bae0e4b47b0376571/django2_alexa-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ed1069fbab008df09edba5df24e412d0", "sha256": "7c2e6c79e805941154195c38c65dbf7bcf669e0a076b47ab8f39ad96b7500b9f" }, "downloads": -1, "filename": "django2-alexa-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ed1069fbab008df09edba5df24e412d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1338, "upload_time": "2018-11-17T17:22:09", "url": "https://files.pythonhosted.org/packages/75/86/f95eb22e6d43fac8371035f392024d9c87f916c9dec2bf2053dfdd532b8e/django2-alexa-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "49e8d3a9f8d6e5d104087e435b1c735e", "sha256": "dd57ef41d48795ed967a09901741d0a43cc01d054e320915d3cd642fc6b24c6d" }, "downloads": -1, "filename": "django2_alexa-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "49e8d3a9f8d6e5d104087e435b1c735e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4808, "upload_time": "2018-11-17T17:29:47", "url": "https://files.pythonhosted.org/packages/72/33/7ba3e9beabed9c359290f03f1b12d066abda3ca5e131ad1bb24b9df33435/django2_alexa-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7e41111d69d8f43ed85659d1a0882110", "sha256": "a4aaced8c1d655171555d1704274babeb8c381d8263d64ccff20ea7b1cf8f926" }, "downloads": -1, "filename": "django2-alexa-0.0.4.tar.gz", "has_sig": false, "md5_digest": "7e41111d69d8f43ed85659d1a0882110", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1334, "upload_time": "2018-11-17T17:29:48", "url": "https://files.pythonhosted.org/packages/b9/2b/bf965f449c85f9233521f7ee58f436658b5c5d9944d25f8752b608da0776/django2-alexa-0.0.4.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "c0810de14a781cdb53e77103f249a34f", "sha256": "311f348e3ba1b35c6c7071cdfc33d6e5e7c15a04d9b0f34a9c9373938706cbc1" }, "downloads": -1, "filename": "django2_alexa-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c0810de14a781cdb53e77103f249a34f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13843, "upload_time": "2018-11-18T00:34:42", "url": "https://files.pythonhosted.org/packages/f6/05/a9b4393a1171d29c910ad94c3a5eb30f2bd0989927ae48ec285ade338c4e/django2_alexa-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "327cb87820e891ae8b1720415aa430bc", "sha256": "a3a15456fd7701d0b7f13116876ef606ce565236c0ade8b276057cc1a8368ab4" }, "downloads": -1, "filename": "django2-alexa-0.1.0.tar.gz", "has_sig": false, "md5_digest": "327cb87820e891ae8b1720415aa430bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5436, "upload_time": "2018-11-18T00:34:43", "url": "https://files.pythonhosted.org/packages/46/30/75ef39be8e8c2fa0cc6a881b0796a4b170efc01d061e85213e2354878a21/django2-alexa-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b7509797db76ae679be3c22cf35b5f3a", "sha256": "206e4fa5febf1a18645b4e58b1452295489f0b3d72f8bdfa4ac0abe90bb0016b" }, "downloads": -1, "filename": "django2_alexa-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b7509797db76ae679be3c22cf35b5f3a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13874, "upload_time": "2018-11-18T10:27:12", "url": "https://files.pythonhosted.org/packages/5d/df/bd38ccba1a8c438f2ba6d68e62217f6f3b921bdf3dcecbbd6aae1f6539a5/django2_alexa-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "89284023c77e2792e6fd5a7075912e75", "sha256": "30afadabeaf512f0e83a4fdbcc661b99584eaeaae520202779b59631356491ef" }, "downloads": -1, "filename": "django2-alexa-0.1.1.tar.gz", "has_sig": false, "md5_digest": "89284023c77e2792e6fd5a7075912e75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5476, "upload_time": "2018-11-18T10:27:13", "url": "https://files.pythonhosted.org/packages/8f/79/14d15e4965ce2a27b52a76795dcfdde13e200c223fbd7a4a89cb8273d8b3/django2-alexa-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "0465e569ee163879f208601743b351c2", "sha256": "c77f5117190b9163a5b8fc2614d9ecd921aeb8e7d0e1f117c638881adc9ebc0a" }, "downloads": -1, "filename": "django2_alexa-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "0465e569ee163879f208601743b351c2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13855, "upload_time": "2018-11-18T10:49:27", "url": "https://files.pythonhosted.org/packages/74/29/1c64b948d8a5c0c0b4a1c1d5c267f6c046273a41605cea146103825d1f6e/django2_alexa-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7407d93969e309d281f28ae34acd4128", "sha256": "e4fd9d7a251d489db0d539ee919d0ac52cb0d66f10776625f96c0b2248861e32" }, "downloads": -1, "filename": "django2-alexa-0.1.2.tar.gz", "has_sig": false, "md5_digest": "7407d93969e309d281f28ae34acd4128", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5446, "upload_time": "2018-11-18T10:49:29", "url": "https://files.pythonhosted.org/packages/69/df/f260c6448294e79a7e3ced8d046861f736ebcb2c0b2d0c6d09fe7830a8e0/django2-alexa-0.1.2.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "a75d3ab3d093a321e4080c450860baf9", "sha256": "5a5defa606c41fd899e21c3811e591efe523a1dc7a21964b0bd1635d0154c11d" }, "downloads": -1, "filename": "django2_alexa-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "a75d3ab3d093a321e4080c450860baf9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18991, "upload_time": "2018-11-24T22:17:46", "url": "https://files.pythonhosted.org/packages/2a/94/353b8f9631151b3519e5b15a5b647e4f9249438d80c4f11391f7a6273dc0/django2_alexa-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b369c2e050d0b0c685ce3e7981077184", "sha256": "b6003095dd041e8a7f947a479301695f6cb8bc642b57903b8a75348f7b8e44cb" }, "downloads": -1, "filename": "django2-alexa-0.1.4.tar.gz", "has_sig": false, "md5_digest": "b369c2e050d0b0c685ce3e7981077184", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8035, "upload_time": "2018-11-24T22:17:47", "url": "https://files.pythonhosted.org/packages/b3/e3/feceee5aee01d8754a6b0715bd84c5c79f682981f66ad05b693dc80015eb/django2-alexa-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a75d3ab3d093a321e4080c450860baf9", "sha256": "5a5defa606c41fd899e21c3811e591efe523a1dc7a21964b0bd1635d0154c11d" }, "downloads": -1, "filename": "django2_alexa-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "a75d3ab3d093a321e4080c450860baf9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18991, "upload_time": "2018-11-24T22:17:46", "url": "https://files.pythonhosted.org/packages/2a/94/353b8f9631151b3519e5b15a5b647e4f9249438d80c4f11391f7a6273dc0/django2_alexa-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b369c2e050d0b0c685ce3e7981077184", "sha256": "b6003095dd041e8a7f947a479301695f6cb8bc642b57903b8a75348f7b8e44cb" }, "downloads": -1, "filename": "django2-alexa-0.1.4.tar.gz", "has_sig": false, "md5_digest": "b369c2e050d0b0c685ce3e7981077184", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8035, "upload_time": "2018-11-24T22:17:47", "url": "https://files.pythonhosted.org/packages/b3/e3/feceee5aee01d8754a6b0715bd84c5c79f682981f66ad05b693dc80015eb/django2-alexa-0.1.4.tar.gz" } ] }