alexandra:用于将Amazon Echo技能作为Web服务编写的Python工具包

时间:2024-06-03 06:37:52
【文件属性】:

文件名称:alexandra:用于将Amazon Echo技能作为Web服务编写的Python工具包

文件大小:21KB

文件格式:ZIP

更新时间:2024-06-03 06:37:52

python amazon-alexa-skill libraries amazon-echo Python

亚历山德拉 最小的Python库,消除了编写Alexa技能的繁琐样板部分。 Alexandra已针对Python 2.7和3.6进行了测试。 Alexandra可用作AWS lambda函数或自托管服务器的一部分。 如果您喜欢这种事情,那么有一个内置的WSGI应用程序。 查阅以获取有关alexandra可以做什么的更多详细信息。 import alexandra app = alexandra . Application () name_map = {} @ app . launch def launch_handler (): return alexandra . reprompt ( 'What would you like to do?' ) @ app . intent ( 'MyNameIs' ) def set_name_intent ( slots , ses


【文件预览】:
alexandra-master
----MANIFEST.in(27B)
----README.rst(4KB)
----requirements.txt(278B)
----.travis.yml(201B)
----tox.ini(365B)
----LICENSE(729B)
----setup.py(844B)
----docs()
--------conf.py(11KB)
--------index.rst(604B)
--------Makefile(7KB)
----tests()
--------test_app.py(3KB)
--------test_session.py(997B)
--------test_util.py(7KB)
----.gitignore(733B)
----alexandra()
--------util.py(5KB)
--------app.py(4KB)
--------__init__.py(337B)
--------session.py(1KB)
--------wsgi.py(2KB)

网友评论