Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / config.py
2022-08-30 Scott GaschChanges towards splitting up the library and (maybe...
2022-08-24 Scott GaschUpdate requirements; new homeassistant dep. Also don...
2022-08-18 Scott GaschAdd an option to exit immediately upon setting zookeepe...
2022-08-18 Scott GaschMore new config bugs: needs to support a .get() method...
2022-08-18 Scott GaschUgh. Fix a bug in the new refactor of the env var...
2022-08-18 Scott GaschDynamic config arguments stab #1.
2022-08-18 Scott GaschCleanup config in preparation for zookeeper-based dynam...
2022-08-17 Scott GaschDo not allow data that is too large in zookeeper.
2022-08-17 Scott GaschPersist the zookeeper client and connection. A step...
2022-08-17 Scott GaschAllow config.py to save/load config from zookeeper...
2022-06-02 Scott GaschInitial stab at a smarter doc/unit/integration/coverage...
2022-05-31 Scott GaschImprove docstrings for sphinx.
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-23 Scott GaschLog the original commandline at DEBUG level.
2022-02-12 Scott GaschTry another tactic to figure out entry point.
2022-02-10 Scott GaschMore spring cleaning.
2022-02-04 Scott GaschMake it possible for users of this library to override...
2022-02-03 Scott GaschAdd a formatter that handles raw help text, optionally.
2022-02-03 Scott GaschChange settings in flake8 and black.
2022-02-01 ScottMyre mypy fixes.
2022-01-27 ScottStarted using flake8 to lint; removed some of its warnings.
2022-01-27 ScottAhem. Still running black?
2022-01-27 ScottRan black code formatter on everything.
2022-01-07 ScottMake logging optionally remove global handlers added...
2021-10-31 Scott GaschUgh, a bunch of things. @overrides. --lmodule. Chrom...
2021-10-12 Scott GaschAdds logging in light stuff, minor changes in config...
2021-10-02 Scott Gaschchanges
2021-09-15 Scott GaschAdding doctests. Also added a logging filter.
2021-09-08 Scott GaschVarious changes.
2021-08-06 Scott GaschMake config_loadfile augment cmdline instead of klobbering.
2021-08-06 Scott GaschMake loadfile work.
2021-07-17 Scott GaschVarious
2021-07-13 Scott GaschRandom changes.
2021-07-11 Scott GaschRandom cleanups and type safety. Created ml subdir.
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