.. |
__init__.py
|
Initial migratory commit.
|
2018-12-17 22:10:00 -08:00 |
backoff.py
|
Add some type annotations to test the waters.
|
2021-08-22 20:48:34 -07:00 |
basenumber.py
|
Fix to_base for 0.
|
2020-12-05 20:00:27 -08:00 |
bencode.py
|
Add some type annotations to test the waters.
|
2021-08-22 20:48:34 -07:00 |
betterhelp.py
|
Add some type annotations to test the waters.
|
2021-08-22 20:48:34 -07: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
|
Improve needs_rewrite detection.
|
2021-09-30 16:20:12 -07:00 |
dotdict.py
|
Add parens to dotdict repr.
|
2021-05-08 09:39:22 -07:00 |
downloady.py
|
Fix use of pathclass in overwrite.
|
2021-10-12 21:12:24 -07:00 |
eternalseptember.py
|
Add argparse to eternalseptember.
|
2021-05-03 19:03:28 -07:00 |
expressionmatch.py
|
Improve various docstrings.
|
2021-08-22 20:46:12 -07:00 |
flasktools.py
|
Move decorate_and_route to flasktools.
|
2021-10-31 15:11:53 -07:00 |
fusker.py
|
Use argparse for fusker.
|
2021-09-11 11:12:00 -07:00 |
gentools.py
|
Add gentools.run.
|
2021-08-31 19:22:50 -07:00 |
hms.py
|
Add some type annotations to test the waters.
|
2021-08-22 20:48:34 -07:00 |
httperrors.py
|
Add docstring for monkeypatch_requests.
|
2021-10-25 12:29:28 -07:00 |
imagetools.py
|
Move checkerboard_image to imagetools.
|
2021-09-05 01:35:46 -07:00 |
interactive.py
|
Assert stdin exists for all interactive functions.
|
2021-10-10 00:42:18 -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 |
mutables.py
|
Add mutables.py.
|
2021-10-15 22:57:23 -07:00 |
networktools.py
|
Add some docstrings, return annotations.
|
2021-10-10 12:06:54 -07:00 |
niceprints.py
|
Add niceprints.py.
|
2021-08-13 23:40:28 -07:00 |
operatornotify.py
|
Use functools.wraps.
|
2021-10-30 17:29:01 -07:00 |
passwordy.py
|
Fully rewrite passwordy.
|
2021-09-11 11:15:31 -07:00 |
pathclass.py
|
Return a pathclass object from @property drive.
|
2021-10-24 00:16:33 -07:00 |
pipeable.py
|
Fix docstring wrapping.
|
2021-09-23 22:39:09 -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
|
Move truthystring to stringtools.
|
2021-09-05 01:11:27 -07:00 |
subproctools.py
|
Add some type annotations to test the waters.
|
2021-08-22 20:48:34 -07: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
|
Use functools.wraps.
|
2021-10-30 17:29:01 -07:00 |
windrives.py
|
Fix get_all_volumes for 64-bit python.
|
2021-08-24 22:34:09 -07:00 |
winglob.py
|
Add winglob.glob_many.
|
2021-09-23 22:34:34 -07:00 |
winwhich.py
|
Add call to coinitialize.
|
2021-09-23 22:49:19 -07:00 |
worms.py
|
Use abstract base class to help the subclass know what to do.
|
2021-10-09 12:12:18 -07:00 |