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
/
camera_utils.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-03-25
Obscure some passwords/keys. There's actually nothing valuable here
Scott Gasch
because the machines this is talking to are behind a firewall on my local network and not exposed anywhere.
2022-02-15
Fix a bug in sanity check image.
Scott Gasch
2022-02-09
Ditch named tuples for dataclasses.
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-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-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
Add doctests, general cleanup.
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-06
A bunch of changes...
Scott
2021-03-24
Initial revision
Scott Gasch