Commit graph

11 commits

Author SHA1 Message Date
seanbreckenridge
7a32302d66
query: add --warn-exceptions, dateparser, docs (#290)
* query: add --warn-exceptions, dateparser, docs

added --warn-exceptions (like --raise-exceptions/--drop-exceptions, but
lets you pass a warn_func if you want to customize how the exceptions are
handled. By default this creates a logger in main and logs the exception

added dateparser as a fallback if its installed (it's not a strong dependency, but
I mentioned in the docs that it's useful for parsing dates/times)

added docs for query, and a few examples

--output gpx respects the --{drop,warn,raise}--exceptions flags, have
an example of that in the docs as well
2023-04-18 00:15:35 +01:00
Dima Gerasimov
636060db57 Simplify config discovery: get rid of the hacky stub and reimport proper config automatically 2020-05-05 22:22:32 +01:00
Dima Gerasimov
7fe6520575 Switch to github CI 2020-04-18 15:21:23 +01:00
Dima Gerasimov
968c448013 Update usage docs 2020-04-12 15:01:03 +01:00
Dima Gerasimov
09a0c8eb28 handle more fixmes, add make_dict 2020-03-24 21:15:21 +01:00
Dima Gerasimov
9d7b84264d Merge remote-tracking branch 'rsq/master' 2019-11-27 12:10:02 +00:00
Dima Gerasimov
28b5fcbc0d Merge remote-tracking branch 'goodreads/master' 2019-09-23 20:33:29 +01:00
Dima Gerasimov
cd04a3dade update example 2019-09-17 22:02:13 +04:00
Dima Gerasimov
9ecc149193 initial 2019-09-17 21:00:08 +04:00
Dima Gerasimov
f6a3255729 Initial 2018-09-05 15:12:27 +04:00
Dima Gerasimov
0835fef493 Initial 2018-05-31 21:05:56 +01:00