Metadata-Version: 2.1
Name: ask-sdk-runtime
Version: 1.2.0
Summary: The ASK SDK Runtime package provides runtime componentsthat act as fundamental implementation layer for ASK SDKpackages
Home-page: https://github.com/alexa/alexa-skills-kit-sdk-for-python
Author: Alexa Skills Kit
Author-email: ask-sdk-dynamic@amazon.com
License: Apache 2.0
Keywords: ASK SDK Runtime,Alexa Skills Kit,Alexa,Runtime
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Requires-Dist: typing
Requires-Dist: typing; python_version == "2.7"

====================================================
ASK SDK Runtime - Runtime layer components for Python ASK SDK
====================================================

ask-sdk-runtime is the Runtime layer package for Alexa Skills Kit (ASK) SDK by
the Software Development Kit (SDK) team for Python. It provides the
base abstraction components and generic implementations for ASK SDKs.


=========
CHANGELOG
=========

1.0.0
-------

* Initial release of Alexa Skills Kit SDK Runtime.

1.1.0
~~~~~~~

This release contains the following changes:

- Introducing runtime layer (`#41 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/pull/41>`__)
- Send data to service clients only if present (`#39 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/pull/39>`__)





1.2.0
~~~~~~~

This release contains the following changes : 

- Add support for Alexa Presentation Language. The Alexa Presentation Language (APL) enables you to build interactive voice experiences that include graphics, images, slideshows, and video, and to customize them for different device types. 


