summaryrefslogtreecommitdiff
path: root/jasper.py
Commit message (Collapse)AuthorAgeFilesLines
* Transform DiagnosticRunner.run() into a single functionschneefux2014-10-061-2/+1
|
* Set loglevel at least to info during diagnose run and add '--diagnose' ↵schneefux2014-10-061-0/+7
| | | | argument to jasper.py
* Improve diagnose.py reusabilityschneefux2014-10-061-4/+2
|
* Fix flake8 style nitsschneefux2014-10-061-19/+38
|
* Remove chdir from jasper.pyschneefux2014-10-031-3/+0
| | | | We're now using absolute paths and don't need it anymore
* Use config dir for non-temporary writable filesschneefux2014-10-031-13/+37
| | | | This is also a (partial) fix for issue jasperproject/jasper-client#119
* Minor PEP 0263 fix for jasper.py (added utf-8 source encoding)schneefux2014-10-011-0/+1
|
* Move app_utils.py from client/modules to client/schneefux2014-09-301-2/+4
| | | | app_utils.py does not have a WORDS constant and thus does not belong into that folder
* Merge pull request #155 from Holzhaus/new-speakersschneefux2014-09-271-3/+9
|\ | | | | Cleanup client.speaker and add additional tts speakers
| * Rename `speaker.py` to `tts.py` to match `stt.py` and also change class namesschneefux2014-09-261-5/+4
| |
| * Move tts_engine_slug to jasper.py, improve module functions of speaker.pyschneefux2014-09-261-1/+8
| |
* | Move the root logger to __main__ section so that it does not interfere with ↵schneefux2014-09-251-7/+9
| | | | | | | | the real root logger if jasper is imported by another application
* | Use the root logger in jasper.pyschneefux2014-09-251-1/+1
|/
* Replace JASPER_HOME with jasperpath.APP_PATH + os.pardirschneefux2014-09-191-12/+7
|
* Style fix for salutation in jasper.pyschneefux2014-09-161-1/+4
|
* Changed IOError logger message in jasper.pyschneefux2014-09-151-1/+1
|
* Use logging.getLogger(__name__) in jasper.pyschneefux2014-09-151-1/+1
|
* Remove redefinition of $LD_LIBRARY_PATH AND $PATHschneefux2014-09-151-11/+0
|
* Autodetection of JASPER_HOMEschneefux2014-09-151-8/+2
|
* Fix wrong argparser nameschneefux2014-09-151-1/+1
|
* Small cleanup in jasper.pyschneefux2014-09-121-5/+3
|
* make jasper a class and use loggingschneefux2014-09-121-64/+50
|
* Using argparse moduleschneefux2014-09-121-2/+11
|
* Set JASPER_HOME before importing client modulesschneefux2014-09-111-13/+13
|
* Added test for vocabcompiler to `--light` tests and updated travis configschneefux2014-09-111-4/+3
|
* Moved all imports to the top and changed `--local` detectionschneefux2014-09-111-13/+8
|
* Add client folder to sys.pathschneefux2014-09-111-1/+4
| | | | Otherwise this would cause bugs in client.brain
* `sys.exit(1)` on startup errorschneefux2014-09-111-1/+1
|
* Move stdlib/3rd-party imports to the topschneefux2014-09-111-6/+4
|
* Remove printsschneefux2014-09-111-3/+1
|
* Move client/main.py to jasper.py and add client/main.py dummy script for ↵schneefux2014-09-111-0/+128
backwards compatibility