summaryrefslogtreecommitdiff
blob: ffc98d4a32e636c2a7688a6c0465008ff1bffefe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>sochotnicky@gentoo.org</email>
		<name>Stanislav Ochotnicky</name>
	</maintainer>
	<longdescription lang="en">
		A python library for accessing and searching dictionaries via
		/slashed/paths ala xpath

		Basically it lets you glob over a dictionary as if it were a filesystem.
		It allows you to specify globs (ala the bash eglob syntax, through some
		advanced fnmatch.fnmatch magic) to access dictionary elements, and
		provides some facility for filtering those results.
	</longdescription>
</pkgmetadata>