summaryrefslogtreecommitdiff
path: root/string_utils.py
AgeCommit message (Collapse)Author
2022-03-25Add LICENSE and NOTICE.Scott Gasch
2022-03-25Adds shuffle/scramble to list_utils.Scott Gasch
2022-02-23Let text_utils work with strings that contain ansi escape sequences.Scott Gasch
2022-02-23Added a box method and fixed the broken justify method.Scott Gasch
2022-02-17CleanupScott Gasch
2022-02-10More cleanup.Scott Gasch
2022-02-08Cleanup more contextlib.AbstractContextManagers and Literal[False]s.Scott Gasch
2022-02-08More cleanup, yey!Scott Gasch
2022-02-06Get mypy to stop with this fucking "has no attribute" shit whenScott Gasch
importing a submodule. I am probably doing something wrong here but I have no idea what.
2022-02-06Add a simple test for waitable presence.Scott Gasch
2022-02-05Add coding comments for files with utf8 characters in there.Scott Gasch
2022-02-03Change settings in flake8 and black.Scott Gasch
2022-02-03Disallow where're too.Scott Gasch
2022-02-03Contractions and stuff in string_utils.Scott Gasch
2022-02-02Used isort to sort imports. Also added to the git pre-commit hook.Scott
2022-01-31Myre mypy fixes.Scott
2022-01-31Clean up mypy type checker errors.Scott
2022-01-30Adds MIT license / copyright to string utils from original sourceScott
of code.
2022-01-22Reformatting.Scott
2022-01-12Scale back warnings.warn and add stacklevels= where appropriate.Scott
2022-01-11Start using warnings from stdlib.Scott
2022-01-10Add multi replace.Scott
2021-12-06Move stuff around.Scott
2021-12-04Various changes.Scott
2021-10-23Adds site_config; adds Tuya lights. Bugfixes.Scott Gasch
2021-10-11Adds logging in light stuff, minor changes in config/string.Scott Gasch
2021-10-02changesScott Gasch
2021-09-29Add tests on bidict. Fix bug in string_utils ngrams.Scott Gasch
2021-09-28Various changesScott Gasch
2021-09-15Adding doctests. Also added a logging filter.Scott Gasch
2021-09-09Update tests / test harness.Scott Gasch
2021-09-08Add doctests to some of this stuff.Scott Gasch
2021-09-07Various changes.Scott Gasch
2021-08-05Adds profanity filter, fixes bugs.Scott Gasch
2021-07-28Money, Rate, CentCount and a bunch of bugfixes.Scott Gasch
2021-07-11Random cleanups and type safety. Created ml subdir.Scott Gasch
2021-07-08Reduce import scopes, remove cycles.Scott Gasch
2021-07-08Lots of changes.Scott Gasch
2021-04-13Various sundry changes.Scott Gasch
2021-03-24Initial revisionScott Gasch