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
/
config.py
Age
Commit message (
Collapse
)
Author
2022-08-18
Add an option to exit immediately upon setting zookeeper. Change the
Scott Gasch
verbosity of a warning.
2022-08-17
More new config bugs: needs to support a .get() method... doh.
Scott Gasch
2022-08-17
Ugh. Fix a bug in the new refactor of the env var config stuff.
Scott Gasch
2022-08-17
Dynamic config arguments stab #1.
Scott Gasch
2022-08-17
Cleanup config in preparation for zookeeper-based dynamic configs.
Scott Gasch
2022-08-17
Do not allow data that is too large in zookeeper.
Scott Gasch
2022-08-17
Persist the zookeeper client and connection. A step towards a config watcher.
Scott Gasch
2022-08-17
Allow config.py to save/load config from zookeeper. No watching yet.
Scott Gasch
2022-06-02
Initial stab at a smarter doc/unit/integration/coverage test runner.
Scott Gasch
2022-05-31
Improve docstrings for sphinx.
Scott Gasch
2022-05-28
Tweak around docstring to make prettier sphinx autodocs.
Scott Gasch
2022-05-28
Allowances for getting sphinx docs set up.
Scott Gasch
2022-03-25
Since this thing is on the innerwebs I suppose it should have a
Scott Gasch
copyright...
2022-02-22
Log the original commandline at DEBUG level.
Scott Gasch
2022-02-12
Try another tactic to figure out entry point.
Scott Gasch
2022-02-09
More spring cleaning.
Scott Gasch
2022-02-03
Make it possible for users of this library to override argparse's
Scott Gasch
epilog message.
2022-02-03
Add a formatter that handles raw help text, optionally.
Scott Gasch
2022-02-03
Change settings in flake8 and black.
Scott Gasch
2022-01-31
Myre mypy fixes.
Scott
2022-01-27
Started using flake8 to lint; removed some of its warnings.
Scott
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2022-01-07
Make logging optionally remove global handlers added by (shitty) pip
Scott
modules. Make config optionally halt on unrecognized arguments. Make profanity filter smarter.
2021-10-31
Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...
Scott Gasch
2021-10-11
Adds logging in light stuff, minor changes in config/string.
Scott Gasch
2021-10-02
changes
Scott Gasch
2021-09-15
Adding doctests. Also added a logging filter.
Scott Gasch
2021-09-07
Various changes.
Scott Gasch
2021-08-06
Make config_loadfile augment cmdline instead of klobbering.
Scott Gasch
2021-08-06
Make loadfile work.
Scott Gasch
2021-07-16
Various
Scott Gasch
2021-07-12
Random changes.
Scott Gasch
2021-07-11
Random cleanups and type safety. Created ml subdir.
Scott Gasch
2021-07-09
ACL uses enums, some more tests, other stuff.
Scott Gasch
2021-07-08
Reduce import scopes, remove cycles.
Scott Gasch
2021-07-08
Lots of changes.
Scott Gasch
2021-03-24
Initial revision
Scott Gasch