yaql-3.6

Yet Another Query Language - Python 3.x

Install

All systems
curl cmd.cat/yaql-3.6.sh
Debian Debian
apt-get install python3-yaql
Ubuntu
apt-get install python3-yaql
image/svg+xml Kali Linux
apt-get install python3-yaql
Fedora
dnf install python3-yaql
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-yaql
Raspbian
apt-get install python3-yaql

python3-yaql

Yet Another Query Language - Python 3.x

YAQL is a general purpose query language, that is designed to operate on objects of arbitrary complexity. YAQL has a large standard library of functions for filtering, grouping and aggregation of data. At the same time YAQL allows you to extend it by defining your own functions. This package contains the Python 3.x module.