python_utils.git
2021-10-29 Scott GaschFix Arper, make IP address a property of device
2021-10-29 Scott GaschAdds Arper, cleans up other stuff.
2021-10-29 Scott GaschTypo.
2021-10-29 Scott GaschAdd cameras, fix bugs
2021-10-29 Scott GaschSmart outlets
2021-10-28 Scott GaschMoving smart lights into smart_home to prepare for...
2021-10-25 Scott GaschMove cache location. Also, add doctests for exec_utils.
2021-10-25 Scott GaschSome fixes to the datetime_utils.
2021-10-24 Scott GaschAdds site_config; adds Tuya lights. Bugfixes.
2021-10-19 Scott GaschBugfixes.
2021-10-12 Scott GaschAdds logging in light stuff, minor changes in config...
2021-10-07 Scott GaschStarting to move towards python3.9
2021-10-05 Scott GaschGroups of google lights (kinda hacky, needs a rework...
2021-10-02 Scott Gaschchanges
2021-09-30 Scott GaschSome binary tree methods to support the unscramble...
2021-09-29 Scott GaschStuff.
2021-09-29 Scott GaschAdd tests on bidict. Fix bug in string_utils ngrams.
2021-09-29 Scott GaschWorkaround likely client bug in letter_compress. Updat...
2021-09-29 Scott GaschVarious changes
2021-09-27 Scott GaschMove collections into collect space
2021-09-27 Scott GaschCompress small text messages by just restricting the...
2021-09-26 Scott GaschCached weather data.
2021-09-25 Scott GaschAdd some classes that use persistent to cache data...
2021-09-25 Scott GaschOh my god, I fucking hate pickle, dill, cloudpickle...
2021-09-25 Scott GaschMake smaller 'reset's
2021-09-24 Scott GaschTrie repr.
2021-09-24 Scott GaschAdds a trie class.
2021-09-23 Scott GaschFixup argparse_utils' doctest and tweak test runner.
2021-09-23 Scott GaschFixup test runner.
2021-09-23 Scott GaschVarious little changes. Naming. Durations as arguments.
2021-09-22 Scott GaschUpdated docs.
2021-09-22 Scott GaschImprove persistent after actually using it.
2021-09-22 Scott GaschPersistent state.
2021-09-22 Scott GaschDedup a list w/ a set.
2021-09-20 Scott GaschPersisted singleton
2021-09-20 Scott GaschPersistent state
2021-09-19 Scott GaschMost/least common item in a list.
2021-09-16 Scott GaschA very important change to docs.
2021-09-15 Scott GaschLogging + documentation.
2021-09-15 Scott GaschAdding doctests. Also added a logging filter.
2021-09-10 Scott GaschAdding more tests, working on the test harness.
2021-09-09 Scott GaschUpdate tests / test harness.
2021-09-09 Scott GaschAdd doctests to some of this stuff.
2021-09-08 Scott GaschVarious changes.
2021-08-06 Scott GaschMake config_loadfile augment cmdline instead of klobbering.
2021-08-06 Scott GaschGet rid of blacklist/whitelist; use blocklist/allowlist...
2021-08-06 Scott GaschMake loadfile work.
2021-08-05 Scott GaschAdds profanity filter, fixes bugs.
2021-07-29 Scott GaschLockfile custom command, fixup minor things.
2021-07-29 Scott GaschMoney, Rate, CentCount and a bunch of bugfixes.
2021-07-17 Scott GaschRecord streams.
2021-07-17 Scott GaschUpdate ignore
2021-07-17 Scott GaschVarious
2021-07-17 Scott GaschRename timer; add a test for OutputContext.
2021-07-13 Scott GaschRandom changes.
2021-07-11 Scott GaschRandom cleanups and type safety. Created ml subdir.
2021-07-10 Scott GaschScript to run tests.
2021-07-10 Scott GaschACL uses enums, some more tests, other stuff.
2021-07-09 Scott GaschReduce import scopes, remove cycles.
2021-07-09 Scott GaschRename simple_acl -> acl
2021-07-09 Scott GaschClean up ACLs
2021-07-09 Scott GaschLots of changes.
2021-04-29 Scott GaschTeach python logging formatter to use %f in the format...
2021-04-24 Scott GaschUse ValueError, not Exception.
2021-04-24 Scott GaschColumnify text.
2021-04-24 Scott GaschRename a flag.
2021-04-24 Scott GaschMinor editing.
2021-04-24 Scott GaschUse central exceptions.
2021-04-24 Scott GaschAvoid directory writes when files are already there.
2021-04-24 Scott GaschDetect unknown persons at the cabin.
2021-04-24 Scott GaschWe don't need this.
2021-04-24 Scott GaschAdd time units and import constants.py.
2021-04-24 Scott GaschMove parallelize_test to tests dir.
2021-04-24 Scott GaschMiscellaneous utilities.
2021-04-24 Scott GaschMove TimeoutError to central exceptions file.
2021-04-24 Scott GaschAdding general exceptions.
2021-04-13 Scott GaschVarious sundry changes.
2021-04-13 Scott GaschCreate a predicate.py file and a directory write filter...
2021-03-25 Scott GaschAdd .gitignore
2021-03-25 Scott GaschInitial revision