Source: python-yaql Section: python Priority: optional Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Corey Bryant , Build-Depends: debhelper (>= 9), dh-python, openstack-pkg-tools, python-all, python-pbr, python-setuptools, python-sphinx, python3-all, python3-pbr, python3-setuptools, Build-Depends-Indep: python-babel, python-coverage, python-dateutil, python-fixtures, python-hacking, python-oslosphinx, python-ply, python-six, python-testscenarios, python-testtools, python3-babel, python3-dateutil, python3-fixtures, python3-ply, python3-six, python3-testscenarios, python3-testtools, subunit, testrepository, Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-yaql Vcs-Git: https://salsa.debian.org/openstack-team/python/python-yaql.git Homepage: https://github.com/stackforge/yaql Testsuite: autopkgtest-pkg-python Package: python-yaql Architecture: all Depends: python-babel, python-dateutil, python-pbr, python-ply, python-six, ${misc:Depends}, ${python:Depends}, Description: Yet Another Query Language - Python 2.7 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 2.7 module. Package: python3-yaql Architecture: all Depends: python3-babel, python3-dateutil, python3-pbr, python3-ply, python3-six, ${misc:Depends}, ${python3:Depends}, Description: 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.