Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / argparse_utils.py
2022-05-29 Scott GaschTweak around docstring to make prettier sphinx autodocs.
2022-05-28 Scott GaschAllowances for getting sphinx docs set up.
2022-03-25 Scott GaschSince this thing is on the innerwebs I suppose it shoul...
2022-02-08 Scott GaschHook in pylint to the pre-commit hook and start to...
2022-02-02 ScottUsed isort to sort imports. Also added to the git...
2022-01-27 ScottAhem. Still running black?
2022-01-27 ScottRan black code formatter on everything.
2022-01-11 ScottStart using warnings from stdlib.
2021-10-31 Scott GaschUgh, a bunch of things. @overrides. --lmodule. Chrom...
2021-09-23 Scott GaschFixup argparse_utils' doctest and tweak test runner.
2021-09-23 Scott GaschVarious little changes. Naming. Durations as arguments.
2021-09-15 Scott GaschAdding doctests. Also added a logging filter.
2021-07-10 Scott GaschACL uses enums, some more tests, other stuff.
2021-07-09 Scott GaschReduce import scopes, remove cycles.
2021-07-09 Scott GaschLots of changes.
2021-03-25 Scott GaschInitial revision