8d0ba6b946
Set pipeable.stdout, stderr line='' default.
2021-09-11 11:12:38 -07:00
df6a52452a
Use argparse for fusker.
2021-09-11 11:12:00 -07:00
0416f0babf
Discourage writes to pathclass._absolute_path.
2021-09-09 17:30:46 -07:00
d37e6fdf0b
Add networktools.wait_for_internet.
2021-09-08 21:54:03 -07:00
0274b9d4a5
Move checkerboard_image to imagetools.
2021-09-05 01:35:46 -07:00
1c23fbef63
Move truthystring to stringtools.
2021-09-05 01:11:27 -07:00
bdab1331b8
Move cached_endpoint, required_fields to flasktools.
2021-09-03 12:44:00 -07:00
ccd3bf72c0
Add gentools.run.
2021-08-31 19:22:50 -07:00
8eed09c14b
Specifically state that the exception killed the log context.
2021-08-28 14:58:11 -07:00
51d9a5202a
Fix get_all_volumes for 64-bit python.
2021-08-24 22:34:09 -07:00
3d29322cc1
Split get_level_by_argv into own function.
...
To facilitate other uses of the opt-in flags besides just attaching
to the logger.
2021-08-23 22:42:30 -07:00
e2f4357b15
Add SILENT to get_level_by_name.
2021-08-23 22:41:07 -07:00
d3a1578cca
Add some type annotations to test the waters.
2021-08-22 20:48:34 -07:00
98ee6e82c6
Improve various docstrings.
2021-08-22 20:46:12 -07:00
81f81a6c24
Don't log exit status if --operatornotify/level wasn't passed.
2021-08-22 19:50:04 -07:00
9c880f2825
A few docstring improvements.
2021-08-21 15:20:11 -07:00
4c4fae62cf
Delete clipext.py.
2021-08-17 14:01:00 -07:00
8ce994a54b
Replace use of clipext with pipeable, split_lines=False.
2021-08-17 14:00:29 -07:00
cb5228fe0c
Add argument split_lines for when you just want the whole text.
...
Calling '\n'.join(pipeable.input()) is not great because in many
situations, you're splitting text and joining it back together again
for no reason. With this option, we can let the code do the right
thing, and use pipeable as a general-purpose inputter in
more situations.
2021-08-17 14:00:11 -07:00
db8c6e42e3
Add TypeError if arg is not a string.
2021-08-17 13:48:57 -07:00
f5e5db1908
Let hms use pipeable.input_many instead of go.
2021-08-17 13:46:47 -07:00
93605e2577
Split long useragent string.
2021-08-13 23:40:29 -07:00
6442e8e40c
Fix ctrlc_return1 to return the wrapped return value.
2021-08-13 23:40:29 -07:00
14dcbda9fd
Add networktools, though some ideas are still not implemented.
2021-08-13 23:40:28 -07:00
1d6f9eee10
Add niceprints.py.
2021-08-13 23:40:28 -07:00
72fdcb2b04
Clarify pipeable.input_many docstring.
2021-08-11 01:01:14 -07:00
cdf551f28a
Let glob_filenames, glob_directories be singular strings.
2021-08-11 01:01:02 -07:00
eddd7b3818
Remove set_level_by_argv.
2021-08-10 11:54:04 -07:00
61db9296c8
Improve some docstrings.
2021-08-10 11:53:55 -07:00
16d9b85e62
Various lint appeasements.
2021-08-10 11:37:01 -07:00
63251b979b
Describe Path parameters in docstring.
2021-08-09 16:27:33 -07:00
81782383a9
Use regular path.join when constructing glob patterns.
...
I don't like the idea of having an intermediate Path object that isn't
a real path.
2021-08-09 08:36:20 -07:00
41dd3eb0db
Clarify docstring reference to LogHandlerContext.
2021-08-09 08:35:12 -07:00
47e3a9d7d4
Add imagetools.pad_to_square.
2021-08-09 08:34:58 -07:00
c65743ec02
Use random.choices instead of random.choice in a loop.
2021-08-09 08:33:02 -07:00
13bf8e2e47
Improve Windows reserved name check by adding to pathclass.
2021-07-24 12:24:24 -07:00
a12bc59b17
Remove some old unnecessary globals.
2021-07-24 12:21:51 -07:00
6fb996f153
Bump to version 0.0.66.
2021-07-06 20:31:51 -07:00
7545433253
Improve some docstrings.
2021-07-04 15:45:00 -07:00
e9d450029d
Log the program's final return when using @main_decorator.
2021-07-04 15:44:50 -07:00
f18f0fd2df
Remove option log_exception, always log it under our logger.
...
This unifies the thought process so that everything is done via the
log lines, not these separate config variables. Caller can mute this
module if they want to. Also, it was previously appending directly
to the message but now we can have our logger's name on it so it's
more clear who's reporting what.
2021-07-04 15:42:57 -07:00
2971d7e4d6
Improve operatornotify module docstring.
2021-07-02 02:59:34 -07:00
26040d4372
Use vlogging.main_decorator.
2021-07-02 02:59:14 -07:00
4aed87b522
Fix downloady.is_special_file.
2021-07-01 15:50:57 -07:00
c709a28d08
Add operatornotify.main_decorator to reduce application boilerplate.
2021-06-21 22:02:43 -07:00
81d09ad3bc
Add vlogging.main_decorator to reduce application boilerplate.
2021-06-21 21:54:42 -07:00
9cd7713a6b
Replace call to basicConfig with own handler.
2021-06-21 21:53:36 -07:00
689b8f5718
Let rotate_by_exif return new exif with orientation=1.
2021-06-06 20:29:29 -07:00
663e65795a
Add flasktools.make_json_response.
2021-06-04 21:48:04 -07:00
ee8c4b7fd8
Add ensure_response_type decorator.
...
So that all further decorators or response-processors know they
have a Response object.
2021-06-04 21:26:23 -07:00