summaryrefslogtreecommitdiff
path: root/client/populate.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix flake8 style nitsschneefux2014-10-061-18/+35
|
* Use config dir for non-temporary writable filesschneefux2014-10-031-2/+5
| | | | This is also a (partial) fix for issue jasperproject/jasper-client#119
* Remove Shebangs from modules not meant to be executed directlyschneefux2014-09-101-1/+0
| | | | See https://github.com/jasperproject/jasper-client/pull/154#issuecomment-54882839 for more info.
* Add shebang and PEP 0263 source encoding to every moduleschneefux2014-09-061-0/+2
| | | | Source encoding should be specified and a shebang helps to execute a module directly (either to start jasper or just for testing purposes).
* Minor style fixes: removed unused imports, commented-out code, etc.schneefux2014-08-221-10/+9
|
* Prompt user to populate stt_engine in profileschneefux2014-07-301-1/+20
|
* Addressed CR comments.schneefux2014-07-291-3/+0
|
* Work on Google STT on RPi.schneefux2014-07-261-1/+1
|
* Google STT works on OS Xschneefux2014-07-231-0/+3
|
* Populate now adds keys (with empty values) for empty input (easier to handle ↵schneefux2014-05-101-11/+9
| | | | in modules)
* Semantic version update + reflect change in Weather module, better output ↵schneefux2014-05-101-6/+6
| | | | formatting in populate
* Add international weatherschneefux2014-04-091-7/+17
| | | | | If not in US, uses nearest city/town instead. Wunderground handles this without any changes. Verifies that Wunderground returns a forecase.
* removed 10-digit phone # requirementschneefux2014-04-081-5/+1
|
* Initial commitschneefux2014-03-301-0/+90