irods / python-irodsclient

A Python API for iRODS
Other
62 stars 72 forks source link

[535] Implement basic support for GenQuery2 #555

Closed stsnel closed 1 month ago

stsnel commented 1 month ago

Here's a draft for an initial version of GenQuery2 support (issue 535)

korydraughn commented 1 month ago

Thanks for the contribution. We'll review and share our thoughts.

stsnel commented 1 month ago

I had a few suggestions/comments. I would have suggested adding more tests, but the existing tests basically exercise the interface in this client, so I don't think it would add anything beyond just testing the API (which we do plenty of in the main repo).

Nice work!

Thank you for the feedback!