Mycroft Simple
latest

Contents:

  • Subpackages
    • mycroft.clients package
    • mycroft.engines package
    • mycroft.formats package
    • mycroft.managers package
    • mycroft.skills package
  • mycroft.mycroft_thread module
  • mycroft.util module
Mycroft Simple
  • Docs »
  • Subpackages
  • Edit on GitHub

Subpackages¶

  • mycroft.clients package
    • mycroft.clients.mycroft_client module
    • mycroft.clients.text_client module
  • mycroft.engines package
    • mycroft.engines.intent_engine module
    • mycroft.engines.padatious_engine module
  • mycroft.formats package
    • mycroft.formats.dialog_format module
    • mycroft.formats.mycroft_format module
  • mycroft.managers package
    • mycroft.managers.client_manager module
    • mycroft.managers.format_manager module
    • mycroft.managers.intent_manager module
    • mycroft.managers.path_manager module
    • mycroft.managers.query_manager module
    • mycroft.managers.skill_manager module
  • mycroft.skills package
    • Subpackages
      • mycroft.skills.duck_duck_go_skill package
        • mycroft.skills.duck_duck_go_skill.skill module
      • mycroft.skills.quit_skill package
        • mycroft.skills.quit_skill.skill module
      • mycroft.skills.time_skill package
        • mycroft.skills.time_skill.skill module
      • mycroft.skills.unknown_skill package
        • mycroft.skills.unknown_skill.skill module
    • mycroft.skills.mycroft_skill module

mycroft.mycroft_thread module¶

mycroft.mycroft_thread.quit()[source]¶
mycroft.mycroft_thread.set_quit_action(callback)[source]¶

mycroft.util module¶

mycroft.util.split_sentences(text)[source]¶

Turns a string of multiple sentences into a list of separate ones As a side effect, .?! at the end of a sentence are removed

mycroft.util.to_camel(snake)[source]¶

time_skill -> TimeSkill

mycroft.util.to_snake(camel)[source]¶

TimeSkill -> time_skill

Next Previous

© Copyright 2017, Matthew Scholefield. Revision 6b569cda.

Built with Sphinx using a theme provided by Read the Docs.