Demo Alexa Voice skill built using Flask Ask for DFW Python Meetup.
The base version includes intent schema (JSON dump of the intent and utterance), 3 version of the Alexa skill represented utilizing Flask Ask framework. The Skeleton App (skeleton-app.py) has the function signatures relating to the Flask ask directives to enable easy hands-on code setup. Foundation App has minor implementations of the Voice Skill just enough to test the communication between Alexa Voice Service and this App. Finally, the Alexa App (alexa-app.py) has the most concrete implementations utilizing the slot prompting, cards, templates etc.
The PEP_INDEX files is a rough screen scraping of from the PEP site [https://www.python.org/dev/peps/].