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 (
Expand
)
Author
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
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