summaryrefslogtreecommitdiff
path: root/dev-python/yaql/metadata.xml
blob: a04be5d197ace015a831d9ed3bfd88a1aa5e27f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="person">
  <email>prometheanfire@gentoo.org</email>
  <name>Matthew Thode</name>
 </maintainer>
 <maintainer type="project">
  <email>openstack@gentoo.org</email>
  <name>Openstack</name>
 </maintainer>
 <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>
 <origin>gentoo-staging</origin>
</pkgmetadata>