2015-11-18 09:44:09 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-09-11 18:04:20 +03:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
2011-11-09 11:33:19 +04:00
|
|
|
<pkgmetadata>
|
2020-12-12 12:24:02 +03:00
|
|
|
<maintainer type="project">
|
|
|
|
<email>python@gentoo.org</email>
|
|
|
|
<name>Python</name>
|
|
|
|
</maintainer>
|
|
|
|
<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>
|
|
|
|
<stabilize-allarches/>
|
|
|
|
<upstream>
|
|
|
|
<remote-id type="sourceforge">pyparsing</remote-id>
|
|
|
|
<remote-id type="pypi">pyparsing</remote-id>
|
|
|
|
<remote-id type="github">pyparsing/pyparsing</remote-id>
|
|
|
|
</upstream>
|
2011-11-09 11:33:19 +04:00
|
|
|
</pkgmetadata>
|