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
This commit is contained in:
Sean Breckenridge 2021-03-27 23:52:50 -07:00 committed by GitHub
parent d47f3c28aa
commit 3118891c03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 707 additions and 0 deletions

View file

@ -18,4 +18,5 @@ from my.core.util import *
from my.core.discovery_pure import *
from my.core.freezer import *
from my.core.stats import *
from my.core.query import *
from my.core.serialize import test_serialize_fallback