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
/
file_utils.py
Age
Commit message (
Expand
)
Author
2022-03-25
Since this thing is on the innerwebs I suppose it should have a
Scott Gasch
2022-02-08
Cleanup more contextlib.AbstractContextManagers and Literal[False]s.
Scott Gasch
2022-02-08
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
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-30
Change locking boundaries for shared dict. Add a unit test.
Scott
2022-01-30
Add some new helper methods to file utils.
Scott
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2022-01-26
Remove missing import.
Scott
2022-01-23
Clean up the remote executor stuff and create a dedicated heartbeat
Scott
2022-01-23
Added some helpers to file_utils and improved the docs/doctests.
Scott
2022-01-11
Start using warnings from stdlib.
Scott
2021-10-31
Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...
Scott Gasch
2021-09-08
Add doctests to some of this stuff.
Scott Gasch
2021-07-28
Money, Rate, CentCount and a bunch of bugfixes.
Scott Gasch
2021-07-12
Random changes.
Scott Gasch
2021-07-08
Reduce import scopes, remove cycles.
Scott Gasch
2021-07-08
Lots of changes.
Scott Gasch
2021-04-13
Various sundry changes.
Scott Gasch
2021-03-24
Initial revision
Scott Gasch