index
:
python_utils.git
master
A bunch of python helper utils. Needed to run most of my python code.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
site_config.py
Age
Commit message (
Collapse
)
Author
2022-05-31
More docs cleanup.
Scott Gasch
2022-03-25
Since this thing is on the innerwebs I suppose it should have a
Scott Gasch
copyright...
2022-03-01
Teach site_location about the .local hostname suffix that the mac
Scott Gasch
gets when connected to a VPN.
2022-02-08
More cleanup, yey!
Scott Gasch
2022-02-04
Adds some doctests to site_config.
Scott Gasch
2022-02-04
Have bootstrap log the site_config at program initialization.
Scott Gasch
2022-02-04
Stop trying to cache mac addresses from house and cabin in the same
Scott Gasch
file.
2022-02-02
Used isort to sort imports. Also added to the git pre-commit hook.
Scott
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2022-01-17
Argparse choices wants a list, not a tuple.
Scott
2022-01-07
Make logging optionally remove global handlers added by (shitty) pip
Scott
modules. Make config optionally halt on unrecognized arguments. Make profanity filter smarter.
2022-01-06
A bunch of changes...
Scott
2021-12-06
Move stuff around.
Scott
2021-12-05
Make presence detection work from cabin or house and deal with a
Scott
bad VPN link between them better.
2021-10-31
Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...
Scott Gasch
2021-10-28
Moving smart lights into smart_home to prepare for adding
Scott Gasch
outlets and cameras.
2021-10-24
Some fixes to the datetime_utils.
Scott Gasch
2021-10-23
Adds site_config; adds Tuya lights. Bugfixes.
Scott Gasch