Sean Breckenridge
3f4fb64d56
core: drop py36 support, update docs for reddit ( #193 )
...
* docs: update references to my.reddit
* ci: remove 3.6, add 3.9
2022-01-27 08:26:15 +00:00
Sean Breckenridge
01dfbbd58e
use default for getattr instead of catching error
2021-12-19 19:33:31 +00:00
Sean Breckenridge
83725e49dd
cli/query: allow querying dynamic functions
2021-12-19 19:33:31 +00:00
Sean Breckenridge
277f0e3988
cli/query: interactive fallback, improve guess_stats ( #163 )
2021-04-19 18:57:42 +01:00
Sean Breckenridge
fb49243005
core: add hpi query command ( #157 )
...
- restructure query code for cli, some test fixes
- initial query_range implementation
refactored functions in query some more
to allow re-use in range_range, select()
pretty much just calls out to a bunch
of handlers now
2021-04-06 17:19:58 +01:00
Sean Breckenridge
3118891c03
my.core.query: initial implementation ( #143 )
...
in particular `my.core.query.select`: a function to query, order, sort and filter items from one or more sources
2021-03-28 07:52:50 +01:00