LICENSE.md
README.md
setup.py
jeeves/__init__.py
jeeves/__main__.py
jeeves/alteration.py
jeeves/app_utils.py
jeeves/application.py
jeeves/audioengine.py
jeeves/batch_mic.py
jeeves/brain.py
jeeves/conversation.py
jeeves/diagnose.py
jeeves/i18n.py
jeeves/local_mic.py
jeeves/mic.py
jeeves/notifier.py
jeeves/paths.py
jeeves/plugin.py
jeeves/pluginstore.py
jeeves/populate.py
jeeves/testutils.py
jeeves/vocabcompiler.py
jeeves/../plugins/audioengine/alsa-ae/__init__.py
jeeves/../plugins/audioengine/alsa-ae/alsaaudioengine.py
jeeves/../plugins/audioengine/alsa-ae/plugin.info
jeeves/../plugins/audioengine/pyaudio-ae/__init__.py
jeeves/../plugins/audioengine/pyaudio-ae/plugin.info
jeeves/../plugins/audioengine/pyaudio-ae/pyaudioengine.py
jeeves/../plugins/speechhandler/birthday/__init__.py
jeeves/../plugins/speechhandler/birthday/birthday.py
jeeves/../plugins/speechhandler/birthday/plugin.info
jeeves/../plugins/speechhandler/birthday/locale/de-DE.po
jeeves/../plugins/speechhandler/birthday/locale/en-US.po
jeeves/../plugins/speechhandler/birthday/locale/fr-FR.po
jeeves/../plugins/speechhandler/clock/__init__.py
jeeves/../plugins/speechhandler/clock/clock.py
jeeves/../plugins/speechhandler/clock/plugin.info
jeeves/../plugins/speechhandler/clock/test_clock.py
jeeves/../plugins/speechhandler/clock/locale/de-DE.po
jeeves/../plugins/speechhandler/clock/locale/en-US.po
jeeves/../plugins/speechhandler/clock/locale/fr-FR.po
jeeves/../plugins/speechhandler/gmail/__init__.py
jeeves/../plugins/speechhandler/gmail/gmail.py
jeeves/../plugins/speechhandler/gmail/plugin.info
jeeves/../plugins/speechhandler/gmail/test_gmail.py
jeeves/../plugins/speechhandler/gmail/locale/de-DE.po
jeeves/../plugins/speechhandler/gmail/locale/en-US.po
jeeves/../plugins/speechhandler/gmail/locale/fr-FR.po
jeeves/../plugins/speechhandler/hackernews/__init__.py
jeeves/../plugins/speechhandler/hackernews/hackernews.py
jeeves/../plugins/speechhandler/hackernews/plugin.info
jeeves/../plugins/speechhandler/hackernews/test_hackernews.py
jeeves/../plugins/speechhandler/joke/__init__.py
jeeves/../plugins/speechhandler/joke/joke.py
jeeves/../plugins/speechhandler/joke/plugin.info
jeeves/../plugins/speechhandler/joke/test_joke.py
jeeves/../plugins/speechhandler/joke/locale/de-DE.po
jeeves/../plugins/speechhandler/joke/locale/en-US.po
jeeves/../plugins/speechhandler/joke/locale/fr-FR.po
jeeves/../plugins/speechhandler/life/__init__.py
jeeves/../plugins/speechhandler/life/life.py
jeeves/../plugins/speechhandler/life/plugin.info
jeeves/../plugins/speechhandler/life/test_life.py
jeeves/../plugins/speechhandler/life/locale/de-DE.po
jeeves/../plugins/speechhandler/life/locale/en-US.po
jeeves/../plugins/speechhandler/life/locale/fr-FR.po
jeeves/../plugins/speechhandler/mpdcontrol/__init__.py
jeeves/../plugins/speechhandler/mpdcontrol/mpdclient.py
jeeves/../plugins/speechhandler/mpdcontrol/mpdcontrol.py
jeeves/../plugins/speechhandler/mpdcontrol/plugin.info
jeeves/../plugins/speechhandler/mpdcontrol/locale/de-DE.po
jeeves/../plugins/speechhandler/mpdcontrol/locale/en-US.po
jeeves/../plugins/speechhandler/mpdcontrol/locale/fr-FR.po
jeeves/../plugins/speechhandler/news/__init__.py
jeeves/../plugins/speechhandler/news/news.py
jeeves/../plugins/speechhandler/news/plugin.info
jeeves/../plugins/speechhandler/news/test_news.py
jeeves/../plugins/speechhandler/news/locale/de-DE.po
jeeves/../plugins/speechhandler/news/locale/en-US.po
jeeves/../plugins/speechhandler/news/locale/fr-FR.po
jeeves/../plugins/speechhandler/notifications/__init__.py
jeeves/../plugins/speechhandler/notifications/notifications.py
jeeves/../plugins/speechhandler/notifications/plugin.info
jeeves/../plugins/speechhandler/notifications/locale/de-DE.po
jeeves/../plugins/speechhandler/notifications/locale/en-US.po
jeeves/../plugins/speechhandler/notifications/locale/fr-FR.po
jeeves/../plugins/speechhandler/unclear/__init__.py
jeeves/../plugins/speechhandler/unclear/plugin.info
jeeves/../plugins/speechhandler/unclear/unclear.py
jeeves/../plugins/speechhandler/unclear/locale/de-DE.po
jeeves/../plugins/speechhandler/unclear/locale/en-US.po
jeeves/../plugins/speechhandler/unclear/locale/fr-FR.po
jeeves/../plugins/speechhandler/weather/__init__.py
jeeves/../plugins/speechhandler/weather/plugin.info
jeeves/../plugins/speechhandler/weather/test_weather.py
jeeves/../plugins/speechhandler/weather/weather.py
jeeves/../plugins/speechhandler/weather/locale/de-DE.po
jeeves/../plugins/speechhandler/weather/locale/en-US.po
jeeves/../plugins/speechhandler/weather/locale/fr-FR.po
jeeves/../plugins/stt/att-stt/__init__.py
jeeves/../plugins/stt/att-stt/att.py
jeeves/../plugins/stt/att-stt/plugin.info
jeeves/../plugins/stt/google-stt/__init__.py
jeeves/../plugins/stt/google-stt/google.py
jeeves/../plugins/stt/google-stt/plugin.info
jeeves/../plugins/stt/julius-stt/__init__.py
jeeves/../plugins/stt/julius-stt/julius.py
jeeves/../plugins/stt/julius-stt/juliusvocab.py
jeeves/../plugins/stt/julius-stt/plugin.info
jeeves/../plugins/stt/kaldigstserver-stt/__init__.py
jeeves/../plugins/stt/kaldigstserver-stt/kaldigstserverplugin.py
jeeves/../plugins/stt/kaldigstserver-stt/plugin.info
jeeves/../plugins/stt/pocketsphinx-stt/__init__.py
jeeves/../plugins/stt/pocketsphinx-stt/g2p.py
jeeves/../plugins/stt/pocketsphinx-stt/phonemeconversion.py
jeeves/../plugins/stt/pocketsphinx-stt/plugin.info
jeeves/../plugins/stt/pocketsphinx-stt/sphinxplugin.py
jeeves/../plugins/stt/pocketsphinx-stt/sphinxvocab.py
jeeves/../plugins/stt/pocketsphinx-stt/tests/__init__.py
jeeves/../plugins/stt/pocketsphinx-stt/tests/test_g2p.py
jeeves/../plugins/stt/pocketsphinx-stt/tests/test_sphinxplugin.py
jeeves/../plugins/stt/pocketsphinx-stt/tests/test_sphinxvocab.py
jeeves/../plugins/stt/witai-stt/__init__.py
jeeves/../plugins/stt/witai-stt/plugin.info
jeeves/../plugins/stt/witai-stt/witai.py
jeeves/../plugins/tts/cereproc-tts/__init__.py
jeeves/../plugins/tts/cereproc-tts/cereproc.py
jeeves/../plugins/tts/cereproc-tts/plugin.info
jeeves/../plugins/tts/espeak-tts/__init__.py
jeeves/../plugins/tts/espeak-tts/espeak.py
jeeves/../plugins/tts/espeak-tts/plugin.info
jeeves/../plugins/tts/festival-tts/__init__.py
jeeves/../plugins/tts/festival-tts/festival.py
jeeves/../plugins/tts/festival-tts/plugin.info
jeeves/../plugins/tts/flite-tts/__init__.py
jeeves/../plugins/tts/flite-tts/flite.py
jeeves/../plugins/tts/flite-tts/plugin.info
jeeves/../plugins/tts/google-tts/__init__.py
jeeves/../plugins/tts/google-tts/google.py
jeeves/../plugins/tts/google-tts/plugin.info
jeeves/../plugins/tts/ivona-tts/__init__.py
jeeves/../plugins/tts/ivona-tts/ivona.py
jeeves/../plugins/tts/ivona-tts/plugin.info
jeeves/../plugins/tts/mary-tts/__init__.py
jeeves/../plugins/tts/mary-tts/marytts.py
jeeves/../plugins/tts/mary-tts/plugin.info
jeeves/../plugins/tts/mstranslator-tts/__init__.py
jeeves/../plugins/tts/mstranslator-tts/plugin.info
jeeves/../plugins/tts/mstranslator-tts/plugin.py
jeeves/../plugins/tts/osx-tts/__init__.py
jeeves/../plugins/tts/osx-tts/osx.py
jeeves/../plugins/tts/osx-tts/plugin.info
jeeves/../plugins/tts/pico-tts/__init__.py
jeeves/../plugins/tts/pico-tts/pico.py
jeeves/../plugins/tts/pico-tts/plugin.info
jeeves/data/audio/beep_hi.wav
jeeves/data/audio/beep_lo.wav
jeeves/data/audio/jasper.wav
jeeves/data/audio/say.wav
jeeves/data/audio/time.wav
jeeves/data/locale/de-DE.po
jeeves/data/locale/en-US.po
jeeves/data/locale/fr-FR.po
jeeves/data/standard_phrases/de-DE.txt
jeeves/data/standard_phrases/en-US.txt
jeeves_pa.egg-info/PKG-INFO
jeeves_pa.egg-info/SOURCES.txt
jeeves_pa.egg-info/dependency_links.txt
jeeves_pa.egg-info/entry_points.txt
jeeves_pa.egg-info/requires.txt
jeeves_pa.egg-info/top_level.txt