mycroft-skills-manager:Mycroft技能经理

时间:2021-02-16 13:42:16
【文件属性】:
文件名称:mycroft-skills-manager:Mycroft技能经理
文件大小:36KB
文件格式:ZIP
更新时间:2021-02-16 13:42:16
hacktoberfest Python Mycroft技能经理 Mycroft Skills Manager是一个命令行工具和python模块,用于与mycroft-skills存储库进行交互。 它允许查询存储库中的信息(技能列表,技能元数据等),当然还可以从系统中安装和删除技能。 安装 pip install msm 用法 from msm import MycroftSkillsManager , SkillRepo , MultipleSkillMatches msm = MycroftSkillsManager ( repo = SkillRepo ( branch = 'master' )) # msm = MycroftSkillsManager(platform='picroft', skills_dir='/some/path', repo=SkillRepo(branch='master', url='http
【文件预览】:
mycroft-skills-manager-master
----MANIFEST.in(16B)
----requirements()
--------tests.txt(7B)
--------requirements.txt(52B)
----msm()
--------skill_state.py(2KB)
--------exceptions.py(3KB)
--------util.py(4KB)
--------mycroft_skills_manager.py(20KB)
--------skill_entry.py(19KB)
--------__init__.py(1KB)
--------__main__.py(5KB)
--------skill_repo.py(7KB)
----.travis.yml(240B)
----LICENSE(10KB)
----setup.py(2KB)
----README.md(1KB)
----tests()
--------test_main.py(2KB)
--------skills_test.json(621B)
--------test_skill_entry.py(3KB)
--------test_mycroft_skills_manager.py(16KB)
--------test_skill_repo.py(3KB)
----.gitignore(94B)

网友评论