python_utils.git
2022-03-25 Scott GaschSince this thing is on the innerwebs I suppose it shoul...
2022-03-25 Scott GaschAdds shuffle/scramble to list_utils.
2022-03-25 Scott GaschObscure some passwords/keys. There's actually nothing...
2022-03-24 Scott GaschAdd add_timezone.
2022-03-22 Scott GaschLoosen backup policy and cleanup code a little.
2022-03-21 Scott GaschSmall changes.
2022-03-14 Scott GaschFix center align in header.
2022-03-14 Scott GaschBeef up header.
2022-03-12 Scott GaschImprove profanity filter.
2022-03-07 Scott GaschIntEnum -> Enum to fix printing of enum values.
2022-03-05 Scott GaschImprove text wrapping; add indent option.
2022-03-01 Scott GaschTeach site_location about the .local hostname suffix...
2022-02-27 Scott GaschRename a method, cleanup lint errors.
2022-02-26 Scott GaschMore work on tplink utils to avoid having to call tplin...
2022-02-26 Scott GaschIncrease timeout.
2022-02-26 Scott GaschMoved more logic from tplink.py into a library.
2022-02-25 Scott GaschMoving towards not needing a separate tplink.py utility.
2022-02-24 Scott GaschAlso log about __debug__.
2022-02-23 Scott GaschMove encrypt and decrypt routines into tplink_utils.
2022-02-23 Scott GaschLet text_utils work with strings that contain ansi...
2022-02-23 Scott GaschSeparate box and print_box.
2022-02-23 Scott GaschAdded a box method and fixed the broken justify method.
2022-02-23 Scott GaschLog the original commandline at DEBUG level.
2022-02-23 Scott GaschRemove whitespace from trie's repr_brief.
2022-02-18 Scott GaschCleanup
2022-02-17 Scott GaschFix dimmer level JSON command.
2022-02-17 Scott GaschCleanup.
2022-02-15 Scott GaschUpdate profanity.
2022-02-15 Scott GaschFix a bug in sanity check image.
2022-02-12 Scott GaschOops.
2022-02-12 Scott GaschTry another tactic to figure out entry point.
2022-02-12 Scott GaschChange weights.
2022-02-11 Scott GaschAdd mode.
2022-02-11 Scott GaschFix stdev.
2022-02-10 Scott GaschMore cleanup.
2022-02-10 Scott GaschMore cleanup.
2022-02-10 Scott GaschMore cleanup.
2022-02-10 Scott GaschAdds pyproject.toml.
2022-02-10 Scott GaschMore cleanup.
2022-02-10 Scott GaschUpdate docs.
2022-02-10 Scott GaschAdd percentile and change name of RunningMedian class.
2022-02-10 Scott GaschFix a bug, add some testcases.
2022-02-10 Scott GaschAdd some useful stats to histogram.
2022-02-10 Scott GaschMore spring cleaning.
2022-02-09 Scott GaschFix typo.
2022-02-09 Scott GaschDitch named tuples for dataclasses.
2022-02-09 Scott GaschCleanup.
2022-02-09 Scott GaschCleanup.
2022-02-09 Scott GaschFighting with type hints.
2022-02-09 Scott GaschCleanup more contextlib.AbstractContextManagers and...
2022-02-09 Scott GaschCleanup unittest_utils trying to get clean lint.
2022-02-09 Scott GaschChange the weights in the default executor's remote...
2022-02-09 Scott GaschKeep requirements up-to-date.
2022-02-09 Scott GaschMore cleanup, yey!
2022-02-08 Scott GaschMore cleanup.
2022-02-08 Scott GaschHook in pylint to the pre-commit hook and start to...
2022-02-07 Scott GaschHow to do the thing.
2022-02-07 Scott GaschAdds unittest.
2022-02-07 Scott GaschAdd a simple test to google_assistant code.
2022-02-07 Scott GaschIgnore integration test results in code coverage report.
2022-02-07 Scott GaschAdd a doctest to type_utils.py.
2022-02-07 Scott GaschGet mypy to stop with this fucking "has no attribute...
2022-02-06 Scott GaschGive deps more time to run.
2022-02-06 Scott GaschAdd another profanity.
2022-02-06 Scott GaschAdd a simple test for waitable presence.
2022-02-05 Scott GaschAdd doctest to misc_utils.
2022-02-05 Scott GaschAdd a bunch of __init__.py's; maybe this will fix import
2022-02-05 Scott GaschChange threshold.
2022-02-05 Scott GaschMissed one.
2022-02-05 Scott GaschAdd coding comments for files with utf8 characters...
2022-02-05 Scott GaschAdd sparkline helper.
2022-02-04 Scott GaschAdds some doctests to site_config.
2022-02-04 Scott GaschHave bootstrap log the site_config at program initializ...
2022-02-04 Scott GaschStop trying to cache mac addresses from house and cabin...
2022-02-04 Scott GaschFix a bug in device.py around the type of keywords...
2022-02-04 Scott GaschMake it clear in arg message that this is a library...
2022-02-04 Scott GaschMake it possible for users of this library to override...
2022-02-04 Scott GaschAdd cron.py, a pretty important (and easy) one.
2022-02-03 Scott GaschMake this thing actually work.
2022-02-03 Scott GaschAdd a formatter that handles raw help text, optionally.
2022-02-03 Scott GaschMake the parallelize intergration test short enough...
2022-02-03 Scott GaschAdd a "unittest" that runs stuff like reminder and...
2022-02-03 Scott GaschChange settings in flake8 and black.
2022-02-03 Scott GaschTake the lock before unlinking the mmap'ed shared memor...
2022-02-03 Scott GaschDisallow where're too.
2022-02-03 Scott GaschMerge branch 'master' of ssh://git.house/usr/local...
2022-02-03 Scott GaschContractions and stuff in string_utils.
2022-02-03 ScottContractions and stuff in string_utils.
2022-02-03 ScottLet's call the base class' c'tor first, eh?
2022-02-03 ScottStop spamming the log from bg.
2022-02-03 ScottFix a bug in histogram.
2022-02-02 ScottLet's be explicit with asserts; there was a bug in...
2022-02-02 ScottMake subdirs type clean too.
2022-02-02 ScottUsed isort to sort imports. Also added to the git...
2022-02-02 Scottmypy clean!
2022-02-02 ScottFix a problem introduced with previous type cleanup...
2022-02-02 ScottMore type annotations.
2022-02-02 ScottMore mypy cleanup.
2022-02-02 ScottMore mypy cleanup... ugh.
2022-02-01 ScottMyre mypy fixes.
next