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
Age
Commit message (
Expand
)
Author
2022-02-05
Change threshold.
Scott Gasch
2022-02-05
Missed one.
Scott Gasch
2022-02-05
Add coding comments for files with utf8 characters in there.
Scott Gasch
2022-02-05
Add sparkline helper.
Scott Gasch
2022-02-04
Adds some doctests to site_config.
Scott Gasch
2022-02-04
Have bootstrap log the site_config at program initialization.
Scott Gasch
2022-02-04
Stop trying to cache mac addresses from house and cabin in the same
Scott Gasch
2022-02-04
Fix a bug in device.py around the type of keywords, add logging and
Scott Gasch
2022-02-03
Make it clear in arg message that this is a library. Dependency
Scott Gasch
2022-02-03
Make it possible for users of this library to override argparse's
Scott Gasch
2022-02-03
Add cron.py, a pretty important (and easy) one.
Scott Gasch
2022-02-03
Make this thing actually work.
Scott Gasch
2022-02-03
Add a formatter that handles raw help text, optionally.
Scott Gasch
2022-02-03
Make the parallelize intergration test short enough to run at
Scott Gasch
2022-02-03
Add a "unittest" that runs stuff like reminder and unscramble
Scott Gasch
2022-02-03
Change settings in flake8 and black.
Scott Gasch
2022-02-03
Take the lock before unlinking the mmap'ed shared memory to ensure
Scott Gasch
2022-02-03
Disallow where're too.
Scott Gasch
2022-02-03
Merge branch 'master' of ssh://git.house/usr/local/git/base/python_utils
Scott Gasch
2022-02-03
Contractions and stuff in string_utils.
Scott Gasch
2022-02-03
Contractions and stuff in string_utils.
Scott
2022-02-02
Let's call the base class' c'tor first, eh?
Scott
2022-02-02
Stop spamming the log from bg.
Scott
2022-02-02
Fix a bug in histogram.
Scott
2022-02-02
Let's be explicit with asserts; there was a bug in histogram
Scott
2022-02-02
Make subdirs type clean too.
Scott
2022-02-02
Used isort to sort imports. Also added to the git pre-commit hook.
Scott
2022-02-02
mypy clean!
Scott
2022-02-02
Fix a problem introduced with previous type cleanup change.
Scott
2022-02-02
More type annotations.
Scott
2022-02-02
More mypy cleanup.
Scott
2022-02-01
More mypy cleanup... ugh.
Scott
2022-01-31
Myre mypy fixes.
Scott
2022-01-31
Clean up mypy type checker errors.
Scott
2022-01-31
Fix a couple of bugs in date parsing.
Scott
2022-01-31
Adds a quiet option to executor shutdown.
Scott
2022-01-31
Tweak histograms in executors to include seconds label.
Scott
2022-01-31
Make histogram auto-format labels.
Scott
2022-01-31
If percent > 0, even if it's very small, render some little sliver of
Scott
2022-01-31
Use a label formatter for prettier histograms.
Scott
2022-01-31
Clean up histogram __repr__
Scott
2022-01-31
Make run_tests.sh re-run a subset of the tests w/o coverage
Scott
2022-01-30
--unittests_ignore_perf shouldn't mess with the database / file
Scott
2022-01-30
Fix a recent bug in executors. Thread executor needs to return
Scott
2022-01-30
Change locking boundaries for shared dict. Add a unit test.
Scott
2022-01-30
Improve the locking decorators; @synchronized(lock).
Scott
2022-01-30
Adds a shutdown_if_idle method to the executors and also eliminates
Scott
2022-01-30
Adds MIT license / copyright to string utils from original source
Scott
2022-01-30
Add MIT License and copyright from the shared dict implementation
Scott
2022-01-30
Add a MP shared dict.
Scott
[next]