Easier and more self documenting patterns for loading/saving Persistent
[python_utils.git] / text_utils.py
2022-08-18 Scott GaschRemove unnecessary / stray debugging exception dumps.
2022-08-18 Scott GaschUgh. Fix a bug in the new refactor of the env var...
2022-06-03 Scott GaschMake the bar graph thing do fractions.
2022-06-01 Scott GaschMore docs cleanup.
2022-05-31 Scott GaschImprove docstrings for sphinx.
2022-05-29 Scott GaschTweak around docstring to make prettier sphinx autodocs.
2022-05-13 Scott GaschTry multiple strategies to determine the console size.
2022-04-17 Scott GaschUse preformatted_box with print_box.
2022-04-17 Scott GaschPreformatted box that doesn't wrap the contents.
2022-03-25 Scott GaschSince this thing is on the innerwebs I suppose it shoul...
2022-03-14 Scott GaschFix center align in header.
2022-03-14 Scott GaschBeef up header.
2022-03-05 Scott GaschImprove text wrapping; add indent option.
2022-02-23 Scott GaschLet text_utils work with strings that contain ansi...
2022-02-23 Scott GaschSeparate box and print_box.
2022-02-23 Scott GaschAdded a box method and fixed the broken justify method.
2022-02-18 Scott GaschCleanup
2022-02-09 Scott GaschDitch named tuples for dataclasses.
2022-02-09 Scott GaschCleanup more contextlib.AbstractContextManagers and...
2022-02-09 Scott GaschMore cleanup, yey!
2022-02-05 Scott GaschAdd sparkline helper.
2022-02-03 Scott GaschChange settings in flake8 and black.
2022-02-02 ScottUsed isort to sort imports. Also added to the git...
2022-02-02 ScottMore mypy cleanup.
2022-01-31 ScottIf percent > 0, even if it's very small, render some...
2022-01-27 ScottAhem. Still running black?
2022-01-27 ScottRan black code formatter on everything.
2022-01-24 ScottThis stuff all still sucks but this is slightly better.
2021-12-05 ScottVarious changes.
2021-10-31 Scott GaschUgh, a bunch of things. @overrides. --lmodule. Chrom...
2021-09-10 Scott GaschAdding more tests, working on the test harness.
2021-09-09 Scott GaschAdd doctests to some of this stuff.
2021-09-08 Scott GaschVarious changes.
2021-07-17 Scott GaschVarious
2021-07-13 Scott GaschRandom changes.
2021-07-09 Scott GaschReduce import scopes, remove cycles.
2021-04-24 Scott GaschColumnify text.
2021-03-25 Scott GaschInitial revision