Logoj0ke.net Open Build Service > Projects > devel:python > python-pyparsing > Meta
Sign Up | Log In

Meta Configuration of Package python-pyparsing

 
1
<package name="python-pyparsing" project="devel:python">
2
  <title>Grammar Parser Library for Python</title>
3
  <description>The pyparsing module is an alternative approach to creating and executing
4
simple grammars, vs. the traditional lex/yacc approach, or the use of regular
5
expressions. The pyparsing module provides a library of classes that client
6
code uses to construct the grammar directly in Python code.
7
8
</description>
9
  <url>http://pyparsing.wikispaces.com/</url>
10
</package>
11