python_utils.git
2022-04-19 Scott GaschImprove the quick labeler again.
2022-04-18 Scott GaschImprove wildcard semantics again.
2022-04-18 Scott GaschDo the wildcard search thing better.
2022-04-17 Scott GaschUse preformatted_box with print_box.
2022-04-17 Scott GaschPreformatted box that doesn't wrap the contents.
2022-04-17 Scott GaschAllow query for '*' that returns all docids.
2022-04-15 Scott GaschFix bug with timeouts.
2022-04-15 Scott GaschPress any key to continue.
2022-04-12 Scott GaschOverhaul quick_labeler part 2: understand what the...
2022-04-12 Scott GaschOverhaul quick labeler, part 1.
2022-04-09 Scott GaschFix typo.
2022-04-08 Scott GaschMore messing with making sure that exception tracebacks...
2022-04-08 Scott GaschCause the custom exception handler to also log unhandle...
2022-04-02 Scott GaschCleanup, try to get rid of linter messages.
2022-04-02 Scott GaschMinor changes; make model trainer show results for...
2022-03-28 Scott GaschCleanup weather_data.py.
2022-03-25 Scott GaschAdd copyright to grammar.
2022-03-25 Scott GaschAdd LICENSE and NOTICE.
2022-03-25 Scott GaschObfuscate more keys. Again, this is pretty non-critica...
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...
next