------------------
- Added a mixin that allows custom filters for queryable properties (both class- and decorator-based) to be implemented
using multiple functions/methods for different lookups
- Added some ready-to-use queryable property implementations (``ValueCheckProperty``, ``RangeCheckProperty``) to
simplify common code patterns
- Added a standalone version of six to the package requirements