summaryrefslogtreecommitdiff
blob: e9e87318b49c31b3a90d037502e1d67568d33b83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>python</herd>
	<longdescription lang="en">
    The pyparsing module is an alternative approach to creating and
    executing simple grammars, vs. the traditional lex/yacc approach, or the
    use of regular expressions. The pyparsing module provides a library of
    classes that client code uses to construct the grammar directly in
    Python code.
	</longdescription>
	<upstream>
		<remote-id type="sourceforge">pyparsing</remote-id>
		<remote-id type="pypi">pyparsing</remote-id>
	</upstream>
</pkgmetadata>