Key | Value |
---|---|
FileName | ./usr/share/doc/python-pyparsing/changelog.Debian.gz |
FileSize | 1761 |
MD5 | 80894D14254528AB05D5CA5CA6A8FF61 |
SHA-1 | C9046E28CEBA764D0699931579F61CFA208C5243 |
SHA-256 | 37239A83C40C89FD8393BB0A87284324C7219F24B5CEC0A7E72EB48C8AC3C7E6 |
SSDEEP | 48:XLzj0M/ttCfvf7VhOxJyGk0nxuPVQRkw0vSMQ:PjR8rKxZNKQRb0vSMQ |
TLSH | T1D2310B079E50A0A48F3E6E471EA105B95CF7061005718E365C8ED7017B33949C56529C |
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 | 39194 |
MD5 | 9268A788B0853249367B8F94788064EC |
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.0.1+dfsg1-1 |
SHA-1 | F8ACB91B3956CF80F986E3BDB26964ACE39DD374 |
SHA-256 | 83F77306E4ED90A7ABC22658485DB950B9A29E91E3FFA38FA09C098E55873812 |