Metadata-Version: 1.2
Name: ask-sdk-model
Version: 0.2
Summary: The ASK SDK Model package provides model definitions, for building Alexa Skills.
Home-page: http://developer.amazon.com/ask
Author: Alexa Skills Kit
Author-email: ask-sdk-dynamic@amazon.com
License: Apache 2.0
Description: ==============================================
        ASK SDK Model - Model definitions for ASK SDK
        ==============================================
        
        ask-sdk-model is the model definitions package for Alexa Skills Kit (ASK) by
        the Software Development Kit (SDK) team for Python. It allows Python developers
        to model the requests, responses and related JSON structures, as defined in
        `ASK Documentation <https://developer.amazon.com/docs/custom-skills/request-and-response-json-reference.html>`_.
        
        Getting Help
        ------------
        
        The model definitions in this package are auto-generated. The issues and pull requests
        on the repository are not monitored and may get closed without investigation. Please use
        these community resources for getting help:
        
        * Use the `ASK SDK <https://github.com/alexa-labs/alexa-skills-kit-sdk-for-python>`_ for building skills and filing bugs.
        * Request and vote for `Alexa features <https://alexa.uservoice.com/forums/906892-alexa-skills-developer-voice-and-vote>`_!
        
        
        =========
        CHANGELOG
        =========
        
        0.1
        ---
        
        * Initial release of models.
        
        0.1.1
        ~~~~~
        
        * Docstring changes for generated docs.
        
        0.2
        ---
        
        * APIs for customer contact permissions (CCP).
        
Keywords: ASK SDK,Alexa Skills Kit,Alexa,Models
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
Requires-Python: >2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
