Hacker News new | ask | show | jobs
Show HN: Koalify – a compact predicate DSL for filtering any Python object (dragos.dumitrache.dev)
4 points by afterburner5 94 days ago
Did a thing, thought it might be useful, as I'm surely not the only one hitting this issue.

In short, if you've ever needed to filter python objects based on some of the field values they have, you've likely built something like this yourself.

Curious to see how others have solved it as well, so if you've ever done something like this, while keeping it developer friendly and easily extensible, let me know

1 comments

tl;dr: the python library is here, if you give it a go, I'd love to hear about it

https://github.com/DragosDumitrache/koalify