Skip to main content

The ASK SDK Core package provides core Alexa Skills Kit functionality, for building Alexa Skills.

Project description

ASK SDK Core - Base components of Python ASK SDK

ask-sdk-core is the core SDK package for Alexa Skills Kit (ASK) by the Software Development Kit (SDK) team for Python. It provides the base components and default implementations which work as the boiler plate code for developing Alexa Skills.

Quick Start

Installation

Assuming that you have Python and virtualenv installed, you can install the package and it’s dependencies (ask-sdk-model) from PyPi as follows:

$ virtualenv venv
$ . venv/bin/activate
$ pip install ask-sdk-core

You can also install the whole standard package locally by following these steps:

$ git clone https://github.com/alexa-labs/alexa-skills-kit-sdk-for-python.git
$ cd alexa-skills-kit-sdk-for-python/ask-sdk-core
$ virtualenv venv
...
$ . venv/bin/activate
$ python setup.py install

Usage and Getting Started

Getting started guides, SDK Features, API references, samples etc. can be found at Read The Docs

Got Feedback?

  • We would like to hear about your bugs, feature requests, questions or quick feedback. Please search for the existing issues before opening a new one. It would also be helpful if you follow the templates for issue and pull request creation. Please follow the contributing guidelines!!

  • Request and vote for Alexa features!

CHANGELOG

0.1

  • Initial release of alexa skills kit core sdk.

0.1.1

  • Docstring changes for generated docs.

0.1.2

  • unicode_type = six.text_type and define long in Python 3 (#1)

  • Use feature detection instead of version detection (#10)

  • Send stringified raw data to Alexa APIs (#12)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ask-sdk-core-0.1.2.tar.gz (21.2 kB view hashes)

Uploaded Source

Built Distribution

ask_sdk_core-0.1.2-py2.py3-none-any.whl (30.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page