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
/
smart_home
/
outlets.py
Age
Commit message (
Collapse
)
Author
2022-03-25
Since this thing is on the innerwebs I suppose it should have a
Scott Gasch
copyright...
2022-02-26
Rename a method, cleanup lint errors.
Scott Gasch
2022-02-26
More work on tplink utils to avoid having to call tplink.py.
Scott Gasch
2022-02-17
Cleanup.
Scott Gasch
2022-02-10
More cleanup.
Scott Gasch
2022-02-10
More cleanup.
Scott Gasch
2022-02-03
Change settings in flake8 and black.
Scott Gasch
2022-02-02
Let's be explicit with asserts; there was a bug in histogram
Scott
caused by assert foo when foo was an int with valid valid 0.
2022-02-02
Make subdirs type clean too.
Scott
2022-01-12
Scale back warnings.warn and add stacklevels= where appropriate.
Scott
2022-01-11
Start using warnings from stdlib.
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-10-29
Adds Arper, cleans up other stuff.
Scott Gasch
2021-10-28
Typo.
Scott Gasch
2021-10-28
Smart outlets
Scott Gasch