{ "info": { "author": "Alexa Skills Kit", "author_email": "ask-sdk-dynamic@amazon.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "===================================================================================\nASK SDK Webservice Support - Base components for Python ASK SDK Skill as WebService\n===================================================================================\n\n**ask-sdk-webservice-support** is the base SDK package for providing\nsupport to deploy skill as webservice, when built using ASK Python SDK.\nIt provides the base verification components and the dispatch logic for\nskills deployed as a custom webservice rather than on AWS Lambda.\nIt provides an easy way to register and use\n`skills as custom webservices `__.\n\nIf you plan to use `Flask` for your webservice development, you can\ninstall the `flask-ask-sdk` package. If you are using `Django` for your\nwebservice development, you can install the `django-ask-sdk` package.\n\n\nQuick Start\n-----------\n\nInstallation\n~~~~~~~~~~~~~\n\n.. important::\n\n `cryptography` is a dependency for this package. If you have not\n already installed\n `cryptography `_, you might need to\n install additional prerequisites as detailed in the\n `cryptography installation guide `_\n for your operating system.\n\nAssuming that you have Python and ``virtualenv`` installed, you can\ninstall the package from PyPi as follows:\n\n.. code-block:: sh\n\n $ virtualenv venv\n $ . venv/bin/activate\n $ pip install ask-sdk-webservice-support\n\nThis package is not installed along-side `ask-sdk` standard distribution,\nand has to be installed separately if you need support for skill\ndeployment as webservice.\n\n\nUsage and Getting Started\n-------------------------\n\nGetting started guides, SDK Features, API references, samples etc. can\nbe found in the `technical documentation `_\n\n\nGot Feedback?\n-------------\n\n- We would like to hear about your bugs, feature requests, questions or\n quick feedback. Please search for the\n `existing issues `_\n before opening a new one. It would also be helpful if you follow the\n templates for issue and pull request creation. Please follow the\n `contributing guidelines `_!!\n- Request and vote for `Alexa features `_!\n\n\n=========\nCHANGELOG\n=========\n\n0.1\n---\n\n* Initial release of Alexa Skills Kit Webservice Support Package.\n\n\n0.1.2\n-----\n\nThis release contains the following changes : \n\n- Fix setting the custom user agent on the skill instance, when initializing the handler.\n\n\n1.0.0\n-------\n\nThis release contains the following changes :\n\n- Move the webservice adapters to GA.\n\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/alexa/alexa-skills-kit-sdk-for-python", "keywords": "ASK SDK,Alexa Skills Kit,Alexa,WebApp", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "ask-sdk-webservice-support", "package_url": "https://pypi.org/project/ask-sdk-webservice-support/", "platform": "", "project_url": "https://pypi.org/project/ask-sdk-webservice-support/", "project_urls": { "Homepage": "https://github.com/alexa/alexa-skills-kit-sdk-for-python" }, "release_url": "https://pypi.org/project/ask-sdk-webservice-support/1.0.0/", "requires_dist": [ "ask-sdk-model (>=1.0.0)", "ask-sdk-core (>=1.1.0)", "cryptography (>=2.3.0)" ], "requires_python": ">2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", "summary": "The ASK SDK Webservice package provides support for running skills, built using the Alexa Skills Kit SDK, as web applications.", "version": "1.0.0" }, "last_serial": 5717801, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "9e059444b9edd5fbef1cb8965e504824", "sha256": "1a9378bf20dfcb4a346313aa804b2837364baaba6ed7145b98385f8a0075f5dd" }, "downloads": -1, "filename": "ask_sdk_webservice_support-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9e059444b9edd5fbef1cb8965e504824", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", "size": 11741, "upload_time": "2019-04-18T19:12:50", "url": "https://files.pythonhosted.org/packages/f6/74/debe4db14049f02b6aeadf49fc86605be8db76b263e62748d78fc049c8c9/ask_sdk_webservice_support-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2abc0fd3d97f89de894d46fc2cad5ebc", "sha256": "ad6586cb125b5b502a568c5385e5c01abfc1cd90174cc6b16e70504f9676ef27" }, "downloads": -1, "filename": "ask-sdk-webservice-support-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2abc0fd3d97f89de894d46fc2cad5ebc", "packagetype": "sdist", "python_version": "source", "requires_python": ">2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", "size": 10462, "upload_time": "2019-04-18T19:12:52", "url": "https://files.pythonhosted.org/packages/a2/37/c30db462d557878537cc749fd4d1d87a89ea029ad43f3134b8722a2c6490/ask-sdk-webservice-support-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "3f44f7d96f3887e0aa0483c15a43a48a", "sha256": "1696efa37d994fcb0a7e9edc1dd16346e291b49ef479969cc6fc824b599c2dd9" }, "downloads": -1, "filename": "ask_sdk_webservice_support-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3f44f7d96f3887e0aa0483c15a43a48a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", "size": 11964, "upload_time": "2019-04-30T21:57:18", "url": "https://files.pythonhosted.org/packages/ae/e8/7bfb587fd02cd6ec437d5c58b9ec55b693698a27ab74ba4e3d0254a2f8bf/ask_sdk_webservice_support-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a99c6a87e20e87f224f2c5647ea28f4e", "sha256": "8afc00561d6950baa4f8acd4743f73c57bbb0accb6a8300d9f3f57347f45ae3a" }, "downloads": -1, "filename": "ask-sdk-webservice-support-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a99c6a87e20e87f224f2c5647ea28f4e", "packagetype": "sdist", "python_version": "source", "requires_python": ">2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", "size": 10206, "upload_time": "2019-04-30T21:57:20", "url": "https://files.pythonhosted.org/packages/10/ab/124ae7cce85f3f688cad7d74c23814aa1a7e62e63908392b830bcdb4fb1b/ask-sdk-webservice-support-0.1.2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "8ac8e3e3ee4cce54d6905e4118810ebd", "sha256": "a4b45e16514102aa1071ffc2bcd05c7a1475d96ead4d8c405953d3bae9597cec" }, "downloads": -1, "filename": "ask_sdk_webservice_support-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8ac8e3e3ee4cce54d6905e4118810ebd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", "size": 11898, "upload_time": "2019-08-22T23:11:48", "url": "https://files.pythonhosted.org/packages/fa/56/ad7ce0589eb42807439efe3171d1696f7182e7abc6a81d36aed4d1e53e1c/ask_sdk_webservice_support-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b59bcdd3d7320498d0396487396936af", "sha256": "d7f0a27b76995353b12178384458b3a3438be0d46d5d2511dc8fdf18221f421c" }, "downloads": -1, "filename": "ask-sdk-webservice-support-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b59bcdd3d7320498d0396487396936af", "packagetype": "sdist", "python_version": "source", "requires_python": ">2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", "size": 10087, "upload_time": "2019-08-22T23:11:50", "url": "https://files.pythonhosted.org/packages/6f/46/b76220b9bb0cb54df83aa42f59d58dac4fbe4980fe189a458dfd456b5a96/ask-sdk-webservice-support-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8ac8e3e3ee4cce54d6905e4118810ebd", "sha256": "a4b45e16514102aa1071ffc2bcd05c7a1475d96ead4d8c405953d3bae9597cec" }, "downloads": -1, "filename": "ask_sdk_webservice_support-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8ac8e3e3ee4cce54d6905e4118810ebd", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", "size": 11898, "upload_time": "2019-08-22T23:11:48", "url": "https://files.pythonhosted.org/packages/fa/56/ad7ce0589eb42807439efe3171d1696f7182e7abc6a81d36aed4d1e53e1c/ask_sdk_webservice_support-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b59bcdd3d7320498d0396487396936af", "sha256": "d7f0a27b76995353b12178384458b3a3438be0d46d5d2511dc8fdf18221f421c" }, "downloads": -1, "filename": "ask-sdk-webservice-support-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b59bcdd3d7320498d0396487396936af", "packagetype": "sdist", "python_version": "source", "requires_python": ">2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", "size": 10087, "upload_time": "2019-08-22T23:11:50", "url": "https://files.pythonhosted.org/packages/6f/46/b76220b9bb0cb54df83aa42f59d58dac4fbe4980fe189a458dfd456b5a96/ask-sdk-webservice-support-1.0.0.tar.gz" } ] }