mycroft-core/mycroft/util
Åke Forslund 025a771fe1 Add class for handling downloads
====  Tech Notes ====
Downloader() is a Thread subclass starting and handling a download. The
property done and status is set when the download is completed or
failed.
download manager ensuring continuation of started downloads (per process)
complete_action, a function to be called after download is complete can be
supplied to the downloader
2017-08-15 14:42:32 +02:00
..
__init__.py change LOGGER to logger 2017-08-01 16:39:13 -05:00
audio_test.py Fixed Missing License Headers on All Files. 2016-05-26 11:16:13 -05:00
download.py Add class for handling downloads 2017-08-15 14:42:32 +02:00
format.py use 'a' if numerator is 1 2017-05-25 11:43:05 -07:00
json_helper.py Fixing PEP8 errors 2017-04-13 09:07:22 -07:00
log.py Issue-685 - Using load_commented_json in log.py 2017-06-22 12:45:38 +00:00
parse.py Adds the ExtractDateTime parse function from Christopher (plus relevant tests) (#866) 2017-07-10 15:33:21 -05:00
setup_base.py Refactor setup_base to use CORE_VERSION_STR 2017-07-07 10:46:45 -05:00
signal.py Fix the logger fix 2017-08-03 16:56:55 -05:00