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
/
bootstrap.py
Age
Commit message (
Collapse
)
Author
2022-05-31
Improve docstrings for sphinx.
Scott Gasch
2022-04-08
More messing with making sure that exception tracebacks end up in the log.
Scott Gasch
2022-04-08
Cause the custom exception handler to also log unhandled exceptions'
Scott Gasch
tracebacks.
2022-03-25
Since this thing is on the innerwebs I suppose it should have a
Scott Gasch
copyright...
2022-02-24
Also log about __debug__.
Scott Gasch
2022-02-12
Oops.
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-08
Hook in pylint to the pre-commit hook and start to fix some of its
Scott Gasch
warnings. It seems pickier than flake8 which is probably a good thing.
2022-02-04
Have bootstrap log the site_config at program initialization.
Scott Gasch
2022-02-03
Change settings in flake8 and black.
Scott Gasch
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-27
Add --trace_memory to bootstrap.
Scott
2022-01-27
Add --run_profiler option.
Scott
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2022-01-10
Add requirements.txt
Scott
2022-01-10
Experiment with audit events in bootstrap.
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-06
Starting to move towards python3.9
Scott Gasch
2021-10-05
Groups of google lights (kinda hacky, needs a rework), import auditing.
Scott Gasch
2021-09-15
Adding doctests. Also added a logging filter.
Scott Gasch
2021-09-07
Various changes.
Scott Gasch
2021-07-28
Money, Rate, CentCount and a bunch of bugfixes.
Scott Gasch
2021-07-16
Various
Scott Gasch
2021-07-12
Random changes.
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