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
path:
root
/
unscrambler.py
Age
Commit message (
Collapse
)
Author
2022-05-31
More doc updates.
Scott Gasch
2022-03-25
Since this thing is on the innerwebs I suppose it should have a
Scott Gasch
copyright...
2022-02-08
More cleanup, yey!
Scott Gasch
2022-02-08
Hook in pylint to the pre-commit hook and start to fix some of its
Scott Gasch
warnings. It seems pickier than flake8 which is probably a good thing.
2022-02-03
Make it clear in arg message that this is a library. Dependency
Scott Gasch
inject the index file name to the c'tor to override the flag.
2022-02-03
Change settings in flake8 and black.
Scott Gasch
2022-02-02
mypy clean!
Scott
2022-01-28
Get rid of "fuzzy matches" in favor of a window size param.
Scott
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2022-01-26
Minor tweaks.
Scott
2022-01-26
Add type hints and cleanup.
Scott
2022-01-26
Make unscrambler use a cache per instance instead of module and
Scott
make it have non-static methods.
2022-01-25
Unscrambler.py is no longer a utility; see ~bin/unscramble.py.
Scott
2022-01-25
Clarify instructions for repopulation.
Scott
2022-01-25
Adds unscrambler which contains the guts of a jumble/scrabble player
Scott
I wrote outside of here.