* add all missing option of parameterContext to query() * add public_suffix if requested and `tld` is installed, we stop processing once we reach the pseudo tld.
1.20230906.1
introducing all regexes are now inside functions opening up the way for contextual searches for information that were not possible before, migrating to dependency injection to allow replacing entire modules (one day hopefully) and possibly testing modules stand alone in the future
1.20230824.5
fix sub package include in whl
1.20230824.1
- many mote _test entries - conditional redis include if import redis actually works - verify all _test entries
1.20230807.1
After "more lembas bread" and "refactor frenzy" , we now look forward to "contemplating green fields".
- Bug-fix after broken timeout default (The default timeout =None created issues later on, the internal default is now 30 seconds.) - Custom caching is demonstrated in testCache.py, additional DummyCache, DBMCache and RedisCache.
1.20230717.2
add parsing incomplete results after timeout (will need `stdbuf` to be installed does not work on windows