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-09-01
Easier and more self documenting patterns for loading/saving Persistent
HEAD
master
Scott Gasch
2022-09-01
Get rid of hardcoded remote worker pool in favor of a config file.
Scott Gasch
2022-08-30
Changes towards splitting up the library and (maybe?) publishing on PyPi.
Scott Gasch
2022-08-23
Update requirements; new homeassistant dep. Also don't import kazoo
Scott Gasch
2022-08-23
Improve docs.
Scott Gasch
2022-08-21
Improve comments.
Scott Gasch
2022-08-20
Make release return a bool. Improve tests and logging.
Scott Gasch
2022-08-20
Add a unittest for this zookeeper stuff.
Scott Gasch
2022-08-20
Adds a releasable and renewable lease subclass.
Scott Gasch
2022-08-20
Clarify/improve docs around leases and lease reacquisition.
Scott Gasch
2022-08-20
Fix bug in translate_timezone and improve test.
Scott Gasch
2022-08-20
Add a listener for state changes to zookeeper elections to, hopefully,
Scott Gasch
2022-08-19
Break a dependency from zookeeper to config.
Scott Gasch
2022-08-19
Reduce the doctest lease duration...
Scott Gasch
2022-08-19
Add zookeeper.py; some handy wrappers for leader election and leases.
Scott Gasch
2022-08-18
Remove unnecessary / stray debugging exception dumps.
Scott Gasch
2022-08-18
This command broke b/c i relies on environment vars -> config so it's
Scott Gasch
2022-08-18
Cleanup / add untracked files.
Scott Gasch
2022-08-18
Add an option to exit immediately upon setting zookeeper. Change the
Scott Gasch
2022-08-17
More new config bugs: needs to support a .get() method... doh.
Scott Gasch
2022-08-17
Ugh. Fix a bug in the new refactor of the env var config stuff.
Scott Gasch
2022-08-17
Dynamic config arguments stab #1.
Scott Gasch
2022-08-17
Cleanup config in preparation for zookeeper-based dynamic configs.
Scott Gasch
2022-08-17
Do not allow data that is too large in zookeeper.
Scott Gasch
2022-08-17
Persist the zookeeper client and connection. A step towards a config watcher.
Scott Gasch
2022-08-17
Update requirements to include kazoo
Scott Gasch
2022-08-17
Allow config.py to save/load config from zookeeper. No watching yet.
Scott Gasch
2022-08-17
Update requirements to include psutil.
Scott Gasch
2022-08-15
Hacky fix for inconsistently named camera.
Scott Gasch
2022-08-15
Fix a threading related bug in tplink_utils.
Scott Gasch
2022-08-12
Skip line about X11 forwarding in data read via ssh.
Scott Gasch
2022-08-12
Update requirements.txt and fix a bug in unscrambler.
Scott Gasch
2022-08-10
More changes to get 3.9 working.
Scott Gasch
2022-08-10
Upgrade to python 3.9.
Scott Gasch
2022-07-27
Make base_presence runnable from anywhere.
Scott Gasch
2022-07-06
Update docs.
Scott Gasch
2022-07-05
Use an overtly named method on SamplingIterator.
Scott Gasch
2022-07-05
Update docs.
Scott Gasch
2022-07-05
Update docs.
Scott Gasch
2022-07-04
Add pushback iter.
Scott Gasch
2022-07-04
Update docs.
Scott Gasch
2022-07-04
Fix iter_utils docs.
Scott Gasch
2022-07-04
Add inital cut of iter_utils with a coupel of iters I needed. Tweak
Scott Gasch
2022-07-02
Bugfixes in math_utils.
Scott Gasch
2022-06-30
Minor cleanup.
Scott Gasch
2022-06-14
Add logging to trie.
Scott Gasch
2022-06-11
At python3.10 importlib.abc is a separate module that must be imported.
Scott Gasch
2022-06-08
Docs and test.
Scott Gasch
2022-06-08
Improve dateparse and make string_utils.extract_date.
Scott Gasch
2022-06-08
Add some colors from https://drafts.csswg.org/css-color/#named-colors.
Scott Gasch
[next]