python_utils.git
2022-09-01 Scott GaschEasier and more self documenting patterns for loading... master
2022-09-01 Scott GaschGet rid of hardcoded remote worker pool in favor of...
2022-08-30 Scott GaschChanges towards splitting up the library and (maybe...
2022-08-24 Scott GaschUpdate requirements; new homeassistant dep. Also don...
2022-08-23 Scott GaschImprove docs.
2022-08-21 Scott GaschImprove comments.
2022-08-21 Scott GaschMake release return a bool. Improve tests and logging.
2022-08-21 Scott GaschAdd a unittest for this zookeeper stuff.
2022-08-20 Scott GaschAdds a releasable and renewable lease subclass.
2022-08-20 Scott GaschClarify/improve docs around leases and lease reacquisition.
2022-08-20 Scott GaschFix bug in translate_timezone and improve test.
2022-08-20 Scott GaschAdd a listener for state changes to zookeeper elections...
2022-08-20 Scott GaschBreak a dependency from zookeeper to config.
2022-08-20 Scott GaschReduce the doctest lease duration...
2022-08-20 Scott GaschAdd zookeeper.py; some handy wrappers for leader electi...
2022-08-18 Scott GaschRemove unnecessary / stray debugging exception dumps.
2022-08-18 Scott GaschThis command broke b/c i relies on environment vars...
2022-08-18 Scott GaschCleanup / add untracked files.
2022-08-18 Scott GaschAdd an option to exit immediately upon setting zookeepe...
2022-08-18 Scott GaschMore new config bugs: needs to support a .get() method...
2022-08-18 Scott GaschUgh. Fix a bug in the new refactor of the env var...
2022-08-18 Scott GaschDynamic config arguments stab #1.
2022-08-18 Scott GaschCleanup config in preparation for zookeeper-based dynam...
2022-08-17 Scott GaschDo not allow data that is too large in zookeeper.
2022-08-17 Scott GaschPersist the zookeeper client and connection. A step...
2022-08-17 Scott GaschUpdate requirements to include kazoo
2022-08-17 Scott GaschAllow config.py to save/load config from zookeeper...
2022-08-17 Scott GaschUpdate requirements to include psutil.
2022-08-15 Scott GaschHacky fix for inconsistently named camera.
2022-08-15 Scott GaschFix a threading related bug in tplink_utils.
2022-08-13 Scott GaschSkip line about X11 forwarding in data read via ssh.
2022-08-12 Scott GaschUpdate requirements.txt and fix a bug in unscrambler.
2022-08-10 Scott GaschMore changes to get 3.9 working.
2022-08-10 Scott GaschUpgrade to python 3.9.
2022-07-27 Scott GaschMake base_presence runnable from anywhere.
2022-07-06 Scott GaschUpdate docs.
2022-07-05 Scott GaschUse an overtly named method on SamplingIterator.
2022-07-05 Scott GaschUpdate docs.
2022-07-05 Scott GaschUpdate docs.
2022-07-05 Scott GaschAdd pushback iter.
2022-07-04 Scott GaschUpdate docs.
2022-07-04 Scott GaschFix iter_utils docs.
2022-07-04 Scott GaschAdd inital cut of iter_utils with a coupel of iters...
2022-07-02 Scott GaschBugfixes in math_utils.
2022-07-01 Scott GaschMinor cleanup.
2022-06-14 Scott GaschAdd logging to trie.
2022-06-12 Scott GaschAt python3.10 importlib.abc is a separate module that...
2022-06-09 Scott GaschDocs and test.
2022-06-09 Scott GaschImprove dateparse and make string_utils.extract_date.
2022-06-08 Scott GaschAdd some colors from https://drafts.csswg.org/css-color...
2022-06-07 Scott GaschFix tplink outlets with children is_on to check the...
2022-06-05 Scott GaschGet rid of sanity check on bsearch; just use __debug__.
2022-06-05 Scott GaschDetect a debugger.
2022-06-04 Scott GaschSpacing tweak.
2022-06-04 Scott GaschAdd timeout_seconds to cmd_showing_output.
2022-06-04 Scott GaschTake a lock before reading cross thread.
2022-06-03 Scott GaschUpdate README
2022-06-03 Scott GaschMake run_tests.py also run a subset of tests w/o covera...
2022-06-03 Scott GaschAdd --all and cleanup clear_line().
2022-06-03 Scott GaschImprove docs in ANSI.py
2022-06-03 Scott GaschMake the bar graph thing do fractions.
2022-06-03 Scott GaschOne bugfix and some cosmetics.
2022-06-03 Scott GaschUpdate docs.
2022-06-03 Scott GaschHammer on that run_tests.py thing again.
2022-06-03 Scott GaschRename old run_tests.sh script; it's not used in hooks...
2022-06-03 Scott GaschRename a method in exec_utils.
2022-06-02 Scott GaschCode cleanup for run_test.py
2022-06-02 Scott GaschAdd a .coveragerc file to make sure we run coverage...
2022-06-02 Scott GaschFinal touches on the new test runner.
2022-06-02 Scott GaschUpdate run_tests.py.
2022-06-02 Scott GaschInitial stab at a smarter doc/unit/integration/coverage...
2022-06-01 Scott GaschMore doc updates.
2022-06-01 Scott GaschMore docs cleanup.
2022-05-31 Scott GaschImprove docstrings for sphinx.
2022-05-30 Scott GaschClean up more docs to work with sphinx.
2022-05-29 Scott GaschConvert comment into doctest.
2022-05-29 Scott GaschFix geocode's doctest.
2022-05-29 Scott GaschTweak around docstring to make prettier sphinx autodocs.
2022-05-28 Scott GaschSphinx docs link back to code.
2022-05-28 Scott GaschAdding files needed to run sphinx as a pre-push hook.
2022-05-28 Scott GaschAllowances for getting sphinx docs set up.
2022-05-24 Scott GaschAdd method to get up/down/enter keystrokes.
2022-05-13 Scott GaschFix an edge condition around the Nth weekday of the...
2022-05-13 Scott GaschTry multiple strategies to determine the console size.
2022-05-01 Scott GaschAdd curl commandline comment.
2022-05-01 Scott GaschBetter logging + cleanup.
2022-05-01 Scott GaschShard large geocode inputs.
2022-05-01 Scott GaschBatch geocoding. Also use format=json for the single...
2022-04-30 Scott GaschAdd some docs and doctests to things that have 0% coverage.
2022-04-29 Scott GaschHandle census site unavailability w/o throwing.
2022-04-27 Scott GaschOops, update type hints in geocode.
2022-04-27 Scott GaschChange address, recognize numbers, add copyright.
2022-04-27 Scott GaschCleanup geocode.
2022-04-27 Scott GaschGeocoder.
2022-04-27 Scott GaschTeach chord parser about Minor7
2022-04-22 Scott GaschIgnore ANTLR generated files.
2022-04-22 Scott GaschAdd powerset to list_utils; improve chord parser.
2022-04-22 Scott GaschAdd a chord parser test.
2022-04-22 Scott GaschChord name parsing.
2022-04-20 Scott GaschWork on docs and readability.
next