Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexa/alexa-apis-for-python
The Alexa APIs for Python consists of python classes that represent the request and response JSON of Alexa services. These models act as core dependency for the Alexa Skills Kit Python SDK (https://github.com/alexa/alexa-skills-kit-sdk-for-python).
https://github.com/alexa/alexa-apis-for-python
alexa alexa-custom-skill alexa-skill-development alexa-skill-sdk alexa-skills-kit sdk sdk-python
Last synced: 3 months ago
JSON representation
The Alexa APIs for Python consists of python classes that represent the request and response JSON of Alexa services. These models act as core dependency for the Alexa Skills Kit Python SDK (https://github.com/alexa/alexa-skills-kit-sdk-for-python).
- Host: GitHub
- URL: https://github.com/alexa/alexa-apis-for-python
- Owner: alexa
- License: apache-2.0
- Created: 2018-08-16T22:40:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-21T16:05:00.000Z (about 1 year ago)
- Last Synced: 2024-07-18T01:52:44.448Z (4 months ago)
- Topics: alexa, alexa-custom-skill, alexa-skill-development, alexa-skill-sdk, alexa-skills-kit, sdk, sdk-python
- Language: Python
- Homepage: https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-python/overview.html
- Size: 1.78 MB
- Stars: 119
- Watchers: 42
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
.. raw:: html
Alexa APIs for Python
The **Alexa APIs for Python** consists of python classes that represent the
request and response JSON of Alexa services. These models act as a core
dependency for the `Alexa Skills Kit Python SDK `__.These model classes are auto-generated using the `JSON schemas `__
in the developer documentation... |Docs| image:: https://img.shields.io/readthedocs/alexa-skills-kit-python-sdk.svg?style=flat
:target: https://alexa-skills-kit-python-sdk.readthedocs.io/en/latest/models/ask_sdk_model.html
:alt: Read the docs
.. |Model Version| image:: http://img.shields.io/pypi/v/ask-sdk-model.svg?style=flat
:target: https://pypi.python.org/pypi/ask-sdk-model/
:alt: Version
.. |Model Downloads| image:: https://pepy.tech/badge/ask-sdk-model
:target: https://pepy.tech/project/ask-sdk-model
:alt: Downloads
.. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://github.com/alexa/alexa-apis-for-python/blob/master/LICENSE
:alt: License==================================== =======
Package Version
------------------------------------ -------
ask-sdk-model |Model Version| |Model Downloads|
==================================== =======Following are some resources that can help you get started quickly with
models and SDK:* `Alexa Skills Kit Python SDK `__
* `API Documentation `__Got Feedback?
-------------
- We would like to hear about your bugs, feature requests, questions or quick feedback.
Please search for `existing issues `_
before opening a new one. It would also be helpful if you follow the
templates for issue creation. Please follow the
`contributing guidelines `__!!
- Since these model classes are auto-generated using the `JSON schemas `_ in the developer documentation, we do **NOT** currently accept Pull Requests. All Pull Requests will be automatically **closed**, unless the request is generic and applies across **ALL** model classes.
- Request and vote for Alexa features on `User Voice `__