Information for RPM python-parsley-1.3-31.fc41.src.rpm

ID249696
Buildpython-parsley-1.3-31.fc41
Namepython-parsley
Version1.3
Release31.fc41
Epoch
Archsrc
DraftFalse
SummaryParsing and pattern matching made easy
DescriptionA parser generator library based on OMeta, and other useful parsing tools. 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 thesis, which provides a detailed description of OMeta: http://www.vpri.org/pdf/tr2008003_experimenting.pdf
Build Time2024-06-10 07:24:59 GMT
Size117.57 KB
e7ff2f23ea2dc3779a994b05f009dcfd
LicenseMIT
Buildrootf41-build-869646-15955
Provides
python3-parsley = 1.3-31.fc41
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
make
python3-devel
python3-pytest
python3-sphinx
python3-twisted
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 3 of 3
Name ascending sort Size
Parsley-1.3.tar.gz97.28 KB
python-parsley.spec6.89 KB
tests-replace-usage-of-obsolete-TestCase-methods.patch4.20 KB
Component of No Buildroots