summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Ochotnicky <sochotnicky@redhat.com>2014-01-20 16:05:43 +0100
committerStanislav Ochotnicky <sochotnicky@redhat.com>2014-01-20 16:05:43 +0100
commit2c5d4cec4980c7fd6c6e2c3f377a11c1fffc72c8 (patch)
tree9ba3d44ed32e454c39a9c2362c7d305646690a28 /dev-python/dpath/metadata.xml
parentAdd dev-python/dogpile-cache (diff)
downloadsochotnicky-2c5d4cec4980c7fd6c6e2c3f377a11c1fffc72c8.tar.gz
sochotnicky-2c5d4cec4980c7fd6c6e2c3f377a11c1fffc72c8.tar.bz2
sochotnicky-2c5d4cec4980c7fd6c6e2c3f377a11c1fffc72c8.zip
Add dev-python/dpath
Package-Manager: portage-2.2.7 Manifest-Sign-Key: 7B087241
Diffstat (limited to 'dev-python/dpath/metadata.xml')
-rw-r--r--dev-python/dpath/metadata.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/dpath/metadata.xml b/dev-python/dpath/metadata.xml
new file mode 100644
index 0000000..ffc98d4
--- /dev/null
+++ b/dev-python/dpath/metadata.xml
@@ -0,0 +1,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>