b60f357527
Added abort()
2019-07-17 17:55:38 -06:00
6e43340acb
Adjusted debug logging
2019-07-17 17:55:20 -06:00
b0aa7b0218
Added beep()
2019-07-16 17:53:20 -06:00
86d9979a7f
Added sleep()
2019-07-16 17:53:14 -06:00
ac7fcb2e0b
Added clear_screen()
2019-07-16 17:52:21 -06:00
9da283f7fc
Adjusted print functions
...
* Logging is now always done at the DEBUG level
2019-07-16 16:42:28 -06:00
6928485965
Added print functions
...
* Uses new method for printing in color (no global var usage)
2019-07-13 19:01:57 -06:00
bdf53b435a
Added placeholder files for submodules
2019-07-13 17:45:39 -06:00
36e70c48ba
Adjuested log_path under Windows
2019-07-13 17:42:44 -06:00
f30a6dd3db
Typo fix
2019-07-13 17:29:30 -06:00
8b4daa507b
Use different default log_path under Windows
2019-07-13 17:23:35 -06:00
b98397d491
Include seconds in default log name
2019-07-08 17:32:17 -06:00
ca67ed392f
Avoid clobbering existing files
2019-07-08 16:56:03 -06:00
23eda17bd3
Ensure logging is shutdown when exiting
2019-07-08 16:55:39 -06:00
acd92b3e50
Added logging functions
...
* Logging is always initialized if importing the whole package
* Support switching to DEBUG mode
* Support changing the log dir (and optionally log name)
2019-07-07 22:09:22 -06:00
4cc54011b7
Added version check
2019-07-07 22:02:48 -06:00
dfde06a2fd
Updated __init__ files
2019-06-29 21:33:47 -06:00
f7a114ee44
Added cfg/logging.py and cfg/main.py
2019-06-29 21:23:37 -06:00
0427d2586f
Added ask and pause functions
2019-06-29 20:52:38 -06:00
96837ff774
Going to use the logging module for logging
2019-06-29 19:58:44 -06:00
bca9c19053
New safer text input function
...
* Avoids EOFError exceptions and just repeats the prompt
2019-06-29 19:54:02 -06:00
b368b27faa
New project organization
...
* Script work is brought into better focus
* New layout will be used to better package the python scripts
* No hidden folders (they will be hidden at build time)
* All building should be done under setup/
* Avoids ambiguous .bin/.cbin folders at root of project
2019-06-28 18:06:43 -06:00