Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python2-parsley

Parsley is a parsing library for people who find parsers scary or annoying. I wrote it because I wanted to parse a programming language, and tools like PLY or ANTLR or Bison were very hard to understand and integrate into my Python code. Most parser generators are based on LL or LR parsing algorithms that compile to big state machine tables. It was like I had to wake up a different section of my brain to understand or work on grammar rules. Parsley, like pyparsing and ZestyParser, uses the PEG algorithm, so each expression in the grammar rules works like a Python expression. In particular, alternatives are evaluated in order, unlike table-driven parsers such as yacc, bison or PLY. Parsley is an implementation of OMeta, an object-oriented pattern-matching language developed by Alessandro Warth at http://tinlizzie.org/ometa/ . For further reading, see Warth's PhD thesis, which provides a detailed description of OMeta: http://www.vpri.org/pdf/tr2008003_experimenting.pdf.

Found 1 sites for python2-parsley

Found 4 RPM for python2-parsley

PackageSummaryDistributionDownload
python2-parsley-1.3-1.noarch.htmlParsing and pattern matching made easyOpenMandriva 5.0 for x86_64python2-parsley-1.3-1.noarch.rpm
python2-parsley-1.3-1.noarch.htmlParsing and pattern matching made easyOpenMandriva 5.0 for aarch64python2-parsley-1.3-1.noarch.rpm
python2-parsley-1.3-1.noarch.htmlParsing and pattern matching made easyOpenMandriva Cooker for x86_64python2-parsley-1.3-1.noarch.rpm
python2-parsley-1.3-1.noarch.htmlParsing and pattern matching made easyOpenMandriva Cooker for aarch64python2-parsley-1.3-1.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet