anancarv / python-artifactory

Typed interactions with the Jfrog Artifactory REST API
MIT License
55 stars 50 forks source link

Support for AQL #159

Open DaedalusEH opened 5 months ago

DaedalusEH commented 5 months ago

Is your feature request related to a problem? Please describe. AQL language provides an easy way to filter out artifacts using an SQL like language

Describe the solution you'd like Being able to execute following https://jfrog.com/help/r/jfrog-rest-apis/artifactory-query-language-aql standard

Describe alternatives you've considered Alternative python with support of aql is dohq-artifactory but hasnt been updated for quite a bit, and it doesnt work with python 3.12