Key | Value |
---|---|
FileName | ./usr/share/doc/python-pyparsing/changelog.Debian.gz |
FileSize | 1186 |
MD5 | E54F749216AFC5FC277FC44865C8DB66 |
SHA-1 | 7370B342C276702FF414BA2687062EEEB68D346C |
SHA-256 | A43AED1F307A4D2E623297218765AA3B6044F672B5D8E41088B9DE5C9FAC1F38 |
SSDEEP | 24:X0bYb1PLiTpdVsJST4JJqVYn+4rGVCytcuvljn:X0bYb1PLiTHV+HqLo72vpn |
TLSH | T13D21D7CE60FE8231D032DDC352D99706BC42AF1AA17F9FF9E210242903005A46D67676 |
hashlookup:parent-total | 1 |
hashlookup:trust | 55 |
The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 51714 |
MD5 | 6E4072919CE640E07680E5F6D7BEE017 |
PackageDescription | Python parsing module The parsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The parsing module provides a library of classes that client code uses to construct the grammar directly in Python code. . Here's an example: . from pyparsing import Word, alphas greet = Word(alphas) + "," + Word(alphas) + "!" hello = "Hello, World!" print hello, "->", greet.parseString(hello) |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-pyparsing |
PackageSection | python |
PackageVersion | 2.1.10+dfsg1-1 |
SHA-1 | 62BD929A1E9A8E9DE74B7C67E072385BB92128A7 |
SHA-256 | AFB2BDE7178409B61A0C0CC95CF03464823A60A57B3EEDFC280D5DB663FDCF91 |