LICENSE
MANIFEST.in
Makefile
README.rst
requirements.txt
requirements_test.txt
setup.cfg
setup.py
tox.ini
travis_pypi_setup.py
docs/CONTRIBUTING.rst
docs/EXAMPLES.batman.rst
docs/EXAMPLES.buzz.rst
docs/EXAMPLES.hello.rst
docs/EXAMPLES.hotel_california.rst
docs/EXAMPLES.notify.rst
docs/EXAMPLES.rst
docs/HISTORY.rst
docs/Makefile
docs/QUESTIONS.rst
docs/README.rst
docs/SETUP.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/modules.rst
docs/shellbot.bot.rst
docs/shellbot.bus.rst
docs/shellbot.channel.rst
docs/shellbot.commands.audit.rst
docs/shellbot.commands.base.rst
docs/shellbot.commands.close.rst
docs/shellbot.commands.default.rst
docs/shellbot.commands.echo.rst
docs/shellbot.commands.empty.rst
docs/shellbot.commands.help.rst
docs/shellbot.commands.input.rst
docs/shellbot.commands.noop.rst
docs/shellbot.commands.rst
docs/shellbot.commands.sleep.rst
docs/shellbot.commands.start.rst
docs/shellbot.commands.step.rst
docs/shellbot.commands.update.rst
docs/shellbot.commands.upload.rst
docs/shellbot.commands.version.rst
docs/shellbot.context.rst
docs/shellbot.engine.rst
docs/shellbot.events.rst
docs/shellbot.i18n.rst
docs/shellbot.listener.rst
docs/shellbot.lists.base.rst
docs/shellbot.lists.rst
docs/shellbot.machines.base.rst
docs/shellbot.machines.input.rst
docs/shellbot.machines.menu.rst
docs/shellbot.machines.rst
docs/shellbot.machines.sequence.rst
docs/shellbot.machines.steps.rst
docs/shellbot.observer.rst
docs/shellbot.routes.base.rst
docs/shellbot.routes.notifier.rst
docs/shellbot.routes.rst
docs/shellbot.routes.text.rst
docs/shellbot.routes.wrapper.rst
docs/shellbot.rst
docs/shellbot.server.rst
docs/shellbot.shell.rst
docs/shellbot.spaces.base.rst
docs/shellbot.spaces.ciscospark.rst
docs/shellbot.spaces.local.rst
docs/shellbot.spaces.rst
docs/shellbot.speaker.rst
docs/shellbot.stores.base.rst
docs/shellbot.stores.memory.rst
docs/shellbot.stores.rst
docs/shellbot.stores.sqlite.rst
docs/shellbot.updaters.base.rst
docs/shellbot.updaters.elastic.rst
docs/shellbot.updaters.file.rst
docs/shellbot.updaters.queue.rst
docs/shellbot.updaters.rst
docs/shellbot.updaters.space.rst
examples/__init__.py
examples/audit.py
examples/batman.py
examples/buzz.py
examples/direct.py
examples/hello.py
examples/hotel_california.py
examples/input.py
examples/notify.py
examples/participants.py
examples/pushy.py
examples/simulator.py
examples/todos.py
examples/planets/__init__.py
examples/planets/blast.py
examples/planets/explore.py
examples/planets/planets.py
examples/planets/rocket.py
examples/todos/__init__.py
examples/todos/done.py
examples/todos/drop.py
examples/todos/history.py
examples/todos/next.py
examples/todos/todo.py
examples/todos/todos.py
shellbot/__init__.py
shellbot/bot.py
shellbot/bus.py
shellbot/channel.py
shellbot/context.py
shellbot/engine.py
shellbot/events.py
shellbot/i18n.py
shellbot/listener.py
shellbot/observer.py
shellbot/server.py
shellbot/shell.py
shellbot/speaker.py
shellbot.egg-info/PKG-INFO
shellbot.egg-info/SOURCES.txt
shellbot.egg-info/dependency_links.txt
shellbot.egg-info/not-zip-safe
shellbot.egg-info/requires.txt
shellbot.egg-info/top_level.txt
shellbot/commands/__init__.py
shellbot/commands/audit.py
shellbot/commands/base.py
shellbot/commands/close.py
shellbot/commands/default.py
shellbot/commands/echo.py
shellbot/commands/empty.py
shellbot/commands/help.py
shellbot/commands/input.py
shellbot/commands/noop.py
shellbot/commands/sleep.py
shellbot/commands/start.py
shellbot/commands/step.py
shellbot/commands/update.py
shellbot/commands/upload.py
shellbot/commands/version.py
shellbot/machines/__init__.py
shellbot/machines/base.py
shellbot/machines/input.py
shellbot/machines/menu.py
shellbot/machines/sequence.py
shellbot/machines/steps.py
shellbot/routes/__init__.py
shellbot/routes/base.py
shellbot/routes/notifier.py
shellbot/routes/text.py
shellbot/routes/wrapper.py
shellbot/spaces/__init__.py
shellbot/spaces/base.py
shellbot/spaces/ciscospark.py
shellbot/spaces/local.py
shellbot/stores/__init__.py
shellbot/stores/base.py
shellbot/stores/memory.py
shellbot/stores/sqlite.py
shellbot/updaters/__init__.py
shellbot/updaters/base.py
shellbot/updaters/elastic.py
shellbot/updaters/file.py
shellbot/updaters/queue.py
shellbot/updaters/space.py
tests/__init__.py
tests/test_bot.py
tests/test_bus.py
tests/test_channel.py
tests/test_composite.py
tests/test_context.py
tests/test_engine.py
tests/test_events.py
tests/test_i18n.py
tests/test_listener.py
tests/test_observer.py
tests/test_server.py
tests/test_shell.py
tests/test_speaker.py
tests/commands/__init__.py
tests/commands/test_audit.py
tests/commands/test_base.py
tests/commands/test_close.py
tests/commands/test_default.py
tests/commands/test_echo.py
tests/commands/test_empty.py
tests/commands/test_help.py
tests/commands/test_input.py
tests/commands/test_noop.py
tests/commands/test_sleep.py
tests/commands/test_start.py
tests/commands/test_step.py
tests/commands/test_update.py
tests/commands/test_upload.py
tests/commands/test_version.py
tests/examples/__init__.py
tests/examples/test_planets.py
tests/examples/test_todos.py
tests/local/files_generated_during_tests_should_go_here
tests/machines/__init__.py
tests/machines/test_base.py
tests/machines/test_input.py
tests/machines/test_machines.py
tests/machines/test_menu.py
tests/machines/test_sequence.py
tests/machines/test_steps.py
tests/spaces/__init__.py
tests/spaces/test_base.py
tests/spaces/test_ciscospark.py
tests/spaces/test_local.py
tests/spaces/test_spaces.py
tests/stores/__init__.py
tests/stores/test_base.py
tests/stores/test_memory.py
tests/stores/test_sqlite.py
tests/stores/test_stores.py
tests/test_messages/sample.png
tests/test_settings/ciscospark.yaml
tests/test_settings/regular.yaml
tests/updaters/__init__.py
tests/updaters/test_base.py
tests/updaters/test_elastic.py
tests/updaters/test_file.py
tests/updaters/test_queue.py
tests/updaters/test_space.py
没有合适的资源?快使用搜索试试~ 我知道了~
PyPI 官网下载 | shellbot-17.10.20.tar.gz
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 152 浏览量
2022-01-16
05:22:48
上传
评论
收藏 191KB GZ 举报
温馨提示
资源来自pypi官网。 资源全名:shellbot-17.10.20.tar.gz
资源推荐
资源详情
资源评论
收起资源包目录
PyPI 官网下载 | shellbot-17.10.20.tar.gz (228个子文件)
make.bat 7KB
setup.cfg 216B
files_generated_during_tests_should_go_here 3B
MANIFEST.in 824B
tox.ini 565B
LICENSE 11KB
Makefile 7KB
Makefile 2KB
not-zip-safe 1B
PKG-INFO 7KB
PKG-INFO 7KB
sample.png 23KB
ciscospark.py 38KB
test_ciscospark.py 32KB
test_listener.py 30KB
engine.py 30KB
test_engine.py 30KB
test_base.py 27KB
test_steps.py 24KB
base.py 23KB
base.py 22KB
test_menu.py 20KB
input.py 19KB
test_input.py 19KB
test_context.py 16KB
bot.py 14KB
test_shell.py 14KB
test_todos.py 14KB
test_bot.py 13KB
events.py 12KB
test_events.py 12KB
listener.py 11KB
bus.py 11KB
context.py 11KB
shell.py 10KB
test_base.py 10KB
steps.py 10KB
base.py 10KB
local.py 10KB
conf.py 10KB
test_composite.py 9KB
test_local.py 9KB
test_base.py 8KB
direct.py 8KB
test_help.py 8KB
test_observer.py 8KB
rocket.py 7KB
channel.py 7KB
test_bus.py 7KB
hotel_california.py 7KB
pushy.py 7KB
__init__.py 7KB
sequence.py 6KB
test_machines.py 6KB
audit.py 6KB
menu.py 6KB
test_spaces.py 6KB
test_speaker.py 6KB
test_sequence.py 6KB
buzz.py 6KB
sqlite.py 5KB
test_audit.py 5KB
batman.py 5KB
observer.py 5KB
notify.py 5KB
base.py 5KB
test_server.py 5KB
base.py 4KB
server.py 4KB
test_channel.py 4KB
test_sqlite.py 4KB
speaker.py 4KB
audit.py 4KB
hello.py 4KB
participants.py 4KB
space.py 4KB
help.py 4KB
travis_pypi_setup.py 4KB
test_base.py 4KB
__init__.py 4KB
todos.py 3KB
test_file.py 3KB
test_memory.py 3KB
test_default.py 3KB
test_start.py 3KB
test_space.py 3KB
__init__.py 3KB
input.py 3KB
setup.py 3KB
start.py 3KB
test_elastic.py 3KB
memory.py 3KB
step.py 3KB
elastic.py 3KB
test_base.py 2KB
file.py 2KB
default.py 2KB
test_planets.py 2KB
test_stores.py 2KB
test_update.py 2KB
共 228 条
- 1
- 2
- 3
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功