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
/
arper.py
Age
Commit message (
Collapse
)
Author
2022-05-29
Clean up more docs to work with sphinx.
Scott Gasch
2022-03-25
Since this thing is on the innerwebs I suppose it should have a
Scott Gasch
copyright...
2022-03-21
Small changes.
Scott Gasch
2022-02-09
More spring cleaning.
Scott Gasch
2022-02-08
Hook in pylint to the pre-commit hook and start to fix some of its
Scott Gasch
warnings. It seems pickier than flake8 which is probably a good thing.
2022-02-04
Stop trying to cache mac addresses from house and cabin in the same
Scott Gasch
file.
2022-02-03
Change settings in flake8 and black.
Scott Gasch
2022-02-02
Used isort to sort imports. Also added to the git pre-commit hook.
Scott
2022-02-02
More type annotations.
Scott
2022-01-26
Another formatter test, whee...
Scott
2022-01-26
Trying to get black to run in git's pre-commit hook and actually
Scott
modify the files...
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2022-01-26
Reformatting.
Scott
2022-01-26
Fix missing f's.
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-10
Add requirements.txt
Scott
2022-01-06
A bunch of changes...
Scott
2021-12-04
Various changes.
Scott
2021-11-01
Overrides + debugging modules / functions in logging.
Scott Gasch
2021-10-31
Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...
Scott Gasch
2021-10-29
Fix Arper, make IP address a property of device
Scott Gasch
2021-10-29
Adds Arper, cleans up other stuff.
Scott Gasch