.. |
__init__.py
|
Initial migratory commit.
|
2018-12-17 22:10:00 -08:00 |
backoff.py
|
Add docstrings to Backoff class's methods.
|
2021-05-03 18:32:18 -07:00 |
basenumber.py
|
Fix to_base for 0.
|
2020-12-05 20:00:27 -08:00 |
bencode.py
|
Add bencode.py.
|
2020-02-28 15:34:49 -08:00 |
betterhelp.py
|
Add a few docstrings, remove getpermission.py.
|
2021-01-13 16:37:28 -08:00 |
bytestring.py
|
A few docstring improvements.
|
2021-08-21 15:20:11 -07:00 |
cacheclass.py
|
Add expiry seconds option to cacheclass.
|
2021-01-01 16:24:22 -08:00 |
configlayers.py
|
Use pathclass.Path.open.
|
2020-09-20 18:25:12 -07:00 |
dotdict.py
|
Add parens to dotdict repr.
|
2021-05-08 09:39:22 -07:00 |
downloady.py
|
Replace use of clipext with pipeable, split_lines=False.
|
2021-08-17 14:00:29 -07:00 |
eternalseptember.py
|
Add argparse to eternalseptember.
|
2021-05-03 19:03:28 -07:00 |
expressionmatch.py
|
Improve expressionmatch docstrings.
|
2021-05-05 19:18:37 -07:00 |
flasktools.py
|
Add flasktools.make_json_response.
|
2021-06-04 21:48:04 -07:00 |
fusker.py
|
Add a few docstrings, remove getpermission.py.
|
2021-01-13 16:37:28 -08:00 |
gentools.py
|
Add stringtools.py, gentools.py.
|
2020-11-18 03:17:54 -08:00 |
hms.py
|
Let hms use pipeable.input_many instead of go.
|
2021-08-17 13:46:47 -07:00 |
imagetools.py
|
Add imagetools.pad_to_square.
|
2021-08-09 08:34:58 -07:00 |
interactive.py
|
Various lint appeasements.
|
2021-08-10 11:37:01 -07:00 |
kbps.py
|
Let kbps return all three values always.
|
2020-10-23 07:47:10 -07:00 |
lazychain.py
|
Add lazychain.py.
|
2020-10-09 13:09:51 -07:00 |
networktools.py
|
A few docstring improvements.
|
2021-08-21 15:20:11 -07:00 |
niceprints.py
|
Add niceprints.py.
|
2021-08-13 23:40:28 -07:00 |
operatornotify.py
|
Don't log exit status if --operatornotify/level wasn't passed.
|
2021-08-22 19:50:04 -07:00 |
passwordy.py
|
Use random.choices instead of random.choice in a loop.
|
2021-08-09 08:33:02 -07:00 |
pathclass.py
|
Describe Path parameters in docstring.
|
2021-08-09 16:27:33 -07:00 |
pipeable.py
|
Add argument split_lines for when you just want the whole text.
|
2021-08-17 14:00:11 -07:00 |
quickid.py
|
Various lint appeasements.
|
2021-08-10 11:37:01 -07:00 |
ratelimiter.py
|
Replace some % formatters with fstrings.
|
2020-02-18 00:42:33 -08:00 |
ratemeter.py
|
Initial migratory commit.
|
2018-12-17 22:10:00 -08:00 |
safeprint.py
|
Split safeprint into separate functions to remove deep indents.
|
2020-09-25 15:30:00 -07:00 |
sentinel.py
|
Add sentinel.py.
|
2020-02-11 17:06:42 -08:00 |
spinal.py
|
Let glob_filenames, glob_directories be singular strings.
|
2021-08-11 01:01:02 -07:00 |
sqlhelpers.py
|
A few docstring improvements.
|
2021-08-21 15:20:11 -07:00 |
stringtools.py
|
Add stringtools.natural_sorter.
|
2021-05-30 21:35:21 -07:00 |
subproctools.py
|
Improve subproctools.quote.
|
2020-12-15 13:10:13 -08:00 |
threadpool.py
|
A few docstring improvements.
|
2021-08-21 15:20:11 -07:00 |
treeclass.py
|
Replace some % formatters with fstrings.
|
2020-02-18 00:42:33 -08:00 |
vlogging.py
|
Remove set_level_by_argv.
|
2021-08-10 11:54:04 -07:00 |
windrives.py
|
Add support for path-mounted drives.
|
2020-08-25 18:43:39 -07:00 |
winglob.py
|
Improve winglob docstring.
|
2021-01-25 02:45:07 -08:00 |
winwhich.py
|
Avoid winshell import error for linux.
|
2020-01-19 21:00:16 -08:00 |