Commit graph

395 commits

Author SHA1 Message Date
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
45da148493
Add globals REQUEST_TYPES, RESPONSE_TYPES. 2021-06-04 20:58:31 -07:00
68d12e4900
Pass _case_correct=True on trusted values to speed up walk. 2021-06-04 13:07:59 -07:00
b3e0b310c2
Include starting path in blacklist check but not whitelist. 2021-06-04 13:06:10 -07:00
1d555d20dc
Switch to image.getexif, official as of pillow 6. 2021-06-03 21:11:19 -07:00
a36c5ca478
Add stringtools.natural_sorter. 2021-05-30 21:35:21 -07:00
96a0e177e6
Move ORIENTATION_KEY to global. 2021-05-30 21:34:29 -07:00
eeba8c1197
Bump to version 0.0.65. 2021-05-26 15:07:32 -07:00
db60b84ede
Don't bother with 1-element list, just do it right away. 2021-05-25 01:45:34 -07:00
4741946eda
Do None check before isinstance check. 2021-05-18 23:26:44 -07:00
2d8d51a4f1
Docstring updates for many functions. 2021-05-18 17:48:57 -07:00
375b00bfd5
Add dynamic chunk sizing to keep consistent progress bar pace. 2021-05-18 17:48:35 -07:00
e7798574b3
Rename argument fpobj -> path. 2021-05-18 17:45:25 -07:00
0d4349e942
Migrate scripts to main_level_by_argv. 2021-05-16 21:02:18 -07:00
03bcded66a
Add main_level_by_argv, the next iteration of set_level_by_argv.
I have realized that when passing log levels by argv, it's better
for them to go to the root logger instead of the module logger,
since that would not affect the logs that come from imported modules.
2021-05-16 21:02:04 -07:00
cb4cef9339
Allow --operatornotify-level to act as opt in without both flags. 2021-05-16 20:43:28 -07:00
bfb06d46c9
Add parameters force_hours, force_minutes. 2021-05-16 20:31:35 -07:00
5d9bbd68ee
Bump to version 0.0.64. 2021-05-14 09:54:19 -07:00
a45c5908f0
Explain main_log_context *args. 2021-05-14 09:53:19 -07:00
c744135b21
Only reset the buffer if notify did not raise an exception. 2021-05-14 09:53:02 -07:00
f6ded0a879
Add sqlhelpers.executescript. 2021-05-08 18:26:43 -07:00
ea284c9199
Add hash_class passthrough argument. 2021-05-08 18:23:28 -07:00