Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / file_utils.py
2022-08-17 Scott GaschAllow config.py to save/load config from zookeeper...
2022-05-31 Scott GaschImprove docstrings for sphinx.
2022-03-25 Scott GaschSince this thing is on the innerwebs I suppose it shoul...
2022-02-09 Scott GaschCleanup more contextlib.AbstractContextManagers and...
2022-02-08 Scott GaschMore cleanup.
2022-02-03 Scott GaschChange settings in flake8 and black.
2022-02-02 ScottLet's be explicit with asserts; there was a bug in...
2022-02-02 ScottUsed isort to sort imports. Also added to the git...
2022-02-02 ScottMore type annotations.
2022-01-31 ScottChange locking boundaries for shared dict. Add a unit...
2022-01-30 ScottAdd some new helper methods to file utils.
2022-01-27 ScottAhem. Still running black?
2022-01-27 ScottRan black code formatter on everything.
2022-01-27 ScottRemove missing import.
2022-01-23 ScottClean up the remote executor stuff and create a dedicat...
2022-01-23 ScottAdded some helpers to file_utils and improved the docs...
2022-01-11 ScottStart using warnings from stdlib.
2021-10-31 Scott GaschUgh, a bunch of things. @overrides. --lmodule. Chrom...
2021-09-09 Scott GaschAdd doctests to some of this stuff.
2021-07-29 Scott GaschMoney, Rate, CentCount and a bunch of bugfixes.
2021-07-13 Scott GaschRandom changes.
2021-07-09 Scott GaschReduce import scopes, remove cycles.
2021-07-09 Scott GaschLots of changes.
2021-04-13 Scott GaschVarious sundry changes.
2021-03-25 Scott GaschInitial revision