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
/
text_utils.py
Age
Commit message (
Collapse
)
Author
2022-08-18
Remove unnecessary / stray debugging exception dumps.
Scott Gasch
2022-08-17
Ugh. Fix a bug in the new refactor of the env var config stuff.
Scott Gasch
2022-06-02
Make the bar graph thing do fractions.
Scott Gasch
2022-05-31
More docs cleanup.
Scott Gasch
2022-05-31
Improve docstrings for sphinx.
Scott Gasch
2022-05-28
Tweak around docstring to make prettier sphinx autodocs.
Scott Gasch
2022-05-12
Try multiple strategies to determine the console size.
Scott Gasch
2022-04-17
Use preformatted_box with print_box.
Scott Gasch
2022-04-17
Preformatted box that doesn't wrap the contents.
Scott Gasch
2022-03-25
Since this thing is on the innerwebs I suppose it should have a
Scott Gasch
copyright...
2022-03-13
Fix center align in header.
Scott Gasch
2022-03-13
Beef up header.
Scott Gasch
2022-03-05
Improve text wrapping; add indent option.
Scott Gasch
2022-02-23
Let text_utils work with strings that contain ansi escape sequences.
Scott Gasch
2022-02-23
Separate box and print_box.
Scott Gasch
2022-02-23
Added a box method and fixed the broken justify method.
Scott Gasch
2022-02-17
Cleanup
Scott Gasch
2022-02-09
Ditch named tuples for dataclasses.
Scott Gasch
2022-02-08
Cleanup more contextlib.AbstractContextManagers and Literal[False]s.
Scott Gasch
2022-02-08
More cleanup, yey!
Scott Gasch
2022-02-05
Add sparkline helper.
Scott Gasch
2022-02-03
Change settings in flake8 and black.
Scott Gasch
2022-02-02
Used isort to sort imports. Also added to the git pre-commit hook.
Scott
2022-02-02
More mypy cleanup.
Scott
2022-01-31
If percent > 0, even if it's very small, render some little sliver of
Scott
a bar.
2022-01-26
Ahem. Still running black?
Scott
2022-01-26
Ran black code formatter on everything.
Scott
2022-01-24
This stuff all still sucks but this is slightly better.
Scott
2021-12-04
Various changes.
Scott
2021-10-31
Ugh, a bunch of things. @overrides. --lmodule. Chromecasts. etc...
Scott Gasch
2021-09-10
Adding more tests, working on the test harness.
Scott Gasch
2021-09-08
Add doctests to some of this stuff.
Scott Gasch
2021-09-07
Various changes.
Scott Gasch
2021-07-16
Various
Scott Gasch
2021-07-12
Random changes.
Scott Gasch
2021-07-08
Reduce import scopes, remove cycles.
Scott Gasch
2021-04-23
Columnify text.
Scott Gasch
2021-03-24
Initial revision
Scott Gasch