Files
guru/dev-python/yaql/metadata.xml
Alessandro-Barbieri 92e5ebb222 */*: remove old maintainers from metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-06-21 01:17:24 +02:00

17 lines
699 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
YAQL (Yet Another Query Language) is an embeddable and extensible query
language, that allows performing complex queries against arbitrary objects.
It has a vast and comprehensive standard library of frequently used
querying functions and can be extend even further with user-specified
functions. YAQL is written in python and is distributed via PyPI.
</longdescription>
<upstream>
<remote-id type="pypi">yaql</remote-id>
<remote-id type="github">openstack/yaql</remote-id>
</upstream>
</pkgmetadata>