Source: python-yaql
Section: Python
Priority: extra
Maintainer: MOS Murano team <mos-murano@mirantis.com>
Build-Depends:
 debhelper (>= 9),
 python-all (>= 2.7.1),
 python-pbr (>= 0.10.0),
 python-setuptools
Standards-Version: 3.9.6
Homepage: https://launchpad.net/yaql

Package: python-yaql
Architecture: all
Depends:
 python,
 python-babel (>= 1.3),
 python-setuptools,
 python-pbr (>= 0.10.0),
 python-ply,
 ${misc:Depends},
 ${python:Depends}
Description: At the beginning of millennium the growing trend towards data formats standardization and application integrability made XML extremely popular.
 XML became lingua franca of the data. Applications tended to process lots of XML files ranging from small config files to very large datasets.
 As these data often had a complex structure with many levels of nestedness it is quickly became obvious that there is a need for specially
 crafted domain specific languages to query these data sets. This is how XPath and later XQL were born.
